Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/qat/qat_common/
Dadf_cfg.c203 list_for_each_prev_safe(list_ptr, tmp, head) { in adf_cfg_keyval_del_all()
216 list_for_each_prev_safe(list, tmp, head) { in adf_cfg_section_del_all()
/Linux-v4.19/
D.clang-format284 - 'list_for_each_prev_safe'
/Linux-v4.19/tools/include/linux/
Dlist.h435 #define list_for_each_prev_safe(pos, n, head) \ macro
/Linux-v4.19/include/linux/
Dlist.h482 #define list_for_each_prev_safe(pos, n, head) \ macro
/Linux-v4.19/fs/
Dfs-writeback.c1142 list_for_each_prev_safe(pos, node, &tmp) { in move_expired_inodes()