/DragonOS/kernel/src/process/ |
H A D | pid.rs | 15 fn eq(&self, other: &PidType) -> bool { in eq() method
|
/DragonOS/kernel/src/driver/input/serio/ |
H A D | subsys.rs | 115 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 D | subsys.rs | 138 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 D | clocksource.rs | 532 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 D | subsys.rs | 148 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 D | utils.rs | 89 fn eq(&self, other: &Self) -> bool { in eq() method
|
/DragonOS/kernel/src/namespaces/ |
H A D | ucount.rs | 172 fn eq(&self, other: &Self) -> bool { in eq() method
|
/DragonOS/kernel/src/driver/base/ |
H A D | kset.rs | 41 fn eq(&self, other: &Self) -> bool { in eq() method
|
/DragonOS/kernel/src/arch/riscv64/ipc/ |
H A D | signal.rs | 61 fn eq(&self, other: &Signal) -> bool { in eq() method
|
/DragonOS/kernel/src/ipc/ |
H A D | signal.rs | 460 if pcb.sig_info_irqsave().sig_block().eq(new_set) { in set_current_sig_blocked()
|
H A D | shm.rs | 109 fn eq(&self, other: &ShmCtlCmd) -> bool { in eq() method
|
/DragonOS/kernel/src/driver/rtc/ |
H A D | sysfs.rs | 382 if rtc_device.hc2sysfs_result().is_ok() && rtc_device.name().eq(RTC_HCTOSYS_DEVICE) { in show()
|
/DragonOS/kernel/crates/rust-slabmalloc/src/ |
H A D | pages.rs | 452 if core::ptr::eq(slab_page, s) { in contains()
|
/DragonOS/user/apps/user-manage/src/executor/ |
H A D | executor.rs | 113 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 D | ucontext.rs | 1094 fn eq(&self, other: &Self) -> bool { in eq() method 1095 self.id.eq(&other.id) in eq() 1684 fn eq(&self, other: &Self) -> bool { in eq() method
|
/DragonOS/kernel/src/driver/base/block/ |
H A D | block_device.rs | 280 fn eq(&self, other: &Self) -> bool { in eq() method
|
/DragonOS/kernel/src/arch/x86_64/ipc/ |
H A D | signal.rs | 78 fn eq(&self, other: &Signal) -> bool { in eq() method
|
/DragonOS/kernel/src/libs/futex/ |
H A D | futex.rs | 195 fn eq(&self, other: &Self) -> bool { in eq() method
|
/DragonOS/kernel/src/libs/ |
H A D | rbtree.rs | 85 fn eq(&self, other: &NodePtr<K, V>) -> bool { in eq() method 421 fn eq(&self, other: &RBTree<K, V>) -> bool { in eq() function
|
/DragonOS/kernel/src/filesystem/fat/ |
H A D | entry.rs | 1806 let long_name_matches: bool = long_name.eq(name.clone()); in eq_name() 1807 let short_name_matches: bool = short_name.eq(name); in eq_name()
|
H A D | fs.rs | 69 fn eq(&self, other: &Self) -> bool { in eq() method
|
/DragonOS/kernel/src/driver/base/device/ |
H A D | mod.rs | 1013 fn eq(&self, other: &Self) -> bool { in eq() method
|