Home
last modified time | relevance | path

Searched refs:eos (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/tools/perf/util/
Dcgroup.c241 const char *p, *e, *eos = str + strlen(str); in list_cgroups() local
248 e = p ? p : eos; in list_cgroups()
282 const char *p, *e, *eos = str + strlen(str); in match_cgroups() local
300 e = p ? p : eos; in match_cgroups()
344 const char *p, *e, *eos = str + strlen(str); in parse_cgroups() local
355 e = p ? p : eos; in parse_cgroups()
/Linux-v5.15/arch/alpha/lib/
Dstrrchr.S41 bne t1, $eos # .. e1 : did we already hit the terminator?
55 $eos:
Dev67-strrchr.S63 bne t1, $eos # U : did we already hit the terminator?
83 $eos:
Dstxcpy.S149 cmpbge zero, t2, t8 # e0 : testing eos
187 cmpbge zero, t2, t8 # e0 : test new word for eos
Dev6-stxcpy.S172 cmpbge zero, t2, t8 # E : testing eos (stall)
213 cmpbge zero, t2, t8 # E : test new word for eos
Dstxncpy.S217 cmpbge zero, t2, t8 # e1 : test new word for eos (stall)
Dev6-stxncpy.S261 cmpbge zero, t2, t8 # E : test new word for eos
/Linux-v5.15/drivers/media/platform/qcom/venus/
Dvdec.c1259 static const struct v4l2_event eos = { .type = V4L2_EVENT_EOS }; in vdec_vb2_buf_queue() local
1272 v4l2_event_queue_fh(&inst->fh, &eos); in vdec_vb2_buf_queue()
/Linux-v5.15/tools/power/x86/turbostat/
Dturbostat.c6103 char *eos; in parse_add_command() local
6105 eos = strchr(name_buffer, ','); in parse_add_command()
6106 if (eos) in parse_add_command()
6107 *eos = '\0'; in parse_add_command()