| /kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/ |
| H A D | rf_cfg.c | 18 u32 cond; in check_condition() local [all...] |
| /kernel/linux/linux-6.6/fs/fscache/ |
| H A D | io.c | 248 __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 D | srf.c | 176 void smt_srf_event(struct s_smc *smc, int code, int index, int cond) in smt_srf_event() argument
|
| H A D | cfm.c | 206 int cond ; in cfm() local
|
| /kernel/linux/linux-6.6/arch/xtensa/include/asm/ |
| H A D | asmmacro.h | 66 .macro __loops ar, as, at, incr_log2, mask_log2, cond, ncond variable
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/msm/ |
| H A D | msm_gem_shrinker.c | 108 bool cond; in msm_gem_shrinker_scan() member
|
| /kernel/linux/linux-6.6/drivers/gpu/host1x/hw/ |
| H A D | opcodes.h | 97 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 D | pthread_cond.c | 45 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 D | los_event.c | 318 LITE_OS_SEC_TEXT UINT32 OsEventReadWithCond(const EventCond *cond, PEVENT_CB_S eventCB, in OsEventReadWithCond() argument
|
| /kernel/liteos_m/kal/posix/src/ |
| H A D | pthread_cond.c | 127 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 D | blkzoned.h | 30 __u8 cond; member
|
| /third_party/ffmpeg/libavutil/ |
| H A D | slicethread.c | 32 pthread_cond_t cond; member
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_opt_peephole_select.c | 360 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 D | vc4_qpu_emit.c | 63 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 D | brw_clip_tri.c | 229 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 D | nv50_query.c | 82 uint32_t cond; in nv50_render_condition() local
|
| /third_party/ltp/testcases/kernel/sched/nptl/ |
| H A D | nptl01.c | 102 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 D | async_handler_tsc.c | 71 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
|
| H A D | async_handler.c | 62 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
|
| /third_party/ltp/testcases/realtime/func/prio-preempt/ |
| H A D | prio-preempt.c | 83 static pthread_cond_t cond[NUM_WORKERS + 1]; variable
|
| /third_party/ltp/testcases/realtime/func/prio-wake/ |
| H A D | prio-wake.c | 62 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
|
| /third_party/ltp/testcases/realtime/include/ |
| H A D | librttest.h | 84 pthread_cond_t cond; member
|
| /third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
| H A D | lower.c | 211 ppir_node *cond = src0->node; in ppir_lower_select() local [all...] |
| /third_party/mesa3d/src/panfrost/bifrost/ |
| H A D | bir.c | 297 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 D | lp_bld_logic.c | 89 LLVMValueRef cond; in lp_build_compare_ext() local
|