Searched refs:BLOCKED (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/net/atm/
H A Dpppoatm.c83 #define BLOCKED 0 macro
117 * As in pppoatm_pop(), it's safe to clear the BLOCKED bit here because pppoatm_release_cb()
122 * set the BLOCKED bit while the socket is still locked. We know that pppoatm_release_cb()
125 if (test_and_clear_bit(BLOCKED, &pvcc->blocked)) pppoatm_release_cb()
144 * fear of race conditions where we clear the BLOCKED flag just as we pppoatm_pop()
154 * So if the CPU in pppoatm_send() has already set the BLOCKED bit and pppoatm_pop()
157 * BLOCKED bit yet, that's fine too because of the double check in pppoatm_pop()
160 if (test_and_clear_bit(BLOCKED, &pvcc->blocked)) pppoatm_pop()
257 test_and_set_bit(BLOCKED, &pvcc->blocked); pppoatm_may_send()
261 * last packet in the queue, *just* before we set the BLOCKED pppoatm_may_send()
266 * the BLOCKED flag set, since it's only used as a trigger to pppoatm_may_send()
269 * space on the queue yet, then it hasn't checked the BLOCKED pppoatm_may_send()
311 test_and_set_bit(BLOCKED, &pvcc->blocked); pppoatm_send()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dmemx.c193 nvkm_debug(&memx->pmu->subdev, " HOST BLOCKED\n"); nvkm_memx_block()
/linux-4.4.14/drivers/scsi/isci/
H A Dphy.h306 * This PHY information field tracks the number of CREDIT BLOCKED
/linux-4.4.14/drivers/s390/scsi/
H A Dzfcp_scsi.c95 * fc_remote_port_chkready until rport is BLOCKED zfcp_scsi_queuecommand()
/linux-4.4.14/net/mac80211/
H A Dmesh_plink.c42 [NL80211_PLINK_BLOCKED] = "BLOCKED"
/linux-4.4.14/net/rfkill/
H A Dcore.c458 * locks all radios in one of the BLOCKED states.

Completed in 580 milliseconds