Searched refs:b_status (Results 1 – 4 of 4) sorted by relevance
93 block->b_status = nlm_lck_blocked; in nlmclnt_prepare_block()121 status = block->b_status; in nlmclnt_dequeue_block()148 block->b_status != nlm_lck_blocked, in nlmclnt_wait()153 if (block->b_status == nlm_lck_denied_grace_period) in nlmclnt_wait()154 block->b_status = nlm_lck_blocked; in nlmclnt_wait()193 block->b_status = nlm_granted; in nlmclnt_grant()286 block->b_status = nlm_lck_denied_grace_period; in reclaimer()
530 __be32 b_status; in nlmclnt_lock() local572 if (block.b_status != nlm_lck_blocked) in nlmclnt_lock()575 b_status = nlmclnt_dequeue_block(&block); in nlmclnt_lock()577 resp->status = b_status; in nlmclnt_lock()
941 unsigned short b_status; in ni_ao_wait_for_dma_load() local1359 if (b_status & NISTC_AO_STATUS1_BC_TC) in ack_b_interrupt()1363 if (b_status & NISTC_AO_STATUS1_START) in ack_b_interrupt()1365 if (b_status & NISTC_AO_STATUS1_START1) in ack_b_interrupt()1367 if (b_status & NISTC_AO_STATUS1_UC_TC) in ack_b_interrupt()1369 if (b_status & NISTC_AO_STATUS1_UI2_TC) in ack_b_interrupt()1379 unsigned short b_status) in handle_b_interrupt() argument1381 if (b_status == 0xffff) in handle_b_interrupt()1391 b_status & NISTC_AO_STATUS1_BC_TC) in handle_b_interrupt()5909 unsigned short b_status; in ni_E_interrupt() local[all …]
132 __be32 b_status; /* grant callback status */ member
Completed in 20 milliseconds