Searched refs:types (Results 1 – 5 of 5) sorted by relevance
3 PCB的全称为process control block, 它是每个进程/线程的核心控制结构。定义于`kernel/src/process/proc-types.h`中。
21 ``ino_t(see libc/sys/types.h) ino`` : 文件序列号(不推荐修改)
395 if (unlikely(upage == NULL || upage->types == NULL)) in hid_get_usage_type()400 struct hid_usage_types_string *types = upage->types; in hid_get_usage_type() local402 while ((types[i].value < type) && (types[i].value != 0xffff)) in hid_get_usage_type()405 if ((types[i].value != type) || (types[i].value == 0xffff)) in hid_get_usage_type()408 return &types[i]; in hid_get_usage_type()
160 struct hid_usage_types_string *types; member
187 # Types of items that we'll generate. If empty, then all types of item are emitted.245 # Whether the types should be renamed during mangling, for example258 # default: `#[repr(packed)]` types will be treated as opaque, since it would269 # default: `#[repr(align(n))]` types will be treated as opaque, since it489 # enums can be properly instantiated with payloads that are C++ types with491 # automatically derive the correct constructors and destructors for those types.563 # Whether to parse dependent crates and include their types in the output