Searched refs:list_for_each_prev_safe (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_cfg.c | 163 list_for_each_prev_safe(list_ptr, tmp, head) { in adf_cfg_keyval_remove() 180 list_for_each_prev_safe(list_ptr, tmp, head) { in adf_cfg_keyval_del_all() 193 list_for_each_prev_safe(list, tmp, head) { in adf_cfg_section_del_all() 207 list_for_each_prev_safe(list, tmp, head) { in adf_cfg_section_del_all_except()
|
| /linux/tools/include/linux/ |
| H A D | list.h | 446 #define list_for_each_prev_safe(pos, n, head) \ macro
|
| /linux/ |
| H A D | .clang-format | 566 - 'list_for_each_prev_safe'
|
| /linux/fs/btrfs/ |
| H A D | zstd.c | 124 list_for_each_prev_safe(pos, next, &zwsm->lru_list) { in zstd_reclaim_timer_fn()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_discovery.c | 1317 list_for_each_prev_safe(el, tmp, &hw_id_kset->list) { in amdgpu_discovery_sysfs_ip_hw_free() 1335 list_for_each_prev_safe(el, tmp, &ip_kset->list) { in amdgpu_discovery_sysfs_die_free() 1353 list_for_each_prev_safe(el, tmp, &die_kset->list) { in amdgpu_discovery_sysfs_fini()
|
| /linux/fs/ |
| H A D | fs-writeback.c | 1537 list_for_each_prev_safe(pos, node, &tmp) { in move_expired_inodes()
|