Searched refs:list_replace_rcu (Results 1 – 11 of 11) sorted by relevance
| /linux/security/yama/ |
| H A D | yama_lsm.c | 160 list_replace_rcu(&relation->node, &added->node); in yama_ptracer_add()
|
| /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 | 516 list_replace_rcu(&oldprog->link, &prog->link); in cls_bpf_change()
|
| H A D | cls_flow.c | 564 list_replace_rcu(&fold->list, &fnew->list); in flow_change()
|
| H A D | cls_flower.c | 2540 list_replace_rcu(&fold->list, &fnew->list); in fl_change()
|
| /linux/include/linux/ |
| H A D | rculist.h | 254 static inline void list_replace_rcu(struct list_head *old, in list_replace_rcu() function
|
| /linux/net/netfilter/ipset/ |
| H A D | ip_set_list_set.c | 168 list_replace_rcu(&old->list, &e->list); in list_set_replace()
|
| /linux/security/apparmor/ |
| H A D | policy.c | 1092 list_replace_rcu(&old->base.list, &new->base.list);
|
| /linux/drivers/nvme/target/ |
| H A D | pr.c | 344 list_replace_rcu(&holder->entry, &new->entry); in nvmet_pr_update_reg_attr()
|
| /linux/security/integrity/ima/ |
| H A D | ima_policy.c | 453 list_replace_rcu(&entry->list, &nentry->list); in ima_lsm_update_rule()
|
| /linux/Documentation/RCU/ |
| H A D | checklist.rst | 190 The list_replace_rcu() and hlist_replace_rcu() primitives
|