Home
last modified time | relevance | path

Searched refs:HPSIZE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/bench/
H A Dnuma.c362 #define HPSIZE (2*1024*1024) macro
391 bytes = bytes0 + HPSIZE; in alloc_data()
428 buf = (void *)(((unsigned long)buf + HPSIZE-1) & ~(HPSIZE-1)); in alloc_data()
/kernel/linux/linux-6.6/tools/perf/bench/
H A Dnuma.c413 #define HPSIZE (2*1024*1024) macro
442 bytes = bytes0 + HPSIZE; in alloc_data()
479 buf = (void *)(((unsigned long)buf + HPSIZE-1) & ~(HPSIZE-1)); in alloc_data()

Completed in 6 milliseconds