Home
last modified time | relevance | path

Searched refs:channel_mgr_requests (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/misc/sgi-xp/
H A Dxpc_main.c342 * The channel_mgr_requests is set to 1 after being awakened, in xpc_channel_mgr()
350 atomic_dec(&part->channel_mgr_requests); in xpc_channel_mgr()
352 (atomic_read(&part->channel_mgr_requests) > 0 || in xpc_channel_mgr()
357 atomic_set(&part->channel_mgr_requests, 1); in xpc_channel_mgr()
425 atomic_set(&part->channel_mgr_requests, 1); in xpc_setup_ch_structures()
H A Dxpc.h513 atomic_t channel_mgr_requests; /* #of requests to activate chan mgr */ member
667 if (atomic_inc_return(&part->channel_mgr_requests) == 1) in xpc_wakeup_channel_mgr()