Home
last modified time | relevance | path

Searched refs:list_replace_rcu (Results 1 – 15 of 15) sorted by relevance

/Linux-v6.1/security/yama/
Dyama_lsm.c160 list_replace_rcu(&relation->node, &added->node); in yama_ptracer_add()
/Linux-v6.1/net/sched/
Dcls_basic.c231 list_replace_rcu(&fold->link, &fnew->link); in basic_change()
Dcls_bpf.c519 list_replace_rcu(&oldprog->link, &prog->link); in cls_bpf_change()
Dcls_flow.c548 list_replace_rcu(&fold->list, &fnew->list); in flow_change()
Dcls_flower.c2265 list_replace_rcu(&fold->list, &fnew->list); in fl_change()
/Linux-v6.1/include/linux/
Drculist.h197 static inline void list_replace_rcu(struct list_head *old, in list_replace_rcu() function
/Linux-v6.1/Documentation/RCU/
DlistRCU.rst259 list_replace_rcu(&e->list, &ne->list);
276 to replace the old limit object with the new one using list_replace_rcu().
Dchecklist.rst178 The list_replace_rcu() and hlist_replace_rcu() primitives
DwhatisRCU.rst992 list_replace_rcu
/Linux-v6.1/net/netfilter/ipset/
Dip_set_list_set.c168 list_replace_rcu(&old->list, &e->list); in list_set_replace()
/Linux-v6.1/security/apparmor/
Dpolicy.c820 list_replace_rcu(&old->base.list, &new->base.list); in __replace_profile()
/Linux-v6.1/kernel/
Daudit_tree.c322 list_replace_rcu(&old->hash, &new->hash); in replace_chunk()
Dauditfilter.c1424 list_replace_rcu(&entry->list, &nentry->list); in update_lsm_rule()
/Linux-v6.1/fs/
Dexec.c1134 list_replace_rcu(&leader->tasks, &tsk->tasks); in de_thread()
/Linux-v6.1/security/integrity/ima/
Dima_policy.c426 list_replace_rcu(&entry->list, &nentry->list); in ima_lsm_update_rule()