Searched refs:eos (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/tools/perf/util/ |
D | cgroup.c | 254 const char *p, *e, *eos = str + strlen(str); in list_cgroups() local 261 e = p ? p : eos; in list_cgroups() 295 const char *p, *e, *eos = str + strlen(str); in match_cgroups() local 313 e = p ? p : eos; in match_cgroups() 357 const char *p, *e, *eos = str + strlen(str); in parse_cgroups() local 368 e = p ? p : eos; in parse_cgroups()
|
/linux-6.6.21/arch/alpha/lib/ |
D | strrchr.S | 41 bne t1, $eos # .. e1 : did we already hit the terminator? 55 $eos:
|
D | ev67-strrchr.S | 63 bne t1, $eos # U : did we already hit the terminator? 83 $eos:
|
D | stxcpy.S | 149 cmpbge zero, t2, t8 # e0 : testing eos 187 cmpbge zero, t2, t8 # e0 : test new word for eos
|
D | ev6-stxcpy.S | 172 cmpbge zero, t2, t8 # E : testing eos (stall) 213 cmpbge zero, t2, t8 # E : test new word for eos
|
D | stxncpy.S | 217 cmpbge zero, t2, t8 # e1 : test new word for eos (stall)
|
D | ev6-stxncpy.S | 261 cmpbge zero, t2, t8 # E : test new word for eos
|
/linux-6.6.21/drivers/media/platform/amphion/ |
D | vpu_v4l2.h | 30 int vpu_set_last_buffer_dequeued(struct vpu_inst *inst, bool eos);
|
D | vpu_v4l2.c | 103 int vpu_set_last_buffer_dequeued(struct vpu_inst *inst, bool eos) in vpu_set_last_buffer_dequeued() argument 119 if (eos) in vpu_set_last_buffer_dequeued()
|
/linux-6.6.21/sound/soc/qcom/qdsp6/ |
D | audioreach.c | 1376 struct data_cmd_wr_sh_mem_ep_eos *eos; in audioreach_shared_memory_send_eos() local 1381 pkt = audioreach_alloc_cmd_pkt(sizeof(*eos), DATA_CMD_WR_SH_MEM_EP_EOS, 0, in audioreach_shared_memory_send_eos() 1386 eos = (void *)pkt + GPR_HDR_SIZE + APM_CMD_HDR_SIZE; in audioreach_shared_memory_send_eos() 1388 eos->policy = WR_SH_MEM_EP_EOS_POLICY_LAST; in audioreach_shared_memory_send_eos()
|
/linux-6.6.21/drivers/media/platform/qcom/venus/ |
D | vdec.c | 1363 static const struct v4l2_event eos = { .type = V4L2_EVENT_EOS }; in vdec_vb2_buf_queue() local 1376 v4l2_event_queue_fh(&inst->fh, &eos); in vdec_vb2_buf_queue()
|
/linux-6.6.21/tools/power/x86/turbostat/ |
D | turbostat.c | 6379 char *eos; in parse_add_command() local 6381 eos = strchr(name_buffer, ','); in parse_add_command() 6382 if (eos) in parse_add_command() 6383 *eos = '\0'; in parse_add_command()
|