Home
last modified time | relevance | path

Searched defs:list_for_each_prev_safe (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H A Dadf_cfg.c135 list_for_each_prev_safe(list_ptr, tmp, head) { in adf_cfg_keyval_del_all() function
148 list_for_each_prev_safe(list, tmp, head) { in adf_cfg_section_del_all() function
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H A Dadf_cfg.c150 list_for_each_prev_safe(list_ptr, tmp, head) { in adf_cfg_keyval_remove() function
167 list_for_each_prev_safe(list_ptr, tmp, head) { in adf_cfg_keyval_del_all() function
180 list_for_each_prev_safe(list, tmp, head) { in adf_cfg_section_del_all() function
/kernel/linux/linux-5.10/tools/include/linux/
H A Dlist.h435 #define list_for_each_prev_safe(pos, n, head) \ macro
/kernel/linux/linux-5.10/include/linux/
H A Dlist.h607 #define list_for_each_prev_safe(pos, n, head) \ macro
/kernel/linux/linux-6.6/include/linux/
H A Dlist.h734 #define list_for_each_prev_safe(pos, n, head) \ macro
/kernel/linux/linux-6.6/tools/include/linux/
H A Dlist.h446 #define list_for_each_prev_safe(pos, n, head) \ macro

Completed in 8 milliseconds