Searched refs:P_DEBUG (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/appldata/
H A Dappldata_mem.c75 P_DEBUG("--- MEM - RECORD ---\n");
76 P_DEBUG("pgpgin = %8lu KB\n", mem_data->pgpgin);
77 P_DEBUG("pgpgout = %8lu KB\n", mem_data->pgpgout);
78 P_DEBUG("pswpin = %8lu Pages\n", mem_data->pswpin);
79 P_DEBUG("pswpout = %8lu Pages\n", mem_data->pswpout);
80 P_DEBUG("pgalloc = %8lu \n", mem_data->pgalloc);
81 P_DEBUG("pgfault = %8lu \n", mem_data->pgfault);
82 P_DEBUG("pgmajfault = %8lu \n", mem_data->pgmajfault);
83 P_DEBUG("sharedram = %8lu KB\n", mem_data->sharedram);
84 P_DEBUG("totalra
[all...]
H A Dappldata_net_sum.c64 P_DEBUG("--- NET - RECORD ---\n");
66 P_DEBUG("nr_interfaces = %u\n", net_data->nr_interfaces);
67 P_DEBUG("rx_packets = %8lu\n", net_data->rx_packets);
68 P_DEBUG("tx_packets = %8lu\n", net_data->tx_packets);
69 P_DEBUG("rx_bytes = %8lu\n", net_data->rx_bytes);
70 P_DEBUG("tx_bytes = %8lu\n", net_data->tx_bytes);
71 P_DEBUG("rx_errors = %8lu\n", net_data->rx_errors);
72 P_DEBUG("tx_errors = %8lu\n", net_data->tx_errors);
73 P_DEBUG("rx_dropped = %8lu\n", net_data->rx_dropped);
74 P_DEBUG("tx_droppe
[all...]
H A Dappldata_os.c97 P_DEBUG("--- OS - RECORD ---\n");
98 P_DEBUG("nr_threads = %u\n", os_data->nr_threads);
99 P_DEBUG("nr_running = %u\n", os_data->nr_running);
100 P_DEBUG("nr_iowait = %u\n", os_data->nr_iowait);
101 P_DEBUG("avenrun(int) = %8x / %8x / %8x\n", os_data->avenrun[0],
106 P_DEBUG("avenrun(float) = %d.%02d / %d.%02d / %d.%02d\n",
110 P_DEBUG("nr_cpus = %u\n", os_data->nr_cpus);
112 P_DEBUG("cpu%u : user = %u, nice = %u, system = %u, "
126 P_DEBUG("sync_count_1 = %u\n", os_data->sync_count_1);
127 P_DEBUG("sync_count_
[all...]
H A Dappldata.h36 #define P_DEBUG(x...) printk(KERN_DEBUG MY_PRINT_NAME " debug: " x) macro
38 #define P_DEBUG(x...) do {} while (0) macro
H A Dappldata_base.c114 P_DEBUG(" -= Timer =-\n");
115 P_DEBUG("CPU: %i, expire_count: %i\n", smp_processor_id(),
134 P_DEBUG(" -= Work Queue =-\n");
139 P_DEBUG("list_for_each loop: %i) active = %u, name = %s\n",
471 P_DEBUG("register_ops loop: %i) name = %s, ctl = %i\n",
473 P_DEBUG("Comparing %s (ctl %i) with %s (ctl %i)\n",
595 P_DEBUG("sizeof(parameter_list) = %lu\n",
617 P_DEBUG("Base interface initialized.\n");
632 P_DEBUG("Unloading module ...\n");
657 P_DEBUG("
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/char/
H A Dmonreader.c37 #define P_DEBUG(x...) printk(KERN_DEBUG MON_NAME " debug: " x) macro
39 #define P_DEBUG(x...) do {} while (0) macro
206 P_DEBUG("READ, IGNORED INVALID MCA\n\n");
217 P_DEBUG("read, REPLY: pathid = 0x%04X, msgid = 0x%08X, trgcls = "
285 P_DEBUG("read, mon_read_index = %i, mon_write_index = %i\n",
287 P_DEBUG("read, pathid = 0x%04X, msgid = 0x%08X, trgcls = 0x%08X\n",
289 P_DEBUG("read, msg_type = '%c%c', mca_type = '%c' / 0x%X / 0x%X\n",
292 P_DEBUG("read, MCA: start = 0x%lX, end = 0x%lX\n",
294 P_DEBUG("read, REC: start = 0x%X, end = 0x%X, len = %lu\n\n",
297 P_DEBUG("REA
[all...]

Completed in 103 milliseconds