Home
last modified time | relevance | path

Searched defs:is_zero (Results 1 – 8 of 8) sorted by relevance

/linux/rust/kernel/block/mq/
H A Drequest.rs229 let is_zero = refcount.dec_and_test(); dec_ref() localVariable
/linux/rust/kernel/
H A Dtime.rs269 pub fn is_zero(self) -> bool { is_zero() method
/linux/tools/perf/pmu-events/
H A Djevents.py304 def is_zero(val: str) -> bool: function
/linux/drivers/md/
H A Ddm-verity-target.c327 sector_t block, u8 *digest, bool *is_zero) in verity_hash_for_block()
462 bool is_zero; in verity_verify_io() local
H A Ddm-verity-fec.c209 bool is_zero; in fec_read_bufs() local
/linux/fs/ntfs3/
H A Dlznt.c327 bool is_zero = true; in compress_lznt() local
/linux/rust/kernel/sync/
H A Darc.rs468 let is_zero = unsafe { self.ptr.as_ref() }.refcount.dec_and_test(); in drop() localVariable
/linux/lib/
H A Dvsprintf.c474 bool is_zero = num == 0LL; in number() local