Searched refs:non_block_end (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dkernel.h98 * not allowed can be annotated with non_block_start() and non_block_end()
139 * non_block_end - annotate the end of section where sleeping is prohibited
143 # define non_block_end() WARN_ON(current->non_block_count-- == 0) macro
153 # define non_block_end() do { } while (0) macro
/linux-master/mm/
H A Dmmu_notifier.c495 non_block_end();
568 non_block_end();
/linux-master/drivers/pwm/
H A Dcore.c203 non_block_end();

Completed in 130 milliseconds