Searched refs:is_atomic (Results 1 – 2 of 2) sorted by relevance
/include/trace/events/ |
D | percpu.h | 12 TP_PROTO(bool reserved, bool is_atomic, size_t size, 15 TP_ARGS(reserved, is_atomic, size, align, base_addr, off, ptr), 19 __field( bool, is_atomic ) 29 __entry->is_atomic = is_atomic; 38 __entry->reserved, __entry->is_atomic, 67 TP_PROTO(bool reserved, bool is_atomic, size_t size, size_t align), 69 TP_ARGS(reserved, is_atomic, size, align), 73 __field( bool, is_atomic ) 80 __entry->is_atomic = is_atomic; 86 __entry->reserved, __entry->is_atomic,
|
/include/linux/ |
D | netdevice.h | 2539 u8 is_atomic:1; member
|