Searched refs:rcu_head (Results 176 - 200 of 701) sorted by relevance

1234567891011>>

/linux-master/kernel/
H A Dtracepoint.c88 static struct rcu_head *early_probes;
97 struct rcu_head rcu;
114 static void srcu_free_old_probes(struct rcu_head *head)
119 static void rcu_free_old_probes(struct rcu_head *head)
126 struct rcu_head *tmp;
/linux-master/net/netfilter/
H A Dnf_conncount.c53 struct rcu_head rcu_head; member in struct:nf_conncount_rb
278 static void __tree_nodes_free(struct rcu_head *h)
282 rbconn = container_of(h, struct nf_conncount_rb, rcu_head);
298 call_rcu(&rbconn->rcu_head, __tree_nodes_free);
/linux-master/net/hsr/
H A Dhsr_framereg.c104 kfree_rcu(old, rcu_head);
117 kfree_rcu(old, rcu_head);
389 kfree_rcu(node_curr, rcu_head);
574 kfree_rcu(node, rcu_head);
604 kfree_rcu(node, rcu_head);
/linux-master/fs/afs/
H A Dinternal.h90 struct rcu_head rcu;
108 struct rcu_head rcu;
392 struct rcu_head rcu;
438 struct rcu_head rcu;
483 struct rcu_head rcu;
529 struct rcu_head rcu;
552 struct rcu_head rcu;
619 struct rcu_head rcu;
634 struct rcu_head rcu;
778 struct rcu_head rc
[all...]
/linux-master/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c103 struct rcu_head rcu_head; member in struct:rsi
117 static void rsi_free_rcu(struct rcu_head *head)
119 struct rsi *rsii = container_of(head, struct rsi, rcu_head);
129 call_rcu(&rsii->rcu_head, rsi_free_rcu);
374 struct rcu_head rcu_head; member in struct:rsc
388 static void rsc_free_rcu(struct rcu_head *head)
390 struct rsc *rsci = container_of(head, struct rsc, rcu_head);
403 call_rcu(&rsci->rcu_head, rsc_free_rc
[all...]
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k.h43 struct rcu_head rcu;
198 struct rcu_head rcu; /* to avoid race with update stats on free */
220 struct rcu_head rcu;
/linux-master/net/netfilter/ipvs/
H A Dip_vs_app.c62 static void ip_vs_app_inc_rcu_free(struct rcu_head *head)
64 struct ip_vs_app *inc = container_of(head, struct ip_vs_app, rcu_head);
140 call_rcu(&inc->rcu_head, ip_vs_app_inc_rcu_free);
/linux-master/arch/x86/mm/
H A Dkmmio.c53 struct rcu_head rcu;
479 static void rcu_free_kmmio_fault_pages(struct rcu_head *head)
495 static void remove_kmmio_fault_pages(struct rcu_head *head)
/linux-master/kernel/rcu/
H A Dtasks.h48 struct rcu_head barrier_q_head;
324 static void call_rcu_tasks_generic(struct rcu_head *rhp, rcu_callback_t func,
386 static void rcu_barrier_tasks_generic_cb(struct rcu_head *rhp)
519 struct rcu_head *rhp;
941 void call_rcu_tasks(struct rcu_head *rhp, rcu_callback_t func);
1110 void call_rcu_tasks(struct rcu_head *rhp, rcu_callback_t func)
1281 void call_rcu_tasks_rude(struct rcu_head *rhp, rcu_callback_t func);
1303 void call_rcu_tasks_rude(struct rcu_head *rhp, rcu_callback_t func)
1456 void call_rcu_tasks_trace(struct rcu_head *rhp, rcu_callback_t func);
1949 void call_rcu_tasks_trace(struct rcu_head *rh
[all...]
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dttm_object.c122 struct rcu_head rcu_head; member in struct:ttm_ref_object
357 kfree_rcu(ref, rcu_head);
/linux-master/security/keys/
H A Duser_defined.c89 static void user_free_payload_rcu(struct rcu_head *head)
/linux-master/include/linux/
H A Dasync_tx.h32 struct rcu_head rcu;
H A Dpercpu-refcount.h101 struct rcu_head rcu;
H A Dposix_acl.h31 struct rcu_head a_rcu;
/linux-master/net/bridge/
H A Dbr_private_mrp.h48 struct rcu_head rcu;
/linux-master/drivers/infiniband/core/
H A Dmad_priv.h109 struct rcu_head rcu;
/linux-master/net/8021q/
H A Dvlan.h36 struct rcu_head rcu;
/linux-master/include/net/tc_act/
H A Dtc_police.h20 struct rcu_head rcu;
/linux-master/security/selinux/
H A Dibpkey.c40 struct rcu_head rcu;
H A Dnetport.c47 struct rcu_head rcu;
H A Dnetnode.c48 struct rcu_head rcu;
/linux-master/include/net/
H A Dkcm.h135 struct rcu_head rcu;
H A Dinet_frag.h104 struct rcu_head rcu;
/linux-master/include/linux/sunrpc/
H A Dauth.h51 struct rcu_head cr_rcu;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hwrm.h50 struct rcu_head rcu;

Completed in 393 milliseconds

1234567891011>>