Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/input/
Dinput.c1042 unsigned long bits, bool skip_empty) in input_bits_to_string() argument
1048 if (dword || !skip_empty) in input_bits_to_string()
1052 if (dword || !skip_empty || len) in input_bits_to_string()
1056 if (bits || !skip_empty) in input_bits_to_string()
1066 unsigned long bits, bool skip_empty) in input_bits_to_string() argument
1068 return bits || !skip_empty ? in input_bits_to_string()
1141 bool skip_empty = true; in input_seq_print_bitmap() local
1148 bitmap[i], skip_empty)) { in input_seq_print_bitmap()
1149 skip_empty = false; in input_seq_print_bitmap()
1157 if (skip_empty) in input_seq_print_bitmap()
[all …]
/Linux-v5.10/fs/xfs/
Dxfs_iwalk.c83 unsigned int skip_empty:1; member
429 if (iwag->skip_empty && irec->ir_freecount == irec->ir_count) { in xfs_iwalk_ag()
554 .skip_empty = 1, in xfs_iwalk()