Home
last modified time | relevance | path

Searched refs:NEXT (Results 1 – 23 of 23) sorted by relevance

/openbmc/linux/drivers/net/wireguard/
H A Dqueueing.c50 #define NEXT(skb) ((skb)->prev) macro
55 NEXT(STUB(queue)) = NULL; in wg_prev_queue_init()
68 WRITE_ONCE(NEXT(skb), NULL); in __wg_prev_queue_enqueue()
69 WRITE_ONCE(NEXT(xchg_release(&queue->head, skb)), skb); in __wg_prev_queue_enqueue()
82 struct sk_buff *tail = queue->tail, *next = smp_load_acquire(&NEXT(tail)); in wg_prev_queue_dequeue()
89 next = smp_load_acquire(&NEXT(next)); in wg_prev_queue_dequeue()
99 next = smp_load_acquire(&NEXT(tail)); in wg_prev_queue_dequeue()
108 #undef NEXT
/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dprobepoint.tc18 NEXT=+`expr $A3 - $A2` # offset to next symbol
34 echo "p:testprobe ${TARGET_FUNC}${NEXT}" > kprobe_events
/openbmc/linux/drivers/hid/bpf/
H A Dhid_bpf_jmp_table.c27 #define NEXT(idx) (((idx) + 1) & (HID_BPF_MAX_PROGS - 1)) macro
49 for (__i = __start; CIRC_CNT(__end, __i, HID_BPF_MAX_PROGS); __i = NEXT(__i))
279 n = NEXT(n); in hid_bpf_release_progs()
442 jmp_table.head = NEXT(jmp_table.head); in __hid_bpf_attach_prog()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ckermit/ckermit/
H A D0001-Fix-function-prototype-errors.patch69 #ifdef NEXT
72 #endif /* NEXT */
/openbmc/linux/arch/m68k/fpsp040/
H A Dssin.S204 |--HIDE THE NEXT THREE INSTRUCTIONS
217 |--HIDE THE NEXT ONE
297 |---HIDE THE NEXT TWO WHILE WAITING FOR FP0
303 |--HIDE THE NEXT TWO WHILE WAITING FOR FP1
310 |--HIDE THE NEXT TWO WHILE WAITING FOR THE XU
559 |--HIDE THE NEXT THREE INSTRUCTIONS
576 |--HIDE THE NEXT TWO
H A Dstan.S192 |--HIDE THE NEXT TWO INSTRUCTIONS
202 |--HIDE THE NEXT ONE
H A Dfpsp.h118 |NEXT equ LV+192 ;need to increase LOCAL_SIZE
/openbmc/qemu/util/
H A Duri.c131 #define NEXT(p) ((*p == '%') ? p += 3 : p++) macro
263 NEXT(cur); in rfc3986_parse_fragment()
300 NEXT(cur); in rfc3986_parse_query()
363 NEXT(cur); in rfc3986_parse_user_info()
488 NEXT(cur); in rfc3986_parse_host()
579 NEXT(cur); in rfc3986_parse_segment()
/openbmc/linux/Documentation/maintainer/
H A Dmaintainer-entry-profile.rst65 the NEXT+1 merge window, or should come with sufficient justification
72 set will need to wait for the NEXT+1 merge window. Of course there is no
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/
H A Dlircd.conf130 NEXT 0xf807
/openbmc/linux/arch/arc/kernel/
H A Dptrace.c170 #define REG_IN_CHUNK(FIRST, NEXT, PTR) \ in genregs_set() argument
175 offsetof(struct user_regs_struct, NEXT)); in genregs_set()
/openbmc/linux/drivers/dma/
H A Dpch_dma.c340 channel_writel(pd_chan, NEXT, desc->regs.next); in pdc_dostart()
343 channel_writel(pd_chan, NEXT, desc->txd.phys); in pdc_dostart()
755 pd->ch_regs[i].next = channel_readl(pd_chan, NEXT); in pch_dma_save_regs()
778 channel_writel(pd_chan, NEXT, pd->ch_regs[i].next); in pch_dma_restore_regs()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.h311 #define VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL,BASE,SIZE,NEXT) do { \ argument
322 NEXT; \
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A Dpython3-manifest.json89 # DO NOT MODIFY THE NEXT LINE!, IT IS USED AS A MARKER FOR THE ACTUAL JSON MANIFEST
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0021-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch24 /* Create a fake field with the given type and name. NEXT is the next
/openbmc/linux/Documentation/userspace-api/media/rc/
H A Drc-tables.rst170 - NEXT / SKIP
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D01_man_portability.patch89 "/private/etc/inetd.conf", /* NEXT */
/openbmc/docs/designs/
H A Dredfish-eventservice.md253 | | | | | |SEND NEXT | | |
380 | | | | | |SEND NEXT | | |
/openbmc/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc155 /* NEXT INSTRUCTION ACCESS INTENT */
/openbmc/u-boot/common/
H A Ddlmalloc.src1211 as the prev_size of the NEXT chunk. (This makes it easier to
/openbmc/linux/arch/m68k/ifpsp060/src/
H A Dfplsp.S8470 #--NEXT SEE IF EXP(-1/16) < X < EXP(1/16)
/openbmc/linux/
H A DMAINTAINERS1508 AQUACOMPUTER D5 NEXT PUMP SENSOR DRIVER
12209 LINUX-NEXT TREE
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch172 /* DUMP NEXT n instructions to screen in straight_line fashion */