Home
last modified time | relevance | path

Searched refs:nr_calls (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/kernel/
H A Dnotifier.c75 int nr_to_call, int *nr_calls) in notifier_call_chain() argument
95 if (nr_calls) in notifier_call_chain()
96 (*nr_calls)++; in notifier_call_chain()
/openbmc/linux/net/rxrpc/
H A Dcall_object.c183 atomic_inc(&rxnet->nr_calls); in rxrpc_alloc_call()
669 if (atomic_dec_and_test(&rxnet->nr_calls)) in rxrpc_rcu_free_call()
670 wake_up_var(&rxnet->nr_calls); in rxrpc_rcu_free_call()
761 atomic_dec(&rxnet->nr_calls); in rxrpc_destroy_all_calls()
762 wait_var_event(&rxnet->nr_calls, !atomic_read(&rxnet->nr_calls)); in rxrpc_destroy_all_calls()
H A Dnet_ns.c45 atomic_set(&rxnet->nr_calls, 1); in rxrpc_init_net()
H A Dar-internal.h68 atomic_t nr_calls; /* Count of allocated calls */ member
/openbmc/linux/arch/x86/include/asm/xen/
H A Dhypercall.h420 HYPERVISOR_multicall(void *call_list, uint32_t nr_calls) in HYPERVISOR_multicall() argument
422 return _hypercall2(int, multicall, call_list, nr_calls); in HYPERVISOR_multicall()