Searched refs:kfree_rcu (Results 126 - 150 of 315) sorted by path

1234567891011>>

/linux-master/fs/nfs/
H A Ddir.c104 kfree_rcu(ctx, rcu_head);
2777 kfree_rcu(entry, rcu_head);
H A Dinode.c992 kfree_rcu(l_ctx, rcu_head);
1087 kfree_rcu(ctx, rcu_head);
H A Dnfs4state.c718 kfree_rcu(state, rcu_head);
H A Dpnfs_nfs.c122 kfree_rcu(p, rcu);
/linux-master/fs/nfs/filelayout/
H A Dfilelayout.c1071 kfree_rcu(FILELAYOUT_FROM_HDR(lo), generic_hdr.plh_rcu);
H A Dfilelayoutdev.c59 kfree_rcu(dsaddr, id_node.rcu);
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c78 kfree_rcu(ffl, generic_hdr.plh_rcu);
H A Dflexfilelayoutdev.c37 kfree_rcu(mirror_ds, id_node.rcu);
/linux-master/fs/nfsd/
H A Dexport.c51 kfree_rcu(key, ek_rcu);
367 kfree_rcu(exp, ex_rcu);
H A Dnfs4idmap.c94 kfree_rcu(map, rcu_head);
/linux-master/fs/proc/
H A Dproc_sysctl.c494 kfree_rcu(head, rcu);
1499 kfree_rcu(header, rcu);
H A Droot.c274 kfree_rcu(fs_info, rcu);
/linux-master/fs/
H A Dtimerfd.c245 kfree_rcu(ctx, rcu);
/linux-master/include/linux/
H A Dposix_acl.h58 kfree_rcu(acl, a_rcu);
H A Drcupdate.h967 * kfree_rcu() - kfree an object after a grace period.
976 * The kfree_rcu() function handles this issue. Rather than encoding a
977 * function address in the embedded rcu_head structure, kfree_rcu() instead
994 #define kfree_rcu(ptr, rhf) kvfree_rcu_arg_2(ptr, rhf) macro
H A Dwatch_queue.h115 kfree_rcu(wlist, rcu);
/linux-master/include/net/
H A Dfib_rules.h113 kfree_rcu(rule, rcu);
H A Dipv6.h404 kfree_rcu(opt, rcu);
H A Dtcx.h92 kfree_rcu(tcx_entry(entry), rcu);
/linux-master/io_uring/
H A Dio-wq.c239 kfree_rcu(worker, rcu);
H A Dkbuf.c379 kfree_rcu(bl, rcu);
584 kfree_rcu(bl, rcu);
724 kfree_rcu(free_bl, rcu);
H A Dnapi.c93 kfree_rcu(e, rcu);
205 kfree_rcu(e, rcu);
/linux-master/kernel/
H A Dacct.c154 kfree_rcu(p, rcu);
H A Daudit_tree.c119 kfree_rcu(tree, head);
/linux-master/kernel/bpf/
H A Dbpf_local_storage.c120 * kfree(), else do kfree_rcu().
126 kfree_rcu(local_storage, rcu);
150 kfree_rcu(local_storage, rcu);
196 kfree_rcu(selem, rcu);
204 kfree_rcu(selem, rcu);
503 * (instead of kfree_rcu) because

Completed in 902 milliseconds

1234567891011>>