Searched refs:block (Results 1 – 7 of 7) sorted by relevance
4 kernel_io_subdirs:=block
1 pub mod block; module
3 PCB的全称为process control block, 它是每个进程/线程的核心控制结构。定义于`kernel/src/process/proc-types.h`中。
183 … #define EWOULDBLOCK 80 /* 操作将被禁止 Operation would block (may be the same value as [EAGAIN]).*/
40 - block io: new: Block IO 调度器. 当具有多核时,io调度器在核心1上运行。 (#158)
48 - block io: delete: 移除Block IO 调度器. (#196)
48 …int xhci_set_address(const int id, const uint64_t slot_vaddr, const int slot_id, const bool block);1003 … int xhci_set_address(const int id, const uint64_t slot_vaddr, const int slot_id, const bool block) in xhci_set_address() argument1028 trb.bei = (block ? 1 : 0); in xhci_set_address()