/DragonOS/kernel/src/driver/disk/ahci/ |
H A D | mod.rs | 53 let mut list = PCI_DEVICE_LINKEDLIST.write(); in ahci_init() localVariable 139 let list: SpinLockGuard<Vec<&mut HbaMem>> = LOCKED_HBA_MEM_LIST.lock(); in _port() localVariable
|
H A D | ahci_inode.rs | 100 fn list(&self) -> Result<Vec<String>, SystemError> { in list() method
|
/DragonOS/kernel/src/debug/kprobe/ |
H A D | mod.rs | 49 let list = self.break_list.entry(address).or_default(); in insert_break_point() localVariable 59 let list = self.debug_list.entry(address).or_default(); in insert_debug_point() localVariable
|
/DragonOS/kernel/src/driver/virtio/ |
H A D | virtio.rs | 32 let mut list = PCI_DEVICE_LINKEDLIST.write(); in virtio_probe_pci() localVariable
|
/DragonOS/kernel/src/time/ |
H A D | clocksource.rs | 526 let mut list = WATCHDOG_LIST.lock_irqsave(); in clocksource_dequeue_watchdog() localVariable 614 let mut list = CLOCKSOURCE_LIST.lock(); in clocksource_dequeue() localVariable 765 let list = CLOCKSOURCE_LIST.lock(); in clocksource_resume() localVariable 781 let list = CLOCKSOURCE_LIST.lock(); in clocksource_suspend() localVariable
|
/DragonOS/kernel/src/filesystem/devfs/ |
H A D | zero_dev.rs | 95 fn list(&self) -> Result<Vec<String>, SystemError> { in list() method
|
H A D | null_dev.rs | 95 fn list(&self) -> Result<Vec<String>, SystemError> { in list() method
|
/DragonOS/kernel/src/virt/kvm/ |
H A D | vcpu_dev.rs | 122 fn list(&self) -> Result<Vec<String>, SystemError> { in list() method
|
H A D | vm_dev.rs | 120 fn list(&self) -> Result<Vec<String>, SystemError> { in list() method
|
H A D | kvm_dev.rs | 114 fn list(&self) -> Result<Vec<String>, SystemError> { in list() method
|
/DragonOS/kernel/src/bpf/prog/ |
H A D | mod.rs | 95 fn list(&self) -> Result<Vec<String>> { in list() method
|
/DragonOS/kernel/src/perf/ |
H A D | kprobe.rs | 114 fn list(&self) -> Result<Vec<String>> { in list() method
|
H A D | mod.rs | 199 fn list(&self) -> Result<Vec<String>> { in list() method
|
H A D | bpf.rs | 308 fn list(&self) -> Result<Vec<String>> { in list() method
|
/DragonOS/kernel/src/driver/keyboard/ |
H A D | ps2_keyboard.rs | 173 fn list(&self) -> Result<alloc::vec::Vec<alloc::string::String>, SystemError> { in list() method
|
/DragonOS/user/apps/test-for-robustfutex/src/ |
H A D | main.rs | 86 list: RobustList, field
|
/DragonOS/kernel/src/filesystem/ |
H A D | eventfd.rs | 245 fn list(&self) -> Result<Vec<String>, SystemError> { in list() method
|
/DragonOS/kernel/src/filesystem/devpts/ |
H A D | mod.rs | 194 fn list(&self) -> Result<alloc::vec::Vec<alloc::string::String>, system_error::SystemError> { in list() method
|
/DragonOS/kernel/src/process/ |
H A D | kthread.rs | 463 let mut list = KTHREAD_CREATE_LIST.lock(); in kthread_daemon() localVariable
|
/DragonOS/kernel/src/ipc/ |
H A D | pipe.rs | 440 fn list(&self) -> Result<alloc::vec::Vec<alloc::string::String>, SystemError> { in list() method
|
/DragonOS/.vscode/ |
H A D | settings.json | 43 "list": "c", string
|
/DragonOS/kernel/src/driver/pci/ |
H A D | pci.rs | 71 list: RwLock<LinkedList<Box<dyn PciDeviceStructure>>>, field 94 let list = self.list.read(); in num() localVariable 99 let mut list = self.list.write(); in add() localVariable 1072 let list = PCI_DEVICE_LINKEDLIST.read(); in pci_init() localVariable
|
/DragonOS/docs/kernel/core_api/ |
H A D | kernel_api.md | 9 #### 描述 13 #### 参数
|
/DragonOS/kernel/src/mm/ |
H A D | mmio_buddy.rs | 598 list: LinkedList<MmioBuddyAddrRegion>, field
|
/DragonOS/kernel/src/init/ |
H A D | cmdline.rs | 412 let list = match param_typ { in find_param() localVariable
|