Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/lockd/
A Dclntlock.c41 __be32 b_status; /* grant callback status */ member
109 block->b_status = nlm_lck_blocked; in nlmclnt_prepare_block()
150 block->b_status != nlm_lck_blocked, in nlmclnt_block()
155 if (block->b_status == nlm_lck_denied_grace_period) in nlmclnt_block()
156 block->b_status = nlm_lck_blocked; in nlmclnt_block()
157 req->a_res.status = block->b_status; in nlmclnt_block()
196 block->b_status = nlm_granted; in nlmclnt_grant()
288 block->b_status = nlm_lck_denied_grace_period; in reclaimer()
/linux-6.3-rc2/drivers/comedi/drivers/
A Dni_mio_common.c926 unsigned short b_status; in ni_ao_wait_for_dma_load() local
1344 if (b_status & NISTC_AO_STATUS1_BC_TC) in ack_b_interrupt()
1348 if (b_status & NISTC_AO_STATUS1_START) in ack_b_interrupt()
1350 if (b_status & NISTC_AO_STATUS1_START1) in ack_b_interrupt()
1352 if (b_status & NISTC_AO_STATUS1_UC_TC) in ack_b_interrupt()
1354 if (b_status & NISTC_AO_STATUS1_UI2_TC) in ack_b_interrupt()
1364 unsigned short b_status) in handle_b_interrupt() argument
1366 if (b_status == 0xffff) in handle_b_interrupt()
1376 b_status & NISTC_AO_STATUS1_BC_TC) in handle_b_interrupt()
5894 unsigned short b_status; in ni_E_interrupt() local
[all …]

Completed in 12 milliseconds