Searched refs:eos (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | cgroup.c | 145 const char *p, *e, *eos = str + strlen(str); in parse_cgroups() local 156 e = p ? p : eos; in parse_cgroups()
|
/linux-4.1.27/arch/alpha/lib/ |
D | strrchr.S | 40 bne t1, $eos # .. e1 : did we already hit the terminator? 54 $eos:
|
D | ev67-strrchr.S | 62 bne t1, $eos # U : did we already hit the terminator? 82 $eos:
|
D | stxcpy.S | 148 cmpbge zero, t2, t8 # e0 : testing eos 186 cmpbge zero, t2, t8 # e0 : test new word for eos
|
D | ev6-stxcpy.S | 171 cmpbge zero, t2, t8 # E : testing eos (stall) 212 cmpbge zero, t2, t8 # E : test new word for eos
|
D | stxncpy.S | 216 cmpbge zero, t2, t8 # e1 : test new word for eos (stall)
|
D | ev6-stxncpy.S | 260 cmpbge zero, t2, t8 # E : test new word for eos
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | quatech_daqp_cs.c | 61 struct completion eos; member 198 complete(&devpriv->eos); in daqp_interrupt() 313 init_completion(&devpriv->eos); in daqp_ai_insn_read() 323 if (wait_for_completion_interruptible(&devpriv->eos)) in daqp_ai_insn_read()
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 566 4 8 eos ( end of stack, not used on Linux for S390 used in other linkage format…
|