Home
last modified time | relevance | path

Searched refs:push (Results 1 – 25 of 25) sorted by relevance

/DragonOS-0.1.8/user/libs/libc/src/arch/x86_64/
Dcrti.S4 push %rbp
11 push %rbp
/DragonOS-0.1.8/kernel/src/mm/allocator/
Dslab.rs40 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/
Dspinlock.md63 g.push(1);
64 g.push(2);
65 g.push(2);
Dmutex.md57 g.push(1);
58 g.push(2);
59 g.push(2);
/DragonOS-0.1.8/kernel/src/sched/
Drt.rs117 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()
Dcfs.rs124 .push(Box::leak(Box::new(CFSQueue::new(null_mut())))); in new()
/DragonOS-0.1.8/kernel/src/syscall/
Duser_access.rs92 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/
Dprintk.rs162 ascii_str.push(byte); in __utf8_to_ascii()
167 ascii_str.push(b'\0'); in __utf8_to_ascii()
Dwait_queue.rs185 to_push_back.push(to_wakeup); in wakeup_all()
/DragonOS-0.1.8/.github/workflows/
Dmakefile.yml4 push:
/DragonOS-0.1.8/kernel/src/driver/disk/ahci/
Dmod.rs87 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()
Dahcidisk.rs386 part_s.push(Partition::new( in new()
/DragonOS-0.1.8/kernel/src/filesystem/sysfs/
Dmod.rs276 keys.push(String::from(".")); in list()
277 keys.push(String::from("..")); in list()
/DragonOS-0.1.8/kernel/src/filesystem/procfs/
Dmod.rs111 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/
Dmod.rs434 keys.push(String::from(".")); in list()
435 keys.push(String::from("..")); in list()
/DragonOS-0.1.8/kernel/src/filesystem/devfs/
Dmod.rs436 keys.push(String::from(".")); in list()
437 keys.push(String::from("..")); in list()
/DragonOS-0.1.8/docs/introduction/
Dbuild_system.md25 然后通过以下命令来克隆代码,防止频繁出现git clone、pull、push失败的情况。
/DragonOS-0.1.8/kernel/src/driver/net/
Dvirtio_net.rs269 addrs.push(ip_addrs[0]).expect("Push ipCidr failed: full"); in update_ip_addrs()
/DragonOS-0.1.8/kernel/src/time/
Dclocksource.rs757 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/
Dentry.rs1512 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()
Dfs.rs1518 ret.push(ent.name()); in list()
/DragonOS-0.1.8/kernel/src/arch/x86_64/mm/
Dmod.rs474 v.push((paddr, allocated_frame_count)); in test_buddy()
/DragonOS-0.1.8/kernel/src/driver/pci/
Dpci.rs119 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/
Dsyscall.rs688 slices.push(core::slice::from_raw_parts_mut(iov.iov_base, iov.iov_len)); in from_user()
/DragonOS-0.1.8/kernel/src/ipc/
Dsignal.rs250 sq.q.push(q); in __send_signal_locked()