Searched refs:list_replace_rcu (Results 1 - 12 of 12) sorted by relevance

/linux-master/security/yama/
H A Dyama_lsm.c161 list_replace_rcu(&relation->node, &added->node);
/linux-master/net/sched/
H A Dcls_basic.c233 list_replace_rcu(&fold->link, &fnew->link);
H A Dcls_bpf.c514 list_replace_rcu(&oldprog->link, &prog->link);
H A Dcls_flow.c550 list_replace_rcu(&fold->list, &fnew->list);
H A Dcls_flower.c2412 list_replace_rcu(&fold->list, &fnew->list);
/linux-master/include/linux/
H A Drculist.h190 * list_replace_rcu - replace old entry by new one
197 static inline void list_replace_rcu(struct list_head *old, function
/linux-master/kernel/
H A Daudit_tree.c322 list_replace_rcu(&old->hash, &new->hash);
H A Dauditfilter.c1425 list_replace_rcu(&entry->list, &nentry->list);
/linux-master/security/apparmor/
H A Dpolicy.c980 list_replace_rcu(&old->base.list, &new->base.list);
/linux-master/net/netfilter/ipset/
H A Dip_set_list_set.c168 list_replace_rcu(&old->list, &e->list);
/linux-master/fs/
H A Dexec.c1151 list_replace_rcu(&leader->tasks, &tsk->tasks);
/linux-master/security/integrity/ima/
H A Dima_policy.c445 list_replace_rcu(&entry->list, &nentry->list);

Completed in 175 milliseconds