Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/input/
Dinput.c1035 unsigned long bits, bool skip_empty) in input_bits_to_string() argument
1041 if (dword || !skip_empty) in input_bits_to_string()
1045 if (dword || !skip_empty || len) in input_bits_to_string()
1049 if (bits || !skip_empty) in input_bits_to_string()
1059 unsigned long bits, bool skip_empty) in input_bits_to_string() argument
1061 return bits || !skip_empty ? in input_bits_to_string()
1134 bool skip_empty = true; in input_seq_print_bitmap() local
1141 bitmap[i], skip_empty)) { in input_seq_print_bitmap()
1142 skip_empty = false; in input_seq_print_bitmap()
1150 if (skip_empty) in input_seq_print_bitmap()
[all …]
/Linux-v5.4/fs/xfs/
Dxfs_iwalk.c80 unsigned int skip_empty:1; member
410 if (iwag->skip_empty && irec->ir_freecount == irec->ir_count) { in xfs_iwalk_ag()
535 .skip_empty = 1, in xfs_iwalk()