Searched refs:block (Results 1 – 5 of 5) sorted by relevance
14 - `block` 块设备
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]).*/
48 …int xhci_set_address(const int id, const uint64_t slot_vaddr, const int slot_id, const bool block);1001 … int xhci_set_address(const int id, const uint64_t slot_vaddr, const int slot_id, const bool block) in xhci_set_address() argument1026 trb.bei = (block ? 1 : 0); in xhci_set_address()
73 # These will wrap generated functions into a `extern "C"` block, e.g.90 # A list of lines to add verbatim after the includes block