Home
last modified time | relevance | path

Searched refs:q (Results 1 – 8 of 8) sorted by relevance

/DragonOS/docs/_static/
H A Ddragonos-logo.svg1q-.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/docs/kernel/sched/
H A Dc_waiting.md121 | 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/tools/
H A DDockerfile47 RUN apt-get autoremove -q -y && \
48 apt-get clean -q -y && \
H A Dcreate_hdd_image.sh52 q
/DragonOS/kernel/src/ipc/
H A Dsignal_types.rs459 self.queue.q.retain(filter); in flush_by_mask()
466 pub q: Vec<SigInfo>, field
474 q: Vec::with_capacity(capacity), in new()
486 for x in self.q.iter() { in find()
522 let mut filter_result: Vec<SigInfo> = self.q.extract_if(filter).collect(); in find_and_delete()
H A Dsignal.rs156 .q in send_signal()
/DragonOS/kernel/src/sched/
H A Dfair.rs1737 Some(q) => cfs_rq = q.clone(), in pick_next_task()
1764 if let Some(q) = se.my_cfs_rq.clone() { in pick_next_task()
1765 cfs_rq = q; in pick_next_task()
/DragonOS/docs/kernel/debug/
H A Ddebug-kernel-with-gdb.md56 --Type <RET> for more, q to quit, c to continue without paging--