Searched refs:list_for_each_prev_safe (Results 1 – 10 of 10) 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/drivers/media/platform/mediatek/jpeg/ |
| H A D | mtk_jpeg_enc_hw.c | 235 list_for_each_prev_safe(pos, temp_entry, &ctx->dst_done_queue) { in mtk_jpegenc_put_buf()
|
| H A D | mtk_jpeg_dec_hw.c | 506 list_for_each_prev_safe(pos, temp_entry, &ctx->dst_done_queue) { in mtk_jpegdec_put_buf()
|
| /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 | 565 - 'list_for_each_prev_safe'
|
| /linux/include/linux/ |
| H A D | list.h | 746 #define list_for_each_prev_safe(pos, n, head) \ macro
|
| /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 | 1274 list_for_each_prev_safe(el, tmp, &hw_id_kset->list) { in amdgpu_discovery_sysfs_ip_hw_free() 1292 list_for_each_prev_safe(el, tmp, &ip_kset->list) { in amdgpu_discovery_sysfs_die_free() 1309 list_for_each_prev_safe(el, tmp, &die_kset->list) { in amdgpu_discovery_sysfs_fini()
|
| /linux/lib/tests/ |
| H A D | list-test.c | 716 list_for_each_prev_safe(cur, n, &list) { in list_test_list_for_each_prev_safe()
|
| /linux/fs/ |
| H A D | fs-writeback.c | 1519 list_for_each_prev_safe(pos, node, &tmp) { in move_expired_inodes()
|