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

/linux-master/kernel/trace/
H A Dtrace_events_user.c131 #define ENABLE_BITOPS(e) (&(e)->values) macro
466 if (test_bit(ENABLE_VAL_FREEING_BIT, ENABLE_BITOPS(enabler))) {
478 clear_bit(ENABLE_VAL_FAULTING_BIT, ENABLE_BITOPS(enabler));
510 set_bit(ENABLE_VAL_FAULTING_BIT, ENABLE_BITOPS(enabler));
514 clear_bit(ENABLE_VAL_FAULTING_BIT, ENABLE_BITOPS(enabler));
545 if (unlikely(test_bit(ENABLE_VAL_FAULTING_BIT, ENABLE_BITOPS(enabler)) ||
546 test_bit(ENABLE_VAL_FREEING_BIT, ENABLE_BITOPS(enabler))))
549 align_addr_bit(&uaddr, &bit, ENABLE_BITOPS(enabler));
637 if (unlikely(test_bit(ENABLE_VAL_FREEING_BIT, ENABLE_BITOPS(orig))))
906 set_bit(ENABLE_VAL_32_ON_64_BIT, ENABLE_BITOPS(enable
[all...]

Completed in 55 milliseconds