Searched refs:list_replace_rcu (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/fs/afs/ |
H A D | server_list.c | 177 list_replace_rcu(&po->slink, &pn->slink); in afs_reattach_volume_to_servers()
|
/openbmc/linux/security/yama/ |
H A D | yama_lsm.c | 160 list_replace_rcu(&relation->node, &added->node); in yama_ptracer_add()
|
/openbmc/linux/net/sched/ |
H A D | cls_basic.c | 233 list_replace_rcu(&fold->link, &fnew->link); in basic_change()
|
H A D | cls_bpf.c | 514 list_replace_rcu(&oldprog->link, &prog->link); in cls_bpf_change()
|
H A D | cls_flow.c | 551 list_replace_rcu(&fold->list, &fnew->list); in flow_change()
|
H A D | cls_flower.c | 2413 list_replace_rcu(&fold->list, &fnew->list); in fl_change()
|
/openbmc/linux/Documentation/RCU/ |
H A 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().
|
H A D | checklist.rst | 183 The list_replace_rcu() and hlist_replace_rcu() primitives
|
H A D | whatisRCU.rst | 1017 list_replace_rcu
|
/openbmc/linux/include/linux/ |
H A D | rculist.h | 197 static inline void list_replace_rcu(struct list_head *old, in list_replace_rcu() function
|
/openbmc/linux/net/netfilter/ipset/ |
H A D | ip_set_list_set.c | 168 list_replace_rcu(&old->list, &e->list); in list_set_replace()
|
/openbmc/linux/kernel/ |
H A D | audit_tree.c | 322 list_replace_rcu(&old->hash, &new->hash); in replace_chunk()
|
H A D | auditfilter.c | 1426 list_replace_rcu(&entry->list, &nentry->list); in update_lsm_rule()
|
/openbmc/linux/security/apparmor/ |
H A D | policy.c | 956 list_replace_rcu(&old->base.list, &new->base.list); in __replace_profile()
|
/openbmc/linux/fs/ |
H A D | exec.c | 1135 list_replace_rcu(&leader->tasks, &tsk->tasks); in de_thread()
|
/openbmc/linux/security/integrity/ima/ |
H A D | ima_policy.c | 447 list_replace_rcu(&entry->list, &nentry->list); in ima_lsm_update_rule()
|