Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dtime.rs212 pub fn is_zero(self) -> bool { in is_zero() method
/linux/rust/kernel/sync/
H A Darc.rs357 let is_zero = unsafe { bindings::refcount_dec_and_test(refcount) }; in into_unique_or_drop() localVariable
456 let is_zero = unsafe { bindings::refcount_dec_and_test(refcount) }; in drop() localVariable
/linux/fs/ntfs3/
H A Dlznt.c327 bool is_zero = true; in compress_lznt() local
/linux/fs/bcachefs/
H A Ddisk_accounting.c161 static inline bool is_zero(char *start, char *end) in is_zero() function
/linux/lib/
H A Dvsprintf.c460 bool is_zero = num == 0LL; in number() local