Searched defs:state (Results 1 – 9 of 9) sorted by relevance
/DragonOS-0.1.2/kernel/src/libs/ |
D | wait_queue_head.c | 69 void wait_queue_wakeup_on_stack(wait_queue_head_t *q, int64_t state) in wait_queue_wakeup_on_stack()
|
D | wait_queue.c | 71 void wait_queue_wakeup(wait_queue_node_t *wait_queue_head, int64_t state) in wait_queue_wakeup()
|
D | lz4.c | 1669 int LZ4_compress_fast_extState(void *state, const char *source, char *dest, int inputSize, int maxO… in LZ4_compress_fast_extState() 1712 int LZ4_compress_fast_extState_fastReset(void *state, const char *src, char *dst, int srcSize, int … in LZ4_compress_fast_extState_fastReset() 1793 static int LZ4_compress_destSize_extState(LZ4_stream_t *state, const char *src, char *dst, int *src… in LZ4_compress_destSize_extState() 3100 int LZ4_compress_limitedOutput_withState(void *state, const char *src, char *dst, int srcSize, int … in LZ4_compress_limitedOutput_withState() 3104 int LZ4_compress_withState(void *state, const char *src, char *dst, int srcSize) in LZ4_compress_withState() 3136 int LZ4_resetStreamState(void *state, char *inputBuffer) in LZ4_resetStreamState() 3149 char *LZ4_slideInputBuffer(void *state) in LZ4_slideInputBuffer()
|
D | idr.c | 574 bool state[MAX_LEVEL + 1] = {0}; // 标记是否大于等于] in idr_find_next_getid() local
|
/DragonOS-0.1.2/kernel/src/process/ |
D | process.rs | 17 let state: u64 = unsafe { read_volatile(&(*pcb).state) } as u64; in process_is_stopped() localVariable
|
D | proc-types.h | 78 volatile uint64_t state; member
|
/DragonOS-0.1.2/kernel/src/sched/ |
D | completion.c | 57 static long __wait_for_common(struct completion *x, long (*action)(long), long timeout, int state) in __wait_for_common()
|
/DragonOS-0.1.2/kernel/src/driver/usb/xhci/ |
D | internal.h | 85 #define xhci_ep_set_dequeue_cycle_state(ep_ctx_ptr, state) ((ep_ctx_ptr)->tr_dequeue_ptr |= ((state… argument
|
/DragonOS-0.1.2/kernel/src/ipc/ |
D | signal.rs | 380 let mut state: u64 = 0; in signal_wake_up() localVariable
|