Home
last modified time | relevance | path

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

/linux-4.1.27/fs/lockd/
Dclntlock.c40 __be32 b_status; /* grant callback status */ member
107 block->b_status = nlm_lck_blocked; in nlmclnt_prepare_block()
148 block->b_status != nlm_lck_blocked, in nlmclnt_block()
153 if (block->b_status == nlm_lck_denied_grace_period) in nlmclnt_block()
154 block->b_status = nlm_lck_blocked; in nlmclnt_block()
155 req->a_res.status = block->b_status; in nlmclnt_block()
194 block->b_status = nlm_granted; in nlmclnt_grant()
290 block->b_status = nlm_lck_denied_grace_period; in reclaimer()
/linux-4.1.27/drivers/staging/comedi/drivers/
Dni_mio_common.c1104 unsigned short b_status; in ni_ao_wait_for_dma_load() local
1106 b_status = ni_stc_readw(dev, AO_Status_1_Register); in ni_ao_wait_for_dma_load()
1107 if (b_status & AO_FIFO_Half_Full_St) in ni_ao_wait_for_dma_load()
1538 static void ack_b_interrupt(struct comedi_device *dev, unsigned short b_status) in ack_b_interrupt() argument
1542 if (b_status & AO_BC_TC_St) in ack_b_interrupt()
1544 if (b_status & AO_Overrun_St) in ack_b_interrupt()
1546 if (b_status & AO_START_St) in ack_b_interrupt()
1548 if (b_status & AO_START1_St) in ack_b_interrupt()
1550 if (b_status & AO_UC_TC_St) in ack_b_interrupt()
1552 if (b_status & AO_UI2_TC_St) in ack_b_interrupt()
[all …]