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

/kernel/trace/
H A Dtrace_events.c40 #define SYSTEM_FL_FREE_NAME (1 << 31) macro
44 return system->ref_count & ~SYSTEM_FL_FREE_NAME;
49 return (system->ref_count++) & ~SYSTEM_FL_FREE_NAME;
54 return (--system->ref_count) & ~SYSTEM_FL_FREE_NAME;
409 if (system->ref_count & SYSTEM_FL_FREE_NAME)
1432 system->ref_count |= SYSTEM_FL_FREE_NAME;
1450 if (system->ref_count & SYSTEM_FL_FREE_NAME)

Completed in 149 milliseconds