Searched refs:TC_H_MIN (Results 1 – 3 of 3) sorted by relevance
98 __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))
71 #define TC_H_MIN(h) ((h)&TC_H_MIN_MASK) macro
671 u32 hwtc = TC_H_MIN(classid) - TC_H_MIN_PRIORITY; in tc_classid_to_hwtc()
Completed in 16 milliseconds