Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dpid_list.h53 #define UPPER1_SHIFT (LOWER_BITS + UPPER_BITS) macro
H A Dpid_list.c103 *upper1 = (pid >> UPPER1_SHIFT) & UPPER_MASK; in pid_split()
113 return ((upper1 & UPPER_MASK) << UPPER1_SHIFT) | in pid_join()