/DragonOS-0.1.8/user/libs/libc/src/arch/x86_64/ |
D | crti.S | 4 push %rbp 11 push %rbp
|
/DragonOS-0.1.8/kernel/src/mm/allocator/ |
D | slab.rs | 40 self.free_block_list.push(block); in grow() 55 self.free_block_list.push(&mut *ptr); in free() 71 new_list.push(&mut *new_block); in new() 96 fn push(&mut self, free_block: &'static mut FreeBlock) { in push() method
|
/DragonOS-0.1.8/docs/kernel/locking/ |
D | spinlock.md | 63 g.push(1); 64 g.push(2); 65 g.push(2);
|
D | mutex.md | 57 g.push(1); 58 g.push(2); 59 g.push(2);
|
/DragonOS-0.1.8/kernel/src/sched/ |
D | rt.rs | 117 result.cpu_queue.push(Vec::new()); in new() 120 result.cpu_queue[cpu_id as usize].push(Box::leak(Box::new(RTQueue::new()))); in new() 127 .push(Box::leak(Box::new(LinkedList::new()))); in new()
|
D | cfs.rs | 124 .push(Box::leak(Box::new(CFSQueue::new(null_mut())))); in new()
|
/DragonOS-0.1.8/kernel/src/syscall/ |
D | user_access.rs | 92 buffer.push(c[0]); in check_and_clone_cstr() 137 buffer.push(string); in check_and_clone_cstr_array()
|
/DragonOS-0.1.8/kernel/src/libs/ |
D | printk.rs | 162 ascii_str.push(byte); in __utf8_to_ascii() 167 ascii_str.push(b'\0'); in __utf8_to_ascii()
|
D | wait_queue.rs | 185 to_push_back.push(to_wakeup); in wakeup_all()
|
/DragonOS-0.1.8/.github/workflows/ |
D | makefile.yml | 4 push:
|
/DragonOS-0.1.8/kernel/src/driver/disk/ahci/ |
D | mod.rs | 87 hba_mem_list.push(unsafe { (virt_addr as *mut HbaMem).as_mut().unwrap() }); in ahci_rust_init() 128 disks_list.push(LockedAhciDisk::new( in ahci_rust_init()
|
D | ahcidisk.rs | 386 part_s.push(Partition::new( in new()
|
/DragonOS-0.1.8/kernel/src/filesystem/sysfs/ |
D | mod.rs | 276 keys.push(String::from(".")); in list() 277 keys.push(String::from("..")); in list()
|
/DragonOS-0.1.8/kernel/src/filesystem/procfs/ |
D | mod.rs | 111 data.push(0); in trim_string() 649 keys.push(String::from(".")); in list() 650 keys.push(String::from("..")); in list()
|
/DragonOS-0.1.8/kernel/src/filesystem/ramfs/ |
D | mod.rs | 434 keys.push(String::from(".")); in list() 435 keys.push(String::from("..")); in list()
|
/DragonOS-0.1.8/kernel/src/filesystem/devfs/ |
D | mod.rs | 436 keys.push(String::from(".")); in list() 437 keys.push(String::from("..")); in list()
|
/DragonOS-0.1.8/docs/introduction/ |
D | build_system.md | 25 然后通过以下命令来克隆代码,防止频繁出现git clone、pull、push失败的情况。
|
/DragonOS-0.1.8/kernel/src/driver/net/ |
D | virtio_net.rs | 269 addrs.push(ip_addrs[0]).expect("Push ipCidr failed: full"); in update_ip_addrs()
|
/DragonOS-0.1.8/kernel/src/time/ |
D | clocksource.rs | 757 del_vec.push(pos); in clocksource_watchdog_kthread() 758 del_clocks.push(ele.clone()); in clocksource_watchdog_kthread()
|
/DragonOS-0.1.8/kernel/src/filesystem/fat/ |
D | entry.rs | 1512 long_name_entries.push(raw_dentry); in get_dir_entry() 1517 long_name_entries.push(raw_dentry); in get_dir_entry() 2211 name.push(0); in new() 2213 name.push(0xffff); in new()
|
D | fs.rs | 1518 ret.push(ent.name()); in list()
|
/DragonOS-0.1.8/kernel/src/arch/x86_64/mm/ |
D | mod.rs | 474 v.push((paddr, allocated_frame_count)); in test_buddy()
|
/DragonOS-0.1.8/kernel/src/driver/pci/ |
D | pci.rs | 119 result.push(box_pci_device_structure); in get_pci_device_structure_mut() 138 result.push(box_pci_device_structure); in get_pci_device_structure()
|
/DragonOS-0.1.8/kernel/src/filesystem/vfs/ |
D | syscall.rs | 688 slices.push(core::slice::from_raw_parts_mut(iov.iov_base, iov.iov_len)); in from_user()
|
/DragonOS-0.1.8/kernel/src/ipc/ |
D | signal.rs | 250 sq.q.push(q); in __send_signal_locked()
|