Searched refs:found_it (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/md/dm-vdo/
H A Dthread-registry.c29 bool found_it = false; local
40 found_it = true;
47 VDO_ASSERT_LOG_ONLY(!found_it, "new thread not already in registry");
48 if (found_it) {
58 bool found_it = false; local
64 found_it = true;
70 VDO_ASSERT_LOG_ONLY(found_it, "thread found in registry");
71 if (found_it) {
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_mmap.c88 goto found_it;
95 found_it:
/linux-master/arch/alpha/lib/
H A Dmemchr.S84 $found_it:
112 bne $2, $found_it # .. e1 :
142 bne $2, $found_it # .. e1 :
150 bne $2, $found_it # .. e1 :
H A Dev6-memchr.S87 $found_it:
133 bne $2, $found_it # U :
158 bne $2, $found_it # U : U L U L
171 bne $2, $found_it # U :
/linux-master/drivers/gpu/drm/
H A Ddrm_modes.c1891 bool found_it = false; local
1898 found_it = true;
1927 if (!found_it) {

Completed in 315 milliseconds