Home
last modified time | relevance | path

Searched defs:BYTES_TO_BITS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_probe.c505 #define BYTES_TO_BITS(nb) ((BITS_PER_LONG * (nb)) / sizeof(long)) macro
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_probe.c1056 #define BYTES_TO_BITS(nb) ((BITS_PER_LONG * (nb)) / sizeof(long)) macro
/kernel/linux/linux-5.10/tools/perf/util/
H A Dprobe-finder.c302 #define BYTES_TO_BITS(nb) ((nb) * BITS_PER_LONG / sizeof(long)) macro
/kernel/linux/linux-6.6/tools/perf/util/
H A Dprobe-finder.c307 #define BYTES_TO_BITS(nb) ((nb) * BITS_PER_LONG / sizeof(long)) macro

Completed in 10 milliseconds