Home
last modified time | relevance | path

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

/include/trace/events/
A Dqdisc.h98 __get_str(kind), TC_H_MAJ(__entry->parent) >> 16, TC_H_MIN(__entry->parent),
99 TC_H_MAJ(__entry->handle) >> 16, TC_H_MIN(__entry->handle))
123 __get_str(kind), TC_H_MAJ(__entry->parent) >> 16, TC_H_MIN(__entry->parent),
124 TC_H_MAJ(__entry->handle) >> 16, TC_H_MIN(__entry->handle))
147 TC_H_MAJ(__entry->parent) >> 16, TC_H_MIN(__entry->parent))
/include/uapi/linux/
A Dpkt_sched.h71 #define TC_H_MIN(h) ((h)&TC_H_MIN_MASK) macro
/include/net/
A Dsch_generic.h671 u32 hwtc = TC_H_MIN(classid) - TC_H_MIN_PRIORITY; in tc_classid_to_hwtc()

Completed in 16 milliseconds