Home
last modified time | relevance | path

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

/Linux-v5.10/tools/lib/bpf/
Dbtf_dump.c809 static int chip_away_bits(int total, int at_most) in chip_away_bits() argument
811 return total % at_most ? : at_most; in chip_away_bits()