Home
last modified time | relevance | path

Searched defs:BYTES_TO_BITS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/trace/
H A Dtrace_probe.c1187 #define BYTES_TO_BITS(nb) ((BITS_PER_LONG * (nb)) / sizeof(long)) macro
/openbmc/linux/tools/perf/util/
H A Dprobe-finder.c307 #define BYTES_TO_BITS(nb) ((nb) * BITS_PER_LONG / sizeof(long)) macro