| /linux/drivers/s390/scsi/ |
| H A D | zfcp_diag.c | 36 struct zfcp_diag_adapter *diag; in zfcp_diag_adapter_setup() local 39 diag = kzalloc(sizeof(*diag), GFP_KERNEL); in zfcp_diag_adapter_setup() 40 if (diag == NULL) in zfcp_diag_adapter_setup() 43 diag->max_age = (5 * 1000); /* default value: 5 s */ in zfcp_diag_adapter_setup() 46 hdr = &diag->port_data.header; in zfcp_diag_adapter_setup() 49 hdr->buffer = &diag->port_data.data; in zfcp_diag_adapter_setup() 50 hdr->buffer_size = sizeof(diag->port_data.data); in zfcp_diag_adapter_setup() 52 hdr->timestamp = jiffies - msecs_to_jiffies(diag->max_age); in zfcp_diag_adapter_setup() 55 hdr = &diag->config_data.header; in zfcp_diag_adapter_setup() 58 hdr->buffer = &diag->config_data.data; in zfcp_diag_adapter_setup() [all …]
|
| /linux/kernel/debug/kdb/ |
| H A D | kdb_bt.c | 129 int diag; in kdb_bt() local 165 diag = kdbgetularg((char *)argv[1], &pid); in kdb_bt() 166 if (diag) in kdb_bt() 167 return diag; in kdb_bt() 176 diag = kdbgetularg((char *)argv[1], &addr); in kdb_bt() 177 if (diag) in kdb_bt() 178 return diag; in kdb_bt() 185 diag = kdbgetularg((char *)argv[1], &cpu); in kdb_bt() 186 if (diag) in kdb_bt() 187 return diag; in kdb_bt() [all …]
|
| H A D | kdb_io.c | 249 int diag, dtab_count; in kdb_read() local 252 diag = kdbgetintenv("DTABCOUNT", &dtab_count); in kdb_read() 253 if (diag) in kdb_read() 634 int diag; in vkdb_printf() local 659 diag = kdbgetintenv("LINES", &linecount); in vkdb_printf() 660 if (diag || linecount <= 1) in vkdb_printf() 663 diag = kdbgetintenv("COLUMNS", &colcount); in vkdb_printf() 664 if (diag || colcount <= 1) in vkdb_printf() 667 diag = kdbgetintenv("LOGGING", &logging); in vkdb_printf() 668 if (diag) in vkdb_printf()
|
| /linux/net/core/ |
| H A D | bpf_sk_storage.c | 446 void bpf_sk_storage_diag_free(struct bpf_sk_storage_diag *diag) in nla_value_size() 450 if (!diag) in bpf_sk_storage_diag_free() argument 453 for (i = 0; i < diag->nr_maps; i++) in bpf_sk_storage_diag_free() 454 bpf_map_put(diag->maps[i]); in bpf_sk_storage_diag_free() 456 kfree(diag); in bpf_sk_storage_diag_free() 460 static bool diag_check_dup(const struct bpf_sk_storage_diag *diag, in bpf_sk_storage_diag_free() 465 for (i = 0; i < diag->nr_maps; i++) { in diag_check_dup() 466 if (diag->maps[i] == map) in diag_check_dup() 476 struct bpf_sk_storage_diag *diag; 494 diag in bpf_sk_storage_diag_alloc() 464 diag_check_dup(const struct bpf_sk_storage_diag * diag,const struct bpf_map * map) diag_check_dup() argument 480 struct bpf_sk_storage_diag *diag; bpf_sk_storage_diag_alloc() local 622 bpf_sk_storage_diag_put(struct bpf_sk_storage_diag * diag,struct sock * sk,struct sk_buff * skb,int stg_array_type,unsigned int * res_diag_size) bpf_sk_storage_diag_put() argument [all...] |
| /linux/include/net/ |
| H A D | bpf_sk_storage.h | 35 void bpf_sk_storage_diag_free(struct bpf_sk_storage_diag *diag); 36 int bpf_sk_storage_diag_put(struct bpf_sk_storage_diag *diag, 51 static inline void bpf_sk_storage_diag_free(struct bpf_sk_storage_diag *diag) in bpf_sk_storage_diag_free() argument 54 static inline int bpf_sk_storage_diag_put(struct bpf_sk_storage_diag *diag, in bpf_sk_storage_diag_put() argument
|
| /linux/arch/mips/loongson64/ |
| H A D | cpucfg-emul.c | 34 u32 diag = read_c0_diag(); in cpu_has_uca() local 37 if (diag & LOONGSON_DIAG_UCAC) in cpu_has_uca() 42 new_diag = diag | LOONGSON_DIAG_UCAC; in cpu_has_uca() 45 write_c0_diag(diag); in cpu_has_uca()
|
| /linux/drivers/atm/ |
| H A D | idt77105.c | 161 int diag; in set_loopback() local 163 diag = GET(DIAG) & ~IDT77105_DIAG_LCMASK; in set_loopback() 168 diag |= IDT77105_DIAG_LC_PHY_LOOPBACK; in set_loopback() 171 diag |= IDT77105_DIAG_LC_LINE_LOOPBACK; in set_loopback() 176 PUT(diag,DIAG); in set_loopback()
|
| /linux/arch/s390/kernel/ |
| H A D | relocate_kernel.S | 62 je .diag 67 .diag: label 68 diag %r0,%r0,0x308
|
| /linux/drivers/soc/fujitsu/ |
| H A D | Kconfig | 5 bool "A64FX diag driver" 9 Say Y here if you want to enable diag interrupt on Fujitsu A64FX.
|
| H A D | Makefile | 3 obj-$(CONFIG_A64FX_DIAG) += a64fx-diag.o
|
| /linux/drivers/pcmcia/ |
| H A D | ti113x.h | 885 u8 old, diag; in ti1250_override() local 888 diag = old & ~(TI1250_DIAG_PCI_CSC | TI1250_DIAG_PCI_IREQ); in ti1250_override() 890 diag |= TI1250_DIAG_PCI_CSC | TI1250_DIAG_PCI_IREQ; in ti1250_override() 892 if (diag != old) { in ti1250_override() 895 old, diag); in ti1250_override() 896 config_writeb(socket, TI1250_DIAGNOSTIC, diag); in ti1250_override()
|
| /linux/tools/perf/util/ |
| H A D | s390-cpumsf.c | 291 struct hws_diag_entry *diag = diagp; in s390_cpumsf_diag_show() local 298 diag = &local; in s390_cpumsf_diag_show() 300 if (diag->def < S390_CPUMSF_DIAG_DEF_FIRST) { in s390_cpumsf_diag_show() 305 pos, diag->def, diag->I ? 'I' : ' '); in s390_cpumsf_diag_show() 438 struct hws_diag_entry *diag; in s390_cpumsf_dump() local 466 diag = (struct hws_diag_entry *)(buf + pos); in s390_cpumsf_dump() 467 if (s390_cpumsf_diag_show(color, pos, diag)) in s390_cpumsf_dump()
|
| H A D | s390-cpumsf-kernel.h | 42 struct hws_diag_entry diag; /* Diagnostic-sampling data entry */ member
|
| /linux/arch/arm/boot/dts/nxp/ls/ |
| H A D | ls1021a-moxa-uc-8410a.dts | 109 cpu-diag-red { 115 cpu-diag-green { 121 cpu-diag-yellow {
|
| /linux/arch/arm/boot/dts/broadcom/ |
| H A D | bcm53016-dlink-dwl-8610ap.dts | 30 led-diag { 31 /* Actually "diag" unclear what this means */
|
| /linux/net/packet/ |
| H A D | Makefile | 8 af_packet_diag-y += diag.o
|
| /linux/net/netlink/ |
| H A D | Makefile | 9 netlink_diag-y := diag.o
|
| /linux/Documentation/virt/kvm/s390/ |
| H A D | index.rst | 10 s390-diag
|
| /linux/net/unix/ |
| H A D | Makefile | 13 unix_diag-y := diag.o
|
| /linux/arch/s390/include/asm/trace/ |
| H A D | diag.h | 21 #define TRACE_INCLUDE_FILE diag
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | Makefile | 8 diag.sh \
|
| /linux/net/vmw_vsock/ |
| H A D | Makefile | 13 vsock_diag-y += diag.o
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | qru1000.dtsi | 17 mpss_diag_buffer_mem: mpss-diag-buffer@aea00000 {
|
| /linux/net/mptcp/ |
| H A D | Makefile | 4 mptcp-y := protocol.o subflow.o options.o token.o crypto.o ctrl.o pm.o diag.o \
|
| /linux/net/tipc/ |
| H A D | Makefile | 22 tipc_diag-y += diag.o
|