Searched refs:_stop (Results 1 – 6 of 6) sorted by relevance
78 register int _start = (start), _stop = (stop); \80 register int _stopbyte = _bit_byte(_stop); \83 (0xff << ((_stop&0x7) + 1))); \88 _name[_stopbyte] &= 0xff << ((_stop&0x7) + 1); \95 register int _start = (start), _stop = (stop); \97 register int _stopbyte = _bit_byte(_stop); \100 (0xff >> (7 - (_stop&0x7)))); \105 _name[_stopbyte] |= 0xff >> (7 - (_stop&0x7)); \
77 register int _start = (start), _stop = (stop); \79 register int _stopbyte = _bit_byte(_stop); \82 (0xff << ((_stop&0x7) + 1))); \87 _name[_stopbyte] &= 0xff << ((_stop&0x7) + 1); \94 register int _start = (start), _stop = (stop); \96 register int _stopbyte = _bit_byte(_stop); \99 (0xff >> (7 - (_stop&0x7)))); \104 _name[_stopbyte] |= 0xff >> (7 - (_stop&0x7)); \
30 self._stop = False35 while not self._stop:46 self._stop = True
991 static void _stop(struct pl330_thread *thrd) in _stop() function1087 _stop(thrd); in _start()1797 _stop(pl330->manager); in pl330_dotask()1811 _stop(thrd); in pl330_dotask()1866 _stop(&pl330->channels[i]); in pl330_update()2011 _stop(thrd); in pl330_release_channel()2305 _stop(pch->thread); in pl330_tasklet()2501 _stop(pch->thread); in pl330_terminate_all()2550 _stop(pch->thread); in pl330_pause()
1060 static void deadline_dispatch##prio##_stop(struct seq_file *m, void *v) \1072 .stop = deadline_dispatch##prio##_stop, \