Home
last modified time | relevance | path

Searched refs:first_num (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A Dstat_bpf_counters.sh10 first_num=$1
13 # upper bound is first_num * 110%
14 upper=$(expr $first_num + $first_num / 10 )
15 # lower bound is first_num * 90%
16 lower=$(expr $first_num - $first_num / 10 )
19 echo "The difference between $first_num and $second_num are greater than 10%."
/kernel/linux/linux-6.6/mm/
H A Dz3fold.c105 * @first_num: the starting number (for the first handle)
120 unsigned short first_num:2; member
363 return (bud + zhdr->first_num) & BUDDY_MASK; in __idx()
368 * Pool lock should be held as this function accesses first_num
414 * (handle & BUDDY_MASK) < zhdr->first_num is possible in encode_handle
429 return (addr - zhdr->first_num) & BUDDY_MASK; in handle_to_buddy()
706 zhdr->first_num++; in z3fold_compact_page()
/kernel/linux/linux-5.10/mm/
H A Dz3fold.c112 * @first_num: the starting number (for the first handle)
127 unsigned short first_num:2; member
421 zhdr->first_num = 0; in init_z3fold_page()
448 return (bud + zhdr->first_num) & BUDDY_MASK; in __idx()
453 * Pool lock should be held as this function accesses first_num
499 * (handle & BUDDY_MASK) < zhdr->first_num is possible in encode_handle
514 return (addr - zhdr->first_num) & BUDDY_MASK; in handle_to_buddy()
791 zhdr->first_num++; in z3fold_compact_page()

Completed in 5 milliseconds