Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/misc/sgi-xp/
Dxpc_channel.c797 if (atomic_read(&ch->n_on_msg_allocate_wq) > 0) in xpc_disconnect_channel()
837 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.h558 atomic_t n_on_msg_allocate_wq; /* #on msg allocation wait queue */ member
Dxpc_main.c467 atomic_set(&ch->n_on_msg_allocate_wq, 0); in xpc_setup_ch_structures()
Dxpc_uv.c1360 if (atomic_read(&ch->n_on_msg_allocate_wq) > 0) in xpc_free_msg_slot_uv()
Dxpc_sn2.c1872 if (atomic_read(&ch->n_on_msg_allocate_wq) > 0) in xpc_process_msg_chctl_flags_sn2()