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 D | adf_cfg.c | 135 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 D | adf_cfg.c | 150 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 D | list.h | 435 #define list_for_each_prev_safe(pos, n, head) \ macro
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | list.h | 607 #define list_for_each_prev_safe(pos, n, head) \ macro
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | list.h | 734 #define list_for_each_prev_safe(pos, n, head) \ macro
|
| /kernel/linux/linux-6.6/tools/include/linux/ |
| H A D | list.h | 446 #define list_for_each_prev_safe(pos, n, head) \ macro
|
Completed in 7 milliseconds