Home
last modified time | relevance | path

Searched refs:unblock (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/block/
H A Dbdev.c596 bool unblock = false; in bd_end_claim() local
612 unblock = true; in bd_end_claim()
619 * If this was the last claim, remove holder link and unblock evpoll if in bd_end_claim()
622 if (unblock) { in bd_end_claim()
/kernel/linux/linux-5.10/drivers/firewire/
H A Dsbp2.c693 * otherwise it might foil sbp2_[conditionally_]unblock()'s attempt to
694 * unblock the target.
726 bool unblock = false; in sbp2_conditionally_unblock() local
731 unblock = --tgt->blocked == 0; in sbp2_conditionally_unblock()
735 if (unblock) in sbp2_conditionally_unblock()
/kernel/linux/linux-6.6/drivers/firewire/
H A Dsbp2.c694 * otherwise it might foil sbp2_[conditionally_]unblock()'s attempt to
695 * unblock the target.
727 bool unblock = false; in sbp2_conditionally_unblock() local
732 unblock = --tgt->blocked == 0; in sbp2_conditionally_unblock()
736 if (unblock) in sbp2_conditionally_unblock()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm189 // If ttmp1[30] is set then issue s_barrier to unblock dependent waves.

Completed in 8 milliseconds