Searched refs:non_block_start (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()
128 * non_block_start - annotate the start of section where sleeping is prohibited
137 # define non_block_start() (current->non_block_count++) macro
141 * Closes a section opened by non_block_start().
152 # define non_block_start() do { } while (0) macro
/linux-master/mm/
H A Dmmu_notifier.c492 non_block_start();
564 non_block_start();
/linux-master/drivers/pwm/
H A Dcore.c201 non_block_start();

Completed in 132 milliseconds