Home
last modified time | relevance | path

Searched defs:cond (Results 176 - 200 of 799) sorted by relevance

12345678910>>...32

/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/
H A Drf_cfg.c18 u32 cond; in check_condition() local
[all...]
/kernel/linux/linux-6.6/fs/fscache/
H A Dio.c248 __fscache_write_to_cache(struct fscache_cookie *cookie, struct address_space *mapping, loff_t start, size_t len, loff_t i_size, netfs_io_terminated_t term_func, void *term_func_priv, bool cond) __fscache_write_to_cache() argument
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/
H A Dsrf.c176 void smt_srf_event(struct s_smc *smc, int code, int index, int cond) in smt_srf_event() argument
H A Dcfm.c206 int cond ; in cfm() local
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H A Dasmmacro.h66 .macro __loops ar, as, at, incr_log2, mask_log2, cond, ncond variable
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H A Dmsm_gem_shrinker.c108 bool cond; in msm_gem_shrinker_scan() member
/kernel/linux/linux-6.6/drivers/gpu/host1x/hw/
H A Dopcodes.h97 static inline u32 host1x_opcode_imm_incr_syncpt(unsigned cond, unsigned indx) in host1x_opcode_imm_incr_syncpt() argument
42 host1x_class_host_incr_syncpt( unsigned cond, unsigned indx) host1x_class_host_incr_syncpt() argument
/kernel/liteos_a/compat/posix/src/
H A Dpthread_cond.c45 STATIC INLINE INT32 CondInitCheck(const pthread_cond_t *cond) in CondInitCheck() argument
97 int pthread_cond_destroy(pthread_cond_t *cond) in pthread_cond_destroy() argument
119 pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr) pthread_cond_init() argument
144 PthreadCondValueModify(pthread_cond_t *cond) PthreadCondValueModify() argument
158 pthread_cond_broadcast(pthread_cond_t *cond) pthread_cond_broadcast() argument
181 pthread_cond_signal(pthread_cond_t *cond) pthread_cond_signal() argument
203 PthreadCondWaitSub(pthread_cond_t *cond, INT32 value, UINT32 ticks) PthreadCondWaitSub() argument
219 PthreadCountSub(pthread_cond_t *cond) PthreadCountSub() argument
228 ProcessReturnVal(pthread_cond_t *cond, INT32 val) ProcessReturnVal() argument
249 pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec *absTime) pthread_cond_timedwait() argument
300 pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) pthread_cond_wait() argument
[all...]
/kernel/liteos_a/kernel/base/ipc/
H A Dlos_event.c318 LITE_OS_SEC_TEXT UINT32 OsEventReadWithCond(const EventCond *cond, PEVENT_CB_S eventCB, in OsEventReadWithCond() argument
/kernel/liteos_m/kal/posix/src/
H A Dpthread_cond.c127 STATIC INLINE INT32 CondInitCheck(const pthread_cond_t *cond) in CondInitCheck() argument
137 int pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr) in pthread_cond_init() argument
169 pthread_cond_destroy(pthread_cond_t *cond) pthread_cond_destroy() argument
192 PthreadCountSub(pthread_cond_t *cond) PthreadCountSub() argument
202 pthread_cond_broadcast(pthread_cond_t *cond) pthread_cond_broadcast() argument
222 pthread_cond_signal(pthread_cond_t *cond) pthread_cond_signal() argument
244 ProcessReturnVal(pthread_cond_t *cond, INT32 val) ProcessReturnVal() argument
266 pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec *ts) pthread_cond_timedwait() argument
318 pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) pthread_cond_wait() argument
[all...]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dblkzoned.h30 __u8 cond; member
/third_party/ffmpeg/libavutil/
H A Dslicethread.c32 pthread_cond_t cond; member
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_peephole_select.c360 nir_ssa_def *cond = nir_iand(&b, if_stmt->condition.ssa, in nir_opt_collapse_if() local
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qpu_emit.c63 set_last_cond_add(struct qblock *block, uint32_t cond) in set_last_cond_add() argument
69 set_last_cond_mul(struct qblock *block, uint32_t cond) in set_last_cond_mul() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_clip_tri.c229 load_clip_distance(struct brw_clip_compile *c, struct brw_indirect vtx, struct brw_reg dst, GLuint hpos_offset, int cond) load_clip_distance() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query.c82 uint32_t cond; in nv50_render_condition() local
/third_party/ltp/testcases/kernel/sched/nptl/
H A Dnptl01.c102 void call_cond_init(pthread_cond_t * cond, char *buf, size_t buf_len) in call_cond_init() argument
112 void call_cond_wait(pthread_cond_t * cond, pthread_mutex_t * mutex, in call_cond_wait() argument
123 void call_cond_signal(pthread_cond_t * cond, char *buf, size_t buf_len) in call_cond_signal() argument
133 void do_timedwait(pthread_cond_t * cond, pthread_mutex_t * mutex, in do_timedwait() argument
/third_party/ltp/testcases/realtime/func/async_handler/
H A Dasync_handler_tsc.c71 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
H A Dasync_handler.c62 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
/third_party/ltp/testcases/realtime/func/prio-preempt/
H A Dprio-preempt.c83 static pthread_cond_t cond[NUM_WORKERS + 1]; variable
/third_party/ltp/testcases/realtime/func/prio-wake/
H A Dprio-wake.c62 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
/third_party/ltp/testcases/realtime/include/
H A Dlibrttest.h84 pthread_cond_t cond; member
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dlower.c211 ppir_node *cond = src0->node; in ppir_lower_select() local
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbir.c297 bi_index vTrue = I->src[0], vFalse = I->src[1], cond = I->src[2]; in bi_replace_mux_with_csel() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_logic.c89 LLVMValueRef cond; in lp_build_compare_ext() local

Completed in 13 milliseconds

12345678910>>...32