Home
last modified time | relevance | path

Searched defs:state (Results 1 – 9 of 9) sorted by relevance

/DragonOS-0.1.2/kernel/src/libs/
Dwait_queue_head.c69 void wait_queue_wakeup_on_stack(wait_queue_head_t *q, int64_t state) in wait_queue_wakeup_on_stack()
Dwait_queue.c71 void wait_queue_wakeup(wait_queue_node_t *wait_queue_head, int64_t state) in wait_queue_wakeup()
Dlz4.c1669 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()
Didr.c574 bool state[MAX_LEVEL + 1] = {0}; // 标记是否大于等于] in idr_find_next_getid() local
/DragonOS-0.1.2/kernel/src/process/
Dprocess.rs17 let state: u64 = unsafe { read_volatile(&(*pcb).state) } as u64; in process_is_stopped() localVariable
Dproc-types.h78 volatile uint64_t state; member
/DragonOS-0.1.2/kernel/src/sched/
Dcompletion.c57 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/
Dinternal.h85 #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/
Dsignal.rs380 let mut state: u64 = 0; in signal_wake_up() localVariable