Home
last modified time | relevance | path

Searched refs:print (Results 1 – 25 of 229) sorted by relevance

12345678910

/Linux-v4.19/kernel/time/
Dtimeconst.bc42 print "/* Automatically generated by kernel/time/timeconst.bc */\n"
43 print "/* Time conversion constants for HZ == ", hz, " */\n"
44 print "\n"
46 print "#ifndef KERNEL_TIMECONST_H\n"
47 print "#define KERNEL_TIMECONST_H\n\n"
49 print "#include <linux/param.h>\n"
50 print "#include <linux/types.h>\n\n"
52 print "#if HZ != ", hz, "\n"
53 print "#error \qinclude/generated/timeconst.h has the wrong HZ value!\q\n"
54 print "#endif\n\n"
[all …]
/Linux-v4.19/tools/testing/selftests/size/
Dget_size.c29 static int print(const char *s) in print() function
54 return print(num_to_str(num, num_buf, sizeof(num_buf))); in print_num()
62 print(s); in print_k_value()
68 print("\n"); in print_k_value()
80 print("TAP version 13\n"); in _start()
81 print("# Testing system size.\n"); in _start()
85 print("not ok 1"); in _start()
86 print(test_name); in _start()
87 print(" ---\n reason: \"could not get sysinfo\"\n ...\n"); in _start()
90 print("ok 1"); in _start()
[all …]
/Linux-v4.19/arch/alpha/kernel/
Derr_titan.c27 titan_parse_c_misc(u64 c_misc, int print) in titan_parse_c_misc() argument
43 if (!print) in titan_parse_c_misc()
74 titan_parse_p_serror(int which, u64 serror, int print) in titan_parse_p_serror() argument
112 if (!print) in titan_parse_p_serror()
141 titan_parse_p_perror(int which, int port, u64 perror, int print) in titan_parse_p_perror() argument
229 if (!print) in titan_parse_p_perror()
275 titan_parse_p_agperror(int which, u64 agperror, int print) in titan_parse_p_agperror() argument
318 if (!print) in titan_parse_p_agperror()
359 u64 aperror, u64 agperror, int print) in titan_parse_p_chip() argument
362 status |= titan_parse_p_serror(which, serror, print); in titan_parse_p_chip()
[all …]
Derr_ev6.c23 ev6_parse_ibox(u64 i_stat, int print) in ev6_parse_ibox() argument
33 if (!print) in ev6_parse_ibox()
43 ev6_parse_mbox(u64 mm_stat, u64 d_stat, u64 c_stat, int print) in ev6_parse_mbox() argument
64 if (!print) in ev6_parse_mbox()
91 u64 c_stat, u64 c_sts, int print) in ev6_parse_cbox() argument
133 if (!print) in ev6_parse_cbox()
187 ev6_process_logout_frame(struct el_common *mchk_header, int print) in ev6_process_logout_frame() argument
193 status |= ev6_parse_ibox(ev6mchk->I_STAT, print); in ev6_process_logout_frame()
195 ev6mchk->C_STAT, print); in ev6_process_logout_frame()
198 ev6mchk->C_STS, print); in ev6_process_logout_frame()
[all …]
/Linux-v4.19/net/mac80211/
Ddebug.h86 void __sdata_dbg(bool print, const char *fmt, ...) __printf(2, 3);
88 void __wiphy_dbg(struct wiphy *wiphy, bool print, const char *fmt, ...)
93 #define _sdata_dbg(print, sdata, fmt, ...) \ argument
94 __sdata_dbg(print, "%s: " fmt, (sdata)->name, ##__VA_ARGS__)
97 #define _wiphy_dbg(print, wiphy, fmt, ...) \ argument
98 __wiphy_dbg(wiphy, print, fmt, ##__VA_ARGS__)
106 #define _sdata_dbg(print, sdata, fmt, ...) \ argument
108 if (print) \
119 #define _wiphy_dbg(print, wiphy, fmt, ...) \ argument
121 if (print) \
Dtrace.c30 void __sdata_dbg(bool print, const char *fmt, ...) in __sdata_dbg() argument
40 if (print) in __sdata_dbg()
61 void __wiphy_dbg(struct wiphy *wiphy, bool print, const char *fmt, ...) in __wiphy_dbg() argument
71 if (print) in __wiphy_dbg()
DKconfig141 Selecting this option causes mac80211 to print out
152 Selecting this option causes mac80211 to print out
163 Selecting this option causes mac80211 to print out
184 Selecting this option causes mac80211 to print out
195 Selecting this option causes mac80211 to print out
206 Selecting this option causes mac80211 to print out very
219 Selecting this option causes mac80211 to print out very
232 Selecting this option causes mac80211 to print out very
245 Selecting this option causes mac80211 to print out very
258 Selecting this option causes mac80211 to print out very verbose mesh
[all …]
/Linux-v4.19/kernel/trace/
Dtrace_export.c32 #define FTRACE_ENTRY_REG(name, struct_name, id, tstruct, print, \ argument
34 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print), \
63 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print, filter) \ argument
72 printk(print); \
76 #define FTRACE_ENTRY_DUP(name, struct_name, id, tstruct, print, filter) \ argument
77 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print), \
134 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print, filter) \ argument
171 #define FTRACE_ENTRY_REG(call, struct_name, etype, tstruct, print, filter,\ argument
187 .print_fmt = print, \
194 #define FTRACE_ENTRY(call, struct_name, etype, tstruct, print, filter) \ argument
[all …]
Dtrace_functions.c590 .print = ftrace_traceon_print,
597 .print = ftrace_traceoff_print,
604 .print = ftrace_stacktrace_print,
611 .print = ftrace_dump_print,
618 .print = ftrace_cpudump_print,
623 .print = ftrace_traceon_print,
628 .print = ftrace_traceoff_print,
633 .print = ftrace_stacktrace_print,
Dtrace_events_trigger.c162 data->ops->print(m, data->ops, data); in trigger_show()
981 .print = traceon_trigger_print,
988 .print = traceon_trigger_print,
995 .print = traceoff_trigger_print,
1002 .print = traceoff_trigger_print,
1095 .print = snapshot_trigger_print,
1102 .print = snapshot_trigger_print,
1184 .print = stacktrace_trigger_print,
1191 .print = stacktrace_trigger_print,
1309 .print = event_enable_trigger_print,
[all …]
/Linux-v4.19/include/trace/
Dtrace_events.h73 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
79 PARAMS(print)); \
111 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
130 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
136 assign, print, reg, unreg) \ argument
138 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
142 assign, print, reg, unreg) \ argument
144 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
203 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
212 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
[all …]
Ddefine_trace.h27 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
31 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument
37 PARAMS(print))
41 assign, print, reg, unreg) \ argument
46 assign, print, reg, unreg) \ argument
58 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
Dperf.h31 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
87 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
/Linux-v4.19/scripts/kconfig/tests/preprocess/escape/
DKconfig23 # The following should print "$(X)". It should not be expanded further.
28 # The following should print "(".
33 # The following should print "$(X)". It should not be expanded further.
37 # The following should print "$(X)" as well.
41 # The following should print "$(".
/Linux-v4.19/fs/cachefiles/
Dkey.c42 int loop, len, max, seg, mark, print; in cachefiles_cook_key() local
49 print = 1; in cachefiles_cook_key()
53 print &= cachefiles_filecharmap[ch]; in cachefiles_cook_key()
56 if (print) { in cachefiles_cook_key()
92 if (print) { in cachefiles_cook_key()
/Linux-v4.19/arch/x86/mm/
Dpageattr-test.c23 static __read_mostly int print = 1; variable
93 if (print) { in print_split()
125 if (print) in pageattr_test()
230 if (print) in pageattr_test()
243 if (print) in do_pageattr_test()
244 print--; in do_pageattr_test()
/Linux-v4.19/Documentation/hwmon/
Dtmp4018 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp401.html
12 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp411.html
16 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp431.html
20 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp432.html
24 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp435.html
Dtmp4218 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp421.html
12 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp421.html
16 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp421.html
/Linux-v4.19/Documentation/
Dclearing-warn-once.txt2 WARN_ONCE / WARN_ON_ONCE only print a warning once.
6 clears the state and allows the warnings to print once again.
/Linux-v4.19/include/linux/
Dtracepoint.h521 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument
526 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
533 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ argument
536 assign, print, reg, unreg) \ argument
539 assign, print, reg, unreg) \ argument
543 struct, assign, print) \ argument
/Linux-v4.19/Documentation/security/keys/
Dtrusted-encrypted.rst30 keyctl print keyid
52 "keyctl print" returns an ascii hex copy of the sealed key, which is in standard
96 $ keyctl print 440502848
113 $ keyctl print 268728824
126 $ keyctl print 268728824
154 $ keyctl print 159771175
166 $ keyctl print 831684262
/Linux-v4.19/Documentation/x86/
Dkernel-stacks111 the kernel stack(s) [*], from stack top to stack bottom, and print out
114 If it fits into the frame pointer chain, we print it without a question
118 still print it, but we print a '?'. It can mean two things:
127 This way we will always print out the real call chain (plus a few more
134 information: we always strive to print _all_ addresses on the stack(s)
136 we still print out the real call chain as well - just with more question
/Linux-v4.19/scripts/
Dunifdef.c424 static void print (void) { flushline(true); } in print() function
431 static void Pelif (void) { print(); ignoreoff(); state(IS_PASS_MIDDLE); } in Pelif()
432 static void Pelse (void) { print(); state(IS_PASS_ELSE); } in Pelse()
433 static void Pendif(void) { print(); unnest(); } in Pendif()
462 print, done, abort },
470 print, Eeof, abort },
474 print, Eeof, abort },
482 print, Eeof, abort },
486 print, Eeof, abort },
494 print, Eeof, abort },
[all …]
/Linux-v4.19/samples/bpf/
Dtcp_bpf.readme17 printing the BPF log buffer. The tcp_*_kern.o programs use special print
18 functions to print logging information (if enabled by the ifdef).
/Linux-v4.19/drivers/gpu/drm/radeon/
Datom.c179 int *ptr, uint32_t *saved, int print) in atom_get_src_int() argument
189 if (print) in atom_get_src_int()
224 if (print) in atom_get_src_int()
230 if (print) in atom_get_src_int()
267 if (print) { in atom_get_src_int()
284 if (print) in atom_get_src_int()
292 if (print) in atom_get_src_int()
300 if (print) in atom_get_src_int()
309 if (print) in atom_get_src_int()
317 if (print) in atom_get_src_int()
[all …]

12345678910