Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Duncore.h154 #define UNCORE_BOX_FLAG_INITIATED 0 macro
505 if (!test_and_set_bit(UNCORE_BOX_FLAG_INITIATED, &box->flags)) { in uncore_box_init()
513 if (test_and_clear_bit(UNCORE_BOX_FLAG_INITIATED, &box->flags)) { in uncore_box_exit()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Duncore.h164 #define UNCORE_BOX_FLAG_INITIATED 0 macro
537 if (!test_and_set_bit(UNCORE_BOX_FLAG_INITIATED, &box->flags)) { in uncore_box_init()
545 if (test_and_clear_bit(UNCORE_BOX_FLAG_INITIATED, &box->flags)) { in uncore_box_exit()

Completed in 3 milliseconds