Home
last modified time | relevance | path

Searched refs:rcu_pending_process_fn (Results 1 – 2 of 2) sorted by relevance

/linux/fs/bcachefs/
H A Drcu_pending.h8 typedef void (*rcu_pending_process_fn)(struct rcu_pending *, struct rcu_head *); typedef
15 rcu_pending_process_fn process;
25 rcu_pending_process_fn process);
H A Drcu_pending.c25 #define RCU_PENDING_KVFREE_FN ((rcu_pending_process_fn) (ulong) RCU_PENDING_KVFREE)
26 #define RCU_PENDING_CALL_RCU_FN ((rcu_pending_process_fn) (ulong) RCU_PENDING_CALL_RCU)
630 rcu_pending_process_fn process) in rcu_pending_init()