Home
last modified time | relevance | path

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

/linux/Documentation/RCU/
H A DlistRCU.rst16 be seen. If the writer calls list_replace_rcu(), the reader may see
285 list_replace_rcu(&e->list, &ne->list);
305 to replace the old limit object with the new one using list_replace_rcu().
392 while executing the list_replace_rcu().
H A Dchecklist.rst190 The list_replace_rcu() and hlist_replace_rcu() primitives
H A DwhatisRCU.rst1056 list_replace_rcu
/linux/security/yama/
H A Dyama_lsm.c160 list_replace_rcu(&relation->node, &added->node); in yama_ptracer_add()
/linux/net/sched/
H A Dcls_basic.c233 list_replace_rcu(&fold->link, &fnew->link); in basic_change()
H A Dcls_flow.c551 list_replace_rcu(&fold->list, &fnew->list); in flow_change()
H A Dcls_bpf.c516 list_replace_rcu(&oldprog->link, &prog->link); in cls_bpf_change()
H A Dcls_flower.c2544 list_replace_rcu(&fold->list, &fnew->list); in fl_change()
/linux/include/linux/
H A Drculist.h254 static inline void list_replace_rcu(struct list_head *old, in list_replace_rcu() function
/linux/net/netfilter/ipset/
H A Dip_set_list_set.c168 list_replace_rcu(&old->list, &e->list); in list_set_replace()
/linux/kernel/
H A Daudit_tree.c324 list_replace_rcu(&old->hash, &new->hash); in replace_chunk()
H A Dauditfilter.c1434 list_replace_rcu(&entry->list, &nentry->list); in update_lsm_rule()
/linux/security/apparmor/
H A Dpolicy.c1012 list_replace_rcu(&old->base.list, &new->base.list); in __replace_profile()
/linux/drivers/nvme/target/
H A Dpr.c344 list_replace_rcu(&holder->entry, &new->entry); in nvmet_pr_update_reg_attr()
/linux/fs/
H A Dexec.c1000 list_replace_rcu(&leader->tasks, &tsk->tasks); in de_thread()
/linux/security/integrity/ima/
H A Dima_policy.c448 list_replace_rcu(&entry->list, &nentry->list); in ima_lsm_update_rule()