Home
last modified time | relevance | path

Searched refs:IS_KERNEL (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/oprofile/
Dcpu_buffer.h117 #define IS_KERNEL (1UL << 1) macro
Dbuffer_sync.c528 in_kernel = flags & IS_KERNEL; in sync_buffer()
531 add_kernel_ctx_switch(flags & IS_KERNEL); in sync_buffer()
Dcpu_buffer.c203 flags |= IS_KERNEL; in op_add_code()