Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/yama/
H A Dyama_lsm.c160 list_replace_rcu(&relation->node, &added->node); in yama_ptracer_add()
/OK3568_Linux_fs/kernel/net/sched/
H A Dcls_basic.c231 list_replace_rcu(&fold->link, &fnew->link); in basic_change()
H A Dcls_flow.c548 list_replace_rcu(&fold->list, &fnew->list); in flow_change()
H A Dcls_bpf.c520 list_replace_rcu(&oldprog->link, &prog->link); in cls_bpf_change()
H A Dcls_flower.c2084 list_replace_rcu(&fold->list, &fnew->list); in fl_change()
/OK3568_Linux_fs/kernel/include/linux/
H A Drculist.h206 static inline void list_replace_rcu(struct list_head *old, in list_replace_rcu() function
/OK3568_Linux_fs/kernel/net/hsr/
H A Dhsr_framereg.c96 list_replace_rcu(&oldnode->mac_list, &node->mac_list); in hsr_create_self_node()
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A DlistRCU.rst259 list_replace_rcu(&e->list, &ne->list);
276 to replace the old limit object with the new one using list_replace_rcu().
H A Dchecklist.rst176 The list_replace_rcu() and hlist_replace_rcu() primitives
H A DwhatisRCU.rst914 list_replace_rcu
/OK3568_Linux_fs/kernel/net/netfilter/ipset/
H A Dip_set_list_set.c168 list_replace_rcu(&old->list, &e->list); in list_set_replace()
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dpolicy.c780 list_replace_rcu(&old->base.list, &new->base.list); in __replace_profile()
/OK3568_Linux_fs/kernel/kernel/
H A Daudit_tree.c322 list_replace_rcu(&old->hash, &new->hash); in replace_chunk()
H A Dauditfilter.c1415 list_replace_rcu(&entry->list, &nentry->list); in update_lsm_rule()
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_policy.c398 list_replace_rcu(&entry->list, &nentry->list); in ima_lsm_update_rule()
/OK3568_Linux_fs/kernel/fs/
H A Dexec.c1137 list_replace_rcu(&leader->tasks, &tsk->tasks); in de_thread()