/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __intrusive_mpsc_queue.hpp | 71 _Node* __next = __nil_.load(std::memory_order_acquire); in pop_front() local 72 if (!__next) in pop_front() 76 __front_ = __next; in pop_front() 79 void* __next = (__front->*_Next).load(std::memory_order_acquire); in pop_front() local 80 if (__next) in pop_front() 82 __front_ = __next; in pop_front() 85 STDEXEC_ASSERT(!__next); in pop_front() 90 __next = (__front->*_Next).load(std::memory_order_acquire); in pop_front() 91 } while (!__next); in pop_front() 92 __front_ = __next; in pop_front()
|
H A D | __run_loop.hpp | 94 __t(__task* __next, run_loop* __loop, _Receiver __rcvr) : in __t() 95 __task{{}, __next, {}}, __loop_{__loop}, in __t()
|
H A D | __intrusive_queue.hpp | 65 _Item* __next = __list->*_Next; in make_reversed() local 68 __list = __next; in make_reversed()
|
/openbmc/linux/drivers/usb/gadget/ |
H A D | u_f.h | 20 #define vla_group(groupname) size_t groupname##__next = 0 21 #define vla_group_size(groupname) groupname##__next 26 if (groupname##__next != SIZE_MAX) { \ 29 offset = (groupname##__next + align_mask) & \ 32 &groupname##__next)) { \ 33 groupname##__next = SIZE_MAX; \ 44 if (groupname##__next != SIZE_MAX) { \ 46 offset = (groupname##__next + align_mask) & \ 49 &groupname##__next)) { \ 50 groupname##__next = SIZE_MAX; \
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | switch_to.h | 70 #define __switch_to_fpu(__prev, __next) do { } while (0) argument 79 struct task_struct *__next = (next); \ 81 __switch_to_fpu(__prev, __next); \ 83 __switch_to_vector(__prev, __next); \ 84 ((last) = __switch_to(__prev, __next)); \
|
H A D | vector.h | 213 #define __switch_to_vector(__prev, __next) do {} while (0) argument
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | switch_to.h | 30 struct task_struct *__next = (next); \ 31 __switch_to_fpu(__prev, __next); \
|
/openbmc/linux/include/linux/ |
H A D | rculist.h | 353 struct list_head *__next = READ_ONCE(__ptr->next); \ 354 likely(__ptr != __next) ? list_entry_rcu(__next, type, member) : NULL; \ 373 struct list_head *__next = READ_ONCE(__ptr->next); \ 374 likely(__next != __head) ? list_entry_rcu(__next, type, \
|
/openbmc/linux/kernel/trace/ |
H A D | trace_stack.c | 376 __next(struct seq_file *m, loff_t *pos) in __next() function 391 return __next(m, pos); in t_next() 405 return __next(m, pos); in t_start()
|
H A D | trace_events.c | 1449 __next(struct seq_file *m, void *v, loff_t *pos, int type) in __next() function 1465 return __next(m, v, pos, TRACE_PIDS); in p_next() 1471 return __next(m, v, pos, TRACE_NO_PIDS); in np_next()
|
/openbmc/linux/include/kunit/ |
H A D | test.h | 1509 typeof((array)[0]) *__next = prev ? ((typeof(__next)) prev) + 1 : (array); \ 1510 if (__next - (array) < ARRAY_SIZE((array))) { \ 1511 void (*__get_desc)(typeof(__next), char *) = get_desc; \ 1513 __get_desc(__next, desc); \ 1514 return __next; \
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | sequence_senders.hpp | 435 next_sender_of_t<_Receiver, _TfxSender> __next = set_next( member 439 static_cast<next_sender_of_t<_Receiver, _TfxSender>&&>(__next), 470 next_sender_of_t<_Receiver, _TfxSender> __next = set_next( member 475 static_cast<next_sender_of_t<_Receiver, _TfxSender>&&>(__next),
|
H A D | async_scope.hpp | 191 auto* __next = __local_waiters.pop_front(); in __complete() local 192 __next->__notify_waiter(__next); in __complete()
|
/openbmc/linux/drivers/pnp/isapnp/ |
H A D | core.c | 326 goto __next; in isapnp_isolate() 335 __next: in isapnp_isolate()
|
/openbmc/linux/sound/pci/ |
H A D | es1938.c | 388 goto __next; in snd_es1938_reset() 393 __next: in snd_es1938_reset()
|