Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/trace/
Dtrace_events.c40 #define SYSTEM_FL_FREE_NAME (1 << 31) macro
44 return system->ref_count & ~SYSTEM_FL_FREE_NAME; in system_refcount()
49 return (system->ref_count++) & ~SYSTEM_FL_FREE_NAME; in system_refcount_inc()
54 return (--system->ref_count) & ~SYSTEM_FL_FREE_NAME; in system_refcount_dec()
441 if (system->ref_count & SYSTEM_FL_FREE_NAME) in __put_system()
1475 system->ref_count |= SYSTEM_FL_FREE_NAME; in create_new_subsystem()
1493 if (system->ref_count & SYSTEM_FL_FREE_NAME) in create_new_subsystem()