/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | console.c | 84 for (hose = hose_head; hose; hose = hose->next) { in find_console_vga_hose()
|
/kernel/linux/linux-5.10/arch/nds32/lib/ |
H A D | memset.S | 27 sbi.bi $r1, [$r0], #1 ! Set data of the next byte to $r1
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | pci.h | 16 struct pci_channel *next; member
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | mdesc.h | 72 struct mdesc_notifier_client *next; member
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | sleep-s3c2410.S | 47 @@ align next bit of code to cache line
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | ev67-strncat.S | 70 and $24, 0x80, $3 # E : no zero next byte 83 1: /* Here we must clear the first byte of the next DST word */
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_dsaf_ppe.h | 74 struct hns_ppe_cb *next; /* pointer to next ppe device */ member
|
/kernel/linux/linux-6.6/arch/hexagon/kernel/ |
H A D | setup.c | 134 .next = &c_next,
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | console.c | 84 for (hose = hose_head; hose; hose = hose->next) { in find_console_vga_hose()
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | strncat.S | 68 and $24, 0x80, $2 # no zero next byte 77 1: /* Here we must read the next DST word and clear the first byte. */
|
H A D | ev67-strncat.S | 70 and $24, 0x80, $3 # E : no zero next byte 83 1: /* Here we must clear the first byte of the next DST word */
|
/kernel/linux/linux-6.6/arch/sh/include/asm/ |
H A D | pci.h | 16 struct pci_channel *next; member
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | mdesc.h | 72 struct mdesc_notifier_client *next; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | mac80211_if.h | 44 struct brcms_timer *next; /* for freeing on unload */ member
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | flowring.h | 35 struct brcmf_flowring_tdls_entry *next; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | l2t.h | 69 * chain, where the nodes of the chain are linked together through their next 76 u32 addr[4]; /* next hop IP or IPv6 address */ 80 struct l2t_entry *next; /* next l2t_entry on chain */ member
|
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
H A D | hvc_console.h | 49 struct list_head next; member
|
/kernel/linux/linux-5.10/drivers/usb/musb/ |
H A D | musb_gadget.h | 107 return container_of(queue->next, struct musb_request, list); in next_request()
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | objcnt.c | 91 .next = sctp_objcnt_seq_next,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nls.h | 34 struct nls_table *next; member
|
/kernel/linux/linux-5.10/include/net/ |
H A D | slhc_vj.h | 45 * numbers have changed (bottom 5 bits). The next octet is a 47 * the compressed packet. The next two octets are the TCP checksum 48 * from the original datagram. The next 0 to 15 octets are 131 struct cstate *next; /* next in ring (xmit) */ member
|
/kernel/linux/linux-5.10/include/media/ |
H A D | dmxdev.h | 81 * @next: &struct list_head pointing to the next feed. 87 struct list_head next; member
|
/kernel/linux/linux-5.10/security/selinux/ss/ |
H A D | avtab.h | 80 struct avtab_node *next; member
|
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
H A D | event-parse-local.h | 98 struct tep_print_parse *next; member
|
/kernel/linux/linux-5.10/tools/perf/ui/tui/ |
H A D | progress.c | 12 p->next = p->step = p->total / (SLtt_Screen_Cols - 2) ?: 1; in __tui_progress__init()
|