Home
last modified time | relevance | path

Searched refs:list_for_each_prev_safe (Results 1 – 10 of 10) sorted by relevance

/linux-6.6.21/drivers/crypto/intel/qat/qat_common/
Dadf_cfg.c150 list_for_each_prev_safe(list_ptr, tmp, head) { in adf_cfg_keyval_remove()
167 list_for_each_prev_safe(list_ptr, tmp, head) { in adf_cfg_keyval_del_all()
180 list_for_each_prev_safe(list, tmp, head) { in adf_cfg_section_del_all()
/linux-6.6.21/drivers/media/platform/mediatek/jpeg/
Dmtk_jpeg_enc_hw.c215 list_for_each_prev_safe(pos, temp_entry, &ctx->dst_done_queue) { in mtk_jpegenc_put_buf()
Dmtk_jpeg_dec_hw.c471 list_for_each_prev_safe(pos, temp_entry, &ctx->dst_done_queue) { in mtk_jpegdec_put_buf()
/linux-6.6.21/
D.clang-format485 - 'list_for_each_prev_safe'
/linux-6.6.21/tools/include/linux/
Dlist.h446 #define list_for_each_prev_safe(pos, n, head) \ macro
/linux-6.6.21/fs/btrfs/
Dzstd.c119 list_for_each_prev_safe(pos, next, &wsm.lru_list) { in zstd_reclaim_timer_fn()
/linux-6.6.21/include/linux/
Dlist.h734 #define list_for_each_prev_safe(pos, n, head) \ macro
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Damdgpu_discovery.c1156 list_for_each_prev_safe(el, tmp, &hw_id_kset->list) { in amdgpu_discovery_sysfs_ip_hw_free()
1174 list_for_each_prev_safe(el, tmp, &ip_kset->list) { in amdgpu_discovery_sysfs_die_free()
1191 list_for_each_prev_safe(el, tmp, &die_kset->list) { in amdgpu_discovery_sysfs_fini()
/linux-6.6.21/lib/
Dlist-test.c708 list_for_each_prev_safe(cur, n, &list) { in list_test_list_for_each_prev_safe()
/linux-6.6.21/fs/
Dfs-writeback.c1428 list_for_each_prev_safe(pos, node, &tmp) { in move_expired_inodes()