Searched refs:q (Results 1 – 8 of 8) sorted by relevance
/DragonOS-0.1.9/docs/_static/ |
D | dragonos-logo.svg | 1 …q-.32,7.91-1.47,20.8h47.46a189,189,0,0,0,21.1-1.17v11.72q-10.56-.58-21.1-.59h-28.71v53.32a212.31,2…
|
/DragonOS-0.1.9/docs/kernel/sched/ |
D | c_waiting.md | 121 | wait_queue_sleep_with_node_unlock(wait_queue_head_t *q, wait_queue_node_t *wait, void *lock) … 122 | wait_queue_sleep_with_node_interriptible(wait_queue_head_t *q, wait_queue_node_t *wait) | 传入一个等待队… 127 …_node节点。对于在栈上的wait_node,您可以选择`wait_queue_wakeup_on_stack(wait_queue_head_t *q, int64_t state)`来唤醒队…
|
/DragonOS-0.1.9/tools/ |
D | Dockerfile | 47 RUN apt-get autoremove -q -y && \ 48 apt-get clean -q -y && \
|
D | create_hdd_image.sh | 52 q
|
/DragonOS-0.1.9/kernel/src/ipc/ |
D | signal_types.rs | 461 self.queue.q.retain(filter); in flush_by_mask() 468 pub q: Vec<SigInfo>, field 476 q: Vec::with_capacity(capacity), in new() 488 for x in self.q.iter() { in find() 524 let mut filter_result: Vec<SigInfo> = self.q.extract_if(filter).collect(); in find_and_delete() 542 q: Default::default(), in default()
|
D | signal.rs | 127 .q in send_signal()
|
/DragonOS-0.1.9/kernel/src/sched/ |
D | cfs.rs | 160 if let Ok(q) = current_cpu_queue.locked_queue.try_lock_irqsave() { in timer_update_jiffies() 161 queue = Some(q); in timer_update_jiffies()
|
/DragonOS-0.1.9/docs/kernel/debug/ |
D | debug-kernel-with-gdb.md | 56 --Type <RET> for more, q to quit, c to continue without paging--
|