Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/bitmap/src/
H A Dalloc_bitmap.rs123 fn bitand(self, rhs: Self) -> Self::Output { in bitand() method
135 fn bitand(self, rhs: Self) -> Self::Output { in bitand() method
/DragonOS/kernel/src/libs/
H A Dcpumask.rs113 fn bitand(self, rhs: &CpuMask) -> Self::Output { in bitand() method
/DragonOS/kernel/src/filesystem/sysfs/
H A Dfile.rs157 mode.bitand(ModeType::from_bits_truncate(0o777)), in add_file_with_mode()
269 mode.bitand(ModeType::from_bits_truncate(0o777)), in add_bin_file_with_mode()
/DragonOS/kernel/src/exception/
H A Dhandle.rs166 if status.bitand(mask).is_empty() { in irq_may_run()