Home
last modified time | relevance | path

Searched refs:n_on_msg_allocate_wq (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/sgi-xp/
H A 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()
H A Dxpc.h336 atomic_t n_on_msg_allocate_wq; /* #on msg allocation wait queue */ member
H A Dxpc_main.c461 atomic_set(&ch->n_on_msg_allocate_wq, 0); in xpc_setup_ch_structures()
H A Dxpc_uv.c1364 if (atomic_read(&ch->n_on_msg_allocate_wq) > 0) in xpc_free_msg_slot_uv()
/kernel/linux/linux-6.6/drivers/misc/sgi-xp/
H A 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()
H A Dxpc.h336 atomic_t n_on_msg_allocate_wq; /* #on msg allocation wait queue */ member
H A Dxpc_main.c452 atomic_set(&ch->n_on_msg_allocate_wq, 0); in xpc_setup_ch_structures()
H A Dxpc_uv.c1364 if (atomic_read(&ch->n_on_msg_allocate_wq) > 0) in xpc_free_msg_slot_uv()

Completed in 13 milliseconds