Home
last modified time | relevance | path

Searched refs:call_rcu_hurry (Results 1 – 13 of 13) sorted by relevance

/linux/kernel/rcu/
H A Dsync.c31 call_rcu_hurry(&rsp->cb_head, rcu_sync_func); in rcu_sync_call()
H A Dtiny.c47 wait_rcu_gp(call_rcu_hurry); in rcu_barrier()
H A Drcuscale.c200 .async = call_rcu_hurry,
/linux/include/linux/
H A Drcupdate.h111 void call_rcu_hurry(struct rcu_head *head, rcu_callback_t func);
113 static inline void call_rcu_hurry(struct rcu_head *head, rcu_callback_t func) in call_rcu_hurry() function
/linux/io_uring/
H A Deventfd.c67 call_rcu_hurry(&ev_fd->rcu, io_eventfd_do_signal); in __io_eventfd_signal()
/linux/lib/
H A Dpercpu-refcount.c233 call_rcu_hurry(&ref->data->rcu, in __percpu_ref_switch_to_atomic()
/linux/net/core/
H A Ddst.c169 call_rcu_hurry(&dst->rcu_head, dst_destroy_rcu); in dst_release()
/linux/include/net/
H A Dnexthop.h270 call_rcu_hurry(&nh->rcu, nexthop_free_rcu); in nexthop_put()
/linux/kernel/bpf/
H A Dmemalloc.c423 call_rcu_hurry(&c->rcu, __free_by_rcu); in check_free_by_rcu()
/linux/drivers/scsi/
H A Dscsi_error.c322 call_rcu_hurry(&scmd->rcu, scsi_eh_inc_host_failed); in scsi_eh_scmd_add()
/linux/net/ipv4/
H A Dfib_semantics.c252 call_rcu_hurry(&fi->rcu, free_fib_info_rcu); in free_fib_info()
H A Ddevinet.c246 call_rcu_hurry(&ifa->rcu_head, inet_rcu_free_ifa); in inet_free_ifa()
/linux/kernel/
H A Dworkqueue.c2635 call_rcu_hurry(&rwork->rcu, rcu_work_rcufn); in queue_rcu_work()