Home
last modified time | relevance | path

Searched refs:pr_debug (Results 1 – 25 of 2121) sorted by relevance

12345678910>>...85

/Linux-v5.15/drivers/gpu/drm/amd/amdkfd/
Dkfd_queue.c32 pr_debug("Printing queue properties:\n"); in print_queue_properties()
33 pr_debug("Queue Type: %u\n", q->type); in print_queue_properties()
34 pr_debug("Queue Size: %llu\n", q->queue_size); in print_queue_properties()
35 pr_debug("Queue percent: %u\n", q->queue_percent); in print_queue_properties()
36 pr_debug("Queue Address: 0x%llX\n", q->queue_address); in print_queue_properties()
37 pr_debug("Queue Id: %u\n", q->queue_id); in print_queue_properties()
38 pr_debug("Queue Process Vmid: %u\n", q->vmid); in print_queue_properties()
39 pr_debug("Queue Read Pointer: 0x%px\n", q->read_ptr); in print_queue_properties()
40 pr_debug("Queue Write Pointer: 0x%px\n", q->write_ptr); in print_queue_properties()
41 pr_debug("Queue Doorbell Pointer: 0x%p\n", q->doorbell_ptr); in print_queue_properties()
[all …]
Dkfd_dbgdev.c195 pr_debug("DIQ Created with queue id: %d\n", qid); in dbgdev_register_diq()
262 pr_debug("\t\t%20s %08x\n", "set reg mask :", cntl->bitfields.mask); in dbgdev_address_watch_set_registers()
263 pr_debug("\t\t%20s %08x\n", "set reg add high :", in dbgdev_address_watch_set_registers()
265 pr_debug("\t\t%20s %08x\n", "set reg add low :", in dbgdev_address_watch_set_registers()
305 pr_debug("\t\t%30s\n", "* * * * * * * * * * * * * * * * * *"); in dbgdev_address_watch_nodiq()
306 pr_debug("\t\t%20s %08x\n", "register index :", i); in dbgdev_address_watch_nodiq()
307 pr_debug("\t\t%20s %08x\n", "vmid is :", pdd->qpd.vmid); in dbgdev_address_watch_nodiq()
308 pr_debug("\t\t%20s %08x\n", "Address Low is :", in dbgdev_address_watch_nodiq()
310 pr_debug("\t\t%20s %08x\n", "Address high is :", in dbgdev_address_watch_nodiq()
312 pr_debug("\t\t%20s %08x\n", "Address high is :", in dbgdev_address_watch_nodiq()
[all …]
/Linux-v5.15/tools/perf/arch/x86/tests/
Dbp-modify.c20 pr_debug("in %s\n", __func__); in bp_1()
26 pr_debug("in %s\n", __func__); in bp_2()
43 pr_debug("failed to PTRACE_TRACEME\n"); in spawn_child()
69 pr_debug("tracee exited prematurely 1\n"); in bp_modify1()
83 pr_debug("failed to set breakpoint, 1st time: %s\n", in bp_modify1()
90 pr_debug("failed to set breakpoint, 2nd time: %s\n", in bp_modify1()
97 pr_debug("failed to set dr7: %s\n", strerror(errno)); in bp_modify1()
102 pr_debug("failed to PTRACE_CONT: %s\n", strerror(errno)); in bp_modify1()
108 pr_debug("tracee exited prematurely 2\n"); in bp_modify1()
115 pr_debug("failed to PTRACE_PEEKUSER: %s\n", in bp_modify1()
[all …]
/Linux-v5.15/arch/powerpc/platforms/ps3/
Ddevice-init.c31 pr_debug(" -> %s:%d\n", __func__, __LINE__); in ps3_register_lpm_devices()
45 pr_debug("%s:%d: ps3_repository_read_be_node_id failed \n", in ps3_register_lpm_devices()
54 pr_debug("%s:%d: ps3_repository_read_lpm_privileges failed\n", in ps3_register_lpm_devices()
62 pr_debug("%s:%d: wrong lpar\n", in ps3_register_lpm_devices()
69 pr_debug("%s:%d: don't have rights to use lpm\n", in ps3_register_lpm_devices()
75 pr_debug("%s:%d: pu_id %llu, rights %llu(%llxh)\n", in ps3_register_lpm_devices()
82 pr_debug("%s:%d: ps3_repository_read_pu_id failed \n", in ps3_register_lpm_devices()
90 pr_debug("%s:%d ps3_system_bus_device_register failed\n", in ps3_register_lpm_devices()
95 pr_debug(" <- %s:%d\n", __func__, __LINE__); in ps3_register_lpm_devices()
103 pr_debug(" <- %s:%d: failed\n", __func__, __LINE__); in ps3_register_lpm_devices()
[all …]
Dos-area.c265 pr_debug("%s:%d found %s\n", __func__, __LINE__, prop->name); in os_area_set_property()
272 pr_debug("%s:%d of_set_property failed\n", __func__, in os_area_set_property()
290 pr_debug("%s:%d not found %s\n", __func__, __LINE__, in os_area_get_property()
312 pr_debug("%s:%d: h.magic_num: '%s'\n", func, line, in _dump_header()
314 pr_debug("%s:%d: h.hdr_version: %u\n", func, line, in _dump_header()
316 pr_debug("%s:%d: h.db_area_offset: %u\n", func, line, in _dump_header()
318 pr_debug("%s:%d: h.ldr_area_offset: %u\n", func, line, in _dump_header()
320 pr_debug("%s:%d: h.ldr_format: %u\n", func, line, in _dump_header()
322 pr_debug("%s:%d: h.ldr_size: %xh\n", func, line, in _dump_header()
330 pr_debug("%s:%d: p.boot_flag: %u\n", func, line, p->boot_flag); in _dump_params()
[all …]
/Linux-v5.15/tools/perf/tests/
Dcode-reading.c143 pr_debug("getline failed\n"); in read_objdump_output()
156 pr_debug("addr going backwards, read beyond section?\n"); in read_objdump_output()
193 pr_debug("Objdump command is: %s\n", cmd); in read_via_objdump()
200 pr_debug("popen failed\n"); in read_via_objdump()
206 pr_debug("objdump read too few bytes: %zd\n", len); in read_via_objdump()
221 pr_debug("0x%02x ", buf[i]); in dump_buf()
223 pr_debug("\n"); in dump_buf()
225 pr_debug("\n"); in dump_buf()
241 pr_debug("Reading object code for memory address: %#"PRIx64"\n", addr); in read_object_code()
245 pr_debug("Hypervisor address can not be resolved - skipping\n"); in read_object_code()
[all …]
Dswitch-tracking.c80 pr_debug("Duplicate comm event\n"); in check_comm()
133 pr_debug("evlist__parse_sample failed\n"); in process_sample_event()
153 pr_debug("Missing sched_switch events\n"); in process_sample_event()
199 pr_debug("Unexpected comm event\n"); in process_event()
221 pr_debug("malloc failed\n"); in add_event()
228 pr_debug("evlist__parse_sample failed\n"); in add_event()
233 pr_debug("event with no time\n"); in add_event()
289 pr_debug("calloc failed\n"); in process_events()
309 pr_debug("%u events recorded\n", cnt); in process_events()
347 pr_debug("thread_map__new failed!\n"); in test__switch_tracking()
[all …]
Dperf-record.c77 pr_debug("Not enough memory to create evlist\n"); in test__PERF_RECORD()
89 pr_debug("Not enough memory to create thread/cpu maps\n"); in test__PERF_RECORD()
101 pr_debug("Couldn't run the workload!\n"); in test__PERF_RECORD()
116 pr_debug("sched__get_first_possible_cpu: %s\n", in test__PERF_RECORD()
127 pr_debug("sched_setaffinity: %s\n", in test__PERF_RECORD()
138 pr_debug("perf_evlist__open: %s\n", in test__PERF_RECORD()
150 pr_debug("evlist__mmap: %s\n", in test__PERF_RECORD()
189 pr_debug("Couldn't parse sample\n"); in test__PERF_RECORD()
199 pr_debug("%s going backwards in time, prev=%" PRIu64 ", curr=%" PRIu64 "\n", in test__PERF_RECORD()
207 pr_debug("%s with unexpected cpu, expected %d, got %d\n", in test__PERF_RECORD()
[all …]
Devent-times.c27 pr_debug("attaching to spawned child, enable on exec\n"); in attach__enable_on_exec()
31 pr_debug("Not enough memory to create thread/cpu maps\n"); in attach__enable_on_exec()
37 pr_debug("Couldn't run the workload!\n"); in attach__enable_on_exec()
45 pr_debug("perf_evlist__open: %s\n", in attach__enable_on_exec()
65 pr_debug("attaching to current thread as disabled\n"); in attach__current_disabled()
69 pr_debug("thread_map__new\n"); in attach__current_disabled()
77 pr_debug("Failed to open event cpu-clock:u\n"); in attach__current_disabled()
91 pr_debug("attaching to current thread as enabled\n"); in attach__current_enabled()
95 pr_debug("failed to call thread_map__new\n"); in attach__current_enabled()
118 pr_debug("attaching to CPU 0 as enabled\n"); in attach__cpu_disabled()
[all …]
Dfdarray.c37 pr_debug("\nfdarray__new() failed!"); in test__fdarray__filter()
44 pr_debug("\nfdarray__filter()=%d != %d shouldn't have filtered anything", in test__fdarray__filter()
52 pr_debug("\nfdarray__filter()=%d != %d, should have filtered all fds", in test__fdarray__filter()
60 pr_debug("\nfiltering all but fda->entries[2]:"); in test__fdarray__filter()
65 pr_debug("\nfdarray__filter()=%d != 1, should have left just one event", nr_fds); in test__fdarray__filter()
73 pr_debug("\nfiltering all but (fda->entries[0], fda->entries[3]):"); in test__fdarray__filter()
78 pr_debug("\nfdarray__filter()=%d != 2, should have left just two events", in test__fdarray__filter()
83 pr_debug("\n"); in test__fdarray__filter()
98 pr_debug("\nfdarray__new() failed!"); in test__fdarray__add()
104 pr_debug("\n%d: fda->entries[%d](%d) != %d!", \ in test__fdarray__add()
[all …]
/Linux-v5.15/drivers/mtd/maps/
Dpcmciamtd.c91 pr_debug("device removed\n"); in remap_window()
97 pr_debug("Remapping window from 0x%8.8x to 0x%8.8x\n", in remap_window()
118 pr_debug("ofs = 0x%08lx (%p) data = 0x%02lx\n", ofs, addr, d.x[0]); in pcmcia_read8_remap()
133 pr_debug("ofs = 0x%08lx (%p) data = 0x%04lx\n", ofs, addr, d.x[0]); in pcmcia_read16_remap()
143 pr_debug("to = %p from = %lu len = %zd\n", to, from, len); in pcmcia_copy_from_remap()
155 pr_debug("memcpy from %p to %p len = %d\n", addr, to, toread); in pcmcia_copy_from_remap()
171 pr_debug("adr = 0x%08lx (%p) data = 0x%02lx\n", adr, addr, d.x[0]); in pcmcia_write8_remap()
182 pr_debug("adr = 0x%08lx (%p) data = 0x%04lx\n", adr, addr, d.x[0]); in pcmcia_write16_remap()
192 pr_debug("to = %lu from = %p len = %zd\n", to, from, len); in pcmcia_copy_to_remap()
204 pr_debug("memcpy from %p to %p len = %d\n", from, addr, towrite); in pcmcia_copy_to_remap()
[all …]
/Linux-v5.15/drivers/usb/usbip/
Dusbip_common.c65 pr_debug("dev(%d) ep(%d) [%s] ", dev, ep, dir ? "IN" : "OUT"); in usbip_dump_pipe()
69 pr_debug("ISO\n"); in usbip_dump_pipe()
72 pr_debug("INT\n"); in usbip_dump_pipe()
75 pr_debug("CTRL\n"); in usbip_dump_pipe()
78 pr_debug("BULK\n"); in usbip_dump_pipe()
81 pr_debug("ERR\n"); in usbip_dump_pipe()
94 pr_debug("tt hub ttport %d\n", udev->ttport); in usbip_dump_usb_device()
98 pr_debug(" %2u", i); in usbip_dump_usb_device()
99 pr_debug("\n"); in usbip_dump_usb_device()
103 pr_debug(" %2u", (udev->toggle[0] & (1 << i)) ? 1 : 0); in usbip_dump_usb_device()
[all …]
/Linux-v5.15/drivers/net/ethernet/toshiba/
Dps3_gelic_wireless.c150 pr_debug("%s: <-\n", __func__); in gelic_eurus_sync_cmd_worker()
167 pr_debug("%s: cmd='%s' start\n", __func__, cmdstr(cmd->cmd)); in gelic_eurus_sync_cmd_worker()
194 pr_debug("%s: cmd done tag=%#lx arg1=%#lx, arg2=%#lx\n", __func__, in gelic_eurus_sync_cmd_worker()
196 pr_debug("%s: cmd done status=%#x cmd_status=%#lx size=%#lx\n", in gelic_eurus_sync_cmd_worker()
201 pr_debug("%s: cmd='%s' done\n", __func__, cmdstr(cmd->cmd)); in gelic_eurus_sync_cmd_worker()
236 pr_debug("%s: <-\n", __func__); in gelic_wl_get_link()
243 pr_debug("%s: ->\n", __func__); in gelic_wl_get_link()
304 pr_debug("%s: <-\n", __func__); in gelic_wl_get_range()
359 pr_debug("%s: ->\n", __func__); in gelic_wl_get_range()
379 pr_debug("%s: ESSID scan =%s\n", __func__, essid); in gelic_wl_set_scan()
[all …]
/Linux-v5.15/drivers/gpu/drm/amd/display/include/
Dlogger_types.h38 #define DC_LOG_SURFACE(...) pr_debug("[SURFACE]:"__VA_ARGS__)
39 #define DC_LOG_CURSOR(...) pr_debug("[CURSOR]:"__VA_ARGS__)
40 #define DC_LOG_PFLIP(...) pr_debug("[PFLIP]:"__VA_ARGS__)
41 #define DC_LOG_VBLANK(...) pr_debug("[VBLANK]:"__VA_ARGS__)
43 #define DC_LOG_HW_LINK_TRAINING(...) pr_debug("[HW_LINK_TRAINING]:"__VA_ARGS__)
46 #define DC_LOG_HW_AUDIO(...) pr_debug("[HW_AUDIO]:"__VA_ARGS__)
49 #define DC_LOG_SCALER(...) pr_debug("[SCALER]:"__VA_ARGS__)
50 #define DC_LOG_BIOS(...) pr_debug("[BIOS]:"__VA_ARGS__)
51 #define DC_LOG_BANDWIDTH_CALCS(...) pr_debug("[BANDWIDTH_CALCS]:"__VA_ARGS__)
60 #define DC_LOG_DML(...) pr_debug("[DML]:"__VA_ARGS__)
[all …]
/Linux-v5.15/drivers/nubus/
Dnubus.c352 pr_debug(" block (0x%x), size %d\n", ent.type, size); in nubus_get_block_rsrc_dir()
376 pr_debug(" block (0x%x), size %d\n", ent.type, in nubus_get_display_vidmode()
382 pr_debug(" unknown resource 0x%02x, data 0x%06x\n", in nubus_get_display_vidmode()
396 pr_debug(" gamma directory offset: 0x%06x\n", ent->data); in nubus_get_display_resource()
400 pr_debug(" mode 0x%02x info offset: 0x%06x\n", in nubus_get_display_resource()
405 pr_debug(" unknown resource 0x%02x, data 0x%06x\n", in nubus_get_display_resource()
422 pr_debug(" MAC address: %pM\n", addr); in nubus_get_network_resource()
427 pr_debug(" unknown resource 0x%02x, data 0x%06x\n", in nubus_get_network_resource()
444 pr_debug(" memory: [ 0x%08lx 0x%08lx ]\n", in nubus_get_cpu_resource()
454 pr_debug(" ROM: [ 0x%08lx 0x%08lx ]\n", in nubus_get_cpu_resource()
[all …]
/Linux-v5.15/drivers/cpufreq/
Dspeedstep-lib.c76 pr_debug("P3 - MSR_IA32_EBL_CR_POWERON: 0x%x 0x%x\n", msr_lo, msr_tmp); in pentium3_get_frequency()
90 pr_debug("workaround for early PIIIs\n"); in pentium3_get_frequency()
101 pr_debug("speed is %u\n", in pentium3_get_frequency()
113 pr_debug("PM - MSR_IA32_EBL_CR_POWERON: 0x%x 0x%x\n", msr_lo, msr_tmp); in pentiumM_get_frequency()
123 pr_debug("bits 22-26 are 0x%x, speed is %u\n", in pentiumM_get_frequency()
161 pr_debug("PCORE - MSR_IA32_EBL_CR_POWERON: 0x%x 0x%x\n", in pentium_core_get_frequency()
165 pr_debug("bits 22-26 are 0x%x, speed is %u\n", in pentium_core_get_frequency()
191 pr_debug("P4 - MSR_EBC_FREQUENCY_ID: 0x%x 0x%x\n", msr_lo, msr_hi); in pentium4_get_frequency()
218 pr_debug("P4 - FSB %u kHz; Multiplier %u; Speed %u kHz\n", in pentium4_get_frequency()
259 pr_debug("x86: %x, model: %x\n", c->x86, c->x86_model); in speedstep_detect_processor()
[all …]
Dspeedstep-smi.c71 pr_debug("trying to obtain ownership with command %x at port %x\n", in speedstep_smi_ownership()
86 pr_debug("result is %x\n", result); in speedstep_smi_ownership()
107 pr_debug("bug #1422 -- can't read freqs from BIOS\n"); in speedstep_smi_get_freqs()
113 pr_debug("trying to determine frequencies with command %x at port %x\n", in speedstep_smi_get_freqs()
130 pr_debug("result %x, low_freq %u, high_freq %u\n", in speedstep_smi_get_freqs()
164 pr_debug("trying to set frequency to state %u " in speedstep_set_state()
178 pr_debug("retry %u, previous result %u, waiting...\n", in speedstep_set_state()
202 pr_debug("change to %u MHz succeeded after %u tries " in speedstep_set_state()
240 pr_debug("fails in acquiring ownership of a SMI interface.\n"); in speedstep_cpu_init()
252 pr_debug("could not detect low and high frequencies " in speedstep_cpu_init()
[all …]
/Linux-v5.15/tools/perf/util/
Dbpf-loader.c63 pr_debug("bpf: failed to load buffer\n"); in bpf__prepare_load_buffer()
88 pr_debug("bpf: builtin compilation failed: %d, try external compiler\n", err); in bpf__prepare_load()
93 pr_debug("bpf: successful builtin compilation\n"); in bpf__prepare_load()
104 pr_debug("bpf: failed to load %s\n", filename); in bpf__prepare_load()
224 pr_debug("config bpf program: %s=%s\n", key, value); in do_prog_config()
229 pr_debug("BPF: ERROR: invalid program config option: %s=%s\n", in do_prog_config()
232 pr_debug("\nHint: Valid options are:\n"); in do_prog_config()
234 pr_debug("\t%s:\t%s\n", bpf_prog_config_terms[i].usage, in do_prog_config()
236 pr_debug("\n"); in do_prog_config()
250 pr_debug("Not enough memory: dup config_str failed\n"); in parse_prog_config_kvpair()
[all …]
/Linux-v5.15/drivers/parport/
Dieee1284.c255 pr_debug("%s: Timeout at event 49\n", in parport_ieee1284_terminate()
259 pr_debug("%s: ECP direction: forward\n", port->name); in parport_ieee1284_terminate()
277 pr_debug("%s: Timeout at event 24\n", port->name); in parport_ieee1284_terminate()
289 pr_debug("%s: Timeout at event 27\n", port->name); in parport_ieee1284_terminate()
298 pr_debug("%s: In compatibility (forward idle) mode\n", port->name); in parport_ieee1284_terminate()
399 pr_debug("%s: Peripheral not IEEE1284 compliant (0x%02X)\n", in parport_negotiate()
422 pr_debug("%s: Mode 0x%02x not supported? (0x%02x)\n", in parport_negotiate()
433 pr_debug("%s: Mode 0x%02x rejected by peripheral\n", in parport_negotiate()
454 pr_debug("%s: Event 52 didn't happen\n", port->name); in parport_negotiate()
470 pr_debug("%s: Mode 0x%02x not supported? (0x%02x)\n", in parport_negotiate()
[all …]
/Linux-v5.15/drivers/usb/gadget/function/
Drndis.c187 pr_debug("query OID %08x value, len %d:\n", OID, buf_len); in gen_ndis_query_resp()
189 pr_debug("%03d: %08x %08x %08x %08x\n", i, in gen_ndis_query_resp()
210 pr_debug("%s: RNDIS_OID_GEN_SUPPORTED_LIST\n", __func__); in gen_ndis_query_resp()
220 pr_debug("%s: RNDIS_OID_GEN_HARDWARE_STATUS\n", __func__); in gen_ndis_query_resp()
233 pr_debug("%s: RNDIS_OID_GEN_MEDIA_SUPPORTED\n", __func__); in gen_ndis_query_resp()
240 pr_debug("%s: RNDIS_OID_GEN_MEDIA_IN_USE\n", __func__); in gen_ndis_query_resp()
248 pr_debug("%s: RNDIS_OID_GEN_MAXIMUM_FRAME_SIZE\n", __func__); in gen_ndis_query_resp()
258 pr_debug("%s: RNDIS_OID_GEN_LINK_SPEED\n", __func__); in gen_ndis_query_resp()
268 pr_debug("%s: RNDIS_OID_GEN_TRANSMIT_BLOCK_SIZE\n", __func__); in gen_ndis_query_resp()
277 pr_debug("%s: RNDIS_OID_GEN_RECEIVE_BLOCK_SIZE\n", __func__); in gen_ndis_query_resp()
[all …]
/Linux-v5.15/drivers/gpu/drm/i915/gvt/
Ddebug.h39 pr_debug("gvt: core: "fmt, ##args)
42 pr_debug("gvt: irq: "fmt, ##args)
45 pr_debug("gvt: mm: "fmt, ##args)
48 pr_debug("gvt: mmio: "fmt, ##args)
51 pr_debug("gvt: dpy: "fmt, ##args)
54 pr_debug("gvt: el: "fmt, ##args)
57 pr_debug("gvt: sched: "fmt, ##args)
60 pr_debug("gvt: render: "fmt, ##args)
63 pr_debug("gvt: cmd: "fmt, ##args)
/Linux-v5.15/net/nfc/nci/
Drsp.c33 pr_debug("status 0x%x\n", rsp->status); in nci_core_reset_rsp_packet()
39 pr_debug("nci_ver 0x%x, config_status 0x%x\n", in nci_core_reset_rsp_packet()
53 pr_debug("status 0x%x\n", rsp_1->status); in nci_core_init_rsp_packet_v1()
94 pr_debug("status %x\n", rsp->status); in nci_core_init_rsp_packet_v2()
136 pr_debug("nfcc_features 0x%x\n", in nci_core_init_rsp_packet()
138 pr_debug("num_supported_rf_interfaces %d\n", in nci_core_init_rsp_packet()
140 pr_debug("supported_rf_interfaces[0] 0x%x\n", in nci_core_init_rsp_packet()
142 pr_debug("supported_rf_interfaces[1] 0x%x\n", in nci_core_init_rsp_packet()
144 pr_debug("supported_rf_interfaces[2] 0x%x\n", in nci_core_init_rsp_packet()
146 pr_debug("supported_rf_interfaces[3] 0x%x\n", in nci_core_init_rsp_packet()
[all …]
/Linux-v5.15/net/ipv6/netfilter/
Dip6t_frag.c27 pr_debug("id_match:%c 0x%x <= 0x%x <= 0x%x\n", invert ? '!' : ' ', in id_match()
30 pr_debug(" result %s\n", r ? "PASS" : "FAILED"); in id_match()
56 pr_debug("INFO %04X ", fh->frag_off); in frag_mt6()
57 pr_debug("OFFSET %04X ", ntohs(fh->frag_off) & ~0x7); in frag_mt6()
58 pr_debug("RES %02X %04X", fh->reserved, ntohs(fh->frag_off) & 0x6); in frag_mt6()
59 pr_debug("MF %04X ", fh->frag_off & htons(IP6_MF)); in frag_mt6()
60 pr_debug("ID %u %08X\n", ntohl(fh->identification), in frag_mt6()
63 pr_debug("IPv6 FRAG id %02X ", in frag_mt6()
67 pr_debug("res %02X %02X%04X %02X ", in frag_mt6()
72 pr_debug("first %02X %02X %02X ", in frag_mt6()
[all …]
Dip6t_hbh.c81 pr_debug("IPv6 OPTS LEN %u %u ", hdrlen, oh->hdrlen); in hbh_mt6()
83 pr_debug("len %02X %04X %02X ", in hbh_mt6()
98 pr_debug("Strict "); in hbh_mt6()
99 pr_debug("#%d ", optinfo->optsnr); in hbh_mt6()
111 pr_debug("Tbad %02X %02X\n", *tp, in hbh_mt6()
115 pr_debug("Tok "); in hbh_mt6()
132 pr_debug("Lbad %02X %04X\n", *lp, in hbh_mt6()
136 pr_debug("Lok "); in hbh_mt6()
139 pr_debug("Pad1\n"); in hbh_mt6()
144 pr_debug("len%04X\n", optlen); in hbh_mt6()
[all …]
/Linux-v5.15/net/netfilter/
Dxt_IDLETIMER.c105 pr_debug("timer %s expired\n", timer->attr.attr.name); in idletimer_tg_expired()
115 pr_debug("alarm %s expired\n", timer->attr.attr.name); in idletimer_tg_alarmproc()
161 pr_debug("couldn't add file to sysfs"); in idletimer_tg_create()
210 pr_debug("couldn't add file to sysfs"); in idletimer_tg_create_v1()
218 pr_debug("timer type value is %u", info->timer_type); in idletimer_tg_create_v1()
255 pr_debug("resetting timer %s, timeout period %u\n", in idletimer_tg_target()
272 pr_debug("resetting timer %s, timeout period %u\n", in idletimer_tg_target_v1()
289 pr_debug("timeout value is zero\n"); in idletimer_tg_helper()
293 pr_debug("timeout value is too big\n"); in idletimer_tg_helper()
299 pr_debug("label is empty or not nul-terminated\n"); in idletimer_tg_helper()
[all …]

12345678910>>...85