Home
last modified time | relevance | path

Searched refs:n_on_msg_allocate_wq (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/misc/sgi-xp/
Dxpc_channel.c794 if (atomic_read(&ch->n_on_msg_allocate_wq) > 0) in xpc_disconnect_channel()
835 atomic_inc(&ch->n_on_msg_allocate_wq); in xpc_allocate_msg_wait()
839 atomic_dec(&ch->n_on_msg_allocate_wq); in xpc_allocate_msg_wait()
Dxpc.h336 atomic_t n_on_msg_allocate_wq; /* #on msg allocation wait queue */ member
Dxpc_main.c461 atomic_set(&ch->n_on_msg_allocate_wq, 0); in xpc_setup_ch_structures()
Dxpc_uv.c1364 if (atomic_read(&ch->n_on_msg_allocate_wq) > 0) in xpc_free_msg_slot_uv()