Home
last modified time | relevance | path

Searched refs:eq (Results 1 – 21 of 21) sorted by relevance

/DragonOS/kernel/src/process/
H A Dpid.rs15 fn eq(&self, other: &PidType) -> bool { in eq() method
/DragonOS/kernel/src/driver/input/serio/
H A Dsubsys.rs115 if drv_id_table.name().eq(&pdev.name()) { in match_device()
121 return Ok(device.name().eq(&driver.name())); in match_device()
/DragonOS/kernel/src/driver/base/platform/
H A Dsubsys.rs138 if drv_id_table.name().eq(&pdev.name()) { in match_device()
144 return Ok(device.name().eq(&driver.name())); in match_device()
/DragonOS/kernel/src/time/
H A Dclocksource.rs532 if ele_data.name.eq(&data.name) && ele_data.rating.eq(&data.rating) { in clocksource_dequeue_watchdog()
548 } else if watchdog.name.eq(&data.name) && watchdog.rating.eq(&data.rating) { in clocksource_dequeue_watchdog()
566 if ele_data.name.eq(&data.name) && ele_data.rating.eq(&data.rating) in clocksource_dequeue_watchdog()
619 if ele_data.name.eq(&data.name) && ele_data.rating.eq(&data.rating) { in clocksource_dequeue()
988 if ele.clocksource_data().name.eq(override_name.deref()) { in clocksource_select()
/DragonOS/kernel/src/driver/pci/
H A Dsubsys.rs148 if driver_id_table.name().eq(&pci_dev.name()) { in match_device()
152 return Ok(pci_dev.name().eq(&pci_driver.name())); in match_device()
/DragonOS/kernel/src/filesystem/vfs/
H A Dutils.rs89 fn eq(&self, other: &Self) -> bool { in eq() method
/DragonOS/kernel/src/driver/base/
H A Dkset.rs41 fn eq(&self, other: &Self) -> bool { in eq() method
/DragonOS/kernel/src/arch/riscv64/ipc/
H A Dsignal.rs61 fn eq(&self, other: &Signal) -> bool { in eq() method
/DragonOS/kernel/src/ipc/
H A Dsignal.rs460 if pcb.sig_info_irqsave().sig_block().eq(new_set) { in set_current_sig_blocked()
H A Dshm.rs109 fn eq(&self, other: &ShmCtlCmd) -> bool { in eq() method
/DragonOS/kernel/src/driver/rtc/
H A Dsysfs.rs381 if rtc_device.hc2sysfs_result().is_ok() && rtc_device.name().eq(RTC_HCTOSYS_DEVICE) { in show()
/DragonOS/kernel/crates/rust-slabmalloc/src/
H A Dpages.rs438 if core::ptr::eq(slab_page, s) { in contains()
/DragonOS/user/apps/user-manage/src/executor/
H A Dexecutor.rs113 if field[0].eq(info.group.as_str()) && !users.contains(&info.username.as_str()) { in write_group_file()
155 if field[0].eq(info.group.as_str()) && !users.contains(&info.username.as_str()) { in write_gshadow_file()
/DragonOS/kernel/src/mm/
H A Ducontext.rs1089 fn eq(&self, other: &Self) -> bool { in eq() method
1090 self.id.eq(&other.id) in eq()
1679 fn eq(&self, other: &Self) -> bool { in eq() method
/DragonOS/kernel/src/driver/base/block/
H A Dblock_device.rs280 fn eq(&self, other: &Self) -> bool { in eq() method
/DragonOS/kernel/src/arch/x86_64/ipc/
H A Dsignal.rs78 fn eq(&self, other: &Signal) -> bool { in eq() method
/DragonOS/kernel/src/libs/futex/
H A Dfutex.rs195 fn eq(&self, other: &Self) -> bool { in eq() method
/DragonOS/kernel/src/libs/
H A Drbtree.rs85 fn eq(&self, other: &NodePtr<K, V>) -> bool { in eq() method
422 fn eq(&self, other: &RBTree<K, V>) -> bool { in eq() function
/DragonOS/kernel/src/driver/base/device/
H A Dmod.rs1013 fn eq(&self, other: &Self) -> bool { in eq() method
/DragonOS/kernel/src/filesystem/fat/
H A Dentry.rs1808 let long_name_matches: bool = long_name.eq(name.clone()); in eq_name()
1809 let short_name_matches: bool = short_name.eq(name); in eq_name()
H A Dfs.rs68 fn eq(&self, other: &Self) -> bool { in eq() method