Searched refs:list_replace_rcu (Results 1 – 15 of 15) sorted by relevance
/Linux-v6.6/security/yama/ |
D | yama_lsm.c | 160 list_replace_rcu(&relation->node, &added->node); in yama_ptracer_add()
|
/Linux-v6.6/net/sched/ |
D | cls_basic.c | 233 list_replace_rcu(&fold->link, &fnew->link); in basic_change()
|
D | cls_bpf.c | 514 list_replace_rcu(&oldprog->link, &prog->link); in cls_bpf_change()
|
D | cls_flow.c | 550 list_replace_rcu(&fold->list, &fnew->list); in flow_change()
|
D | cls_flower.c | 2412 list_replace_rcu(&fold->list, &fnew->list); in fl_change()
|
/Linux-v6.6/Documentation/RCU/ |
D | listRCU.rst | 276 list_replace_rcu(&e->list, &ne->list); 296 to replace the old limit object with the new one using list_replace_rcu(). 381 while executing the list_replace_rcu().
|
D | checklist.rst | 183 The list_replace_rcu() and hlist_replace_rcu() primitives
|
D | whatisRCU.rst | 1017 list_replace_rcu
|
/Linux-v6.6/include/linux/ |
D | rculist.h | 197 static inline void list_replace_rcu(struct list_head *old, in list_replace_rcu() function
|
/Linux-v6.6/net/netfilter/ipset/ |
D | ip_set_list_set.c | 168 list_replace_rcu(&old->list, &e->list); in list_set_replace()
|
/Linux-v6.6/kernel/ |
D | audit_tree.c | 322 list_replace_rcu(&old->hash, &new->hash); in replace_chunk()
|
D | auditfilter.c | 1425 list_replace_rcu(&entry->list, &nentry->list); in update_lsm_rule()
|
/Linux-v6.6/security/apparmor/ |
D | policy.c | 944 list_replace_rcu(&old->base.list, &new->base.list); in __replace_profile()
|
/Linux-v6.6/fs/ |
D | exec.c | 1136 list_replace_rcu(&leader->tasks, &tsk->tasks); in de_thread()
|
/Linux-v6.6/security/integrity/ima/ |
D | ima_policy.c | 445 list_replace_rcu(&entry->list, &nentry->list); in ima_lsm_update_rule()
|