Home
last modified time | relevance | path

Searched refs:_stop (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/
H A Dscriptutils.py29 self._stop = False
34 while not self._stop:
45 self._stop = True
/openbmc/linux/scripts/
H A Dsorttable.h225 static void get_mcount_loc(uint_t *_start, uint_t *_stop) in get_mcount_loc() argument
255 *_stop = strtoul(stop_buff, NULL, 16); in get_mcount_loc()
/openbmc/linux/drivers/dma/
H A Dpl330.c974 static void _stop(struct pl330_thread *thrd) in _stop() function
1070 _stop(thrd); in pl330_start_thread()
1598 _stop(pl330->manager); in pl330_dotask()
1612 _stop(thrd); in pl330_dotask()
1667 _stop(&pl330->channels[i]); in pl330_update()
1810 _stop(thrd); in pl330_release_channel()
2091 _stop(pch->thread); in pl330_tasklet()
2292 _stop(pch->thread); in pl330_terminate_all()
2342 _stop(pch->thread); in pl330_pause()
/openbmc/linux/block/
H A Dmq-deadline.c1205 static void deadline_dispatch##prio##_stop(struct seq_file *m, void *v) \
1217 .stop = deadline_dispatch##prio##_stop, \