/kernel/linux/linux-5.10/kernel/time/ |
D | timeconst.bc | 44 print "/* Automatically generated by kernel/time/timeconst.bc */\n" 45 print "/* Time conversion constants for HZ == ", hz, " */\n" 46 print "\n" 48 print "#ifndef KERNEL_TIMECONST_H\n" 49 print "#define KERNEL_TIMECONST_H\n\n" 51 print "#include <linux/param.h>\n" 52 print "#include <linux/types.h>\n\n" 54 print "#if HZ != ", hz, "\n" 55 print "#error \qinclude/generated/timeconst.h has the wrong HZ value!\q\n" 56 print "#endif\n\n" [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/size/ |
D | get_size.c | 35 static int print(const char *s) in print() function 65 return print(num_to_str(num, num_buf, sizeof(num_buf))); in print_num() 73 print(s); in print_k_value() 79 print("\n"); in print_k_value() 91 print("TAP version 13\n"); in _start() 92 print("# Testing system size.\n"); in _start() 96 print("not ok 1"); in _start() 97 print(test_name); in _start() 98 print(" ---\n reason: \"could not get sysinfo\"\n ...\n"); in _start() 101 print("ok 1"); in _start() [all …]
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
D | err_titan.c | 27 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 …]
|
D | err_ev6.c | 23 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 …]
|
/kernel/linux/linux-5.10/net/mac80211/ |
D | debug.h | 86 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) \
|
D | trace.c | 30 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()
|
D | Kconfig | 126 Selecting this option causes mac80211 to print out 137 Selecting this option causes mac80211 to print out 148 Selecting this option causes mac80211 to print out 169 Selecting this option causes mac80211 to print out 180 Selecting this option causes mac80211 to print out 191 Selecting this option causes mac80211 to print out very 204 Selecting this option causes mac80211 to print out very 217 Selecting this option causes mac80211 to print out very 230 Selecting this option causes mac80211 to print out very 243 Selecting this option causes mac80211 to print out very verbose mesh [all …]
|
/kernel/linux/linux-5.10/kernel/trace/ |
D | trace_export.c | 32 #define FTRACE_ENTRY_REG(name, struct_name, id, tstruct, print, regfn) \ argument 33 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print)) 67 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ argument 76 printk(print); \ 80 #define FTRACE_ENTRY_DUP(name, struct_name, id, tstruct, print) \ argument 81 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print)) 126 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ argument 161 #define FTRACE_ENTRY_REG(call, struct_name, etype, tstruct, print, regfn) \ argument 175 .print_fmt = print, \ 182 #define FTRACE_ENTRY(call, struct_name, etype, tstruct, print) \ argument [all …]
|
D | trace_functions.c | 596 .print = ftrace_traceon_print, 603 .print = ftrace_traceoff_print, 610 .print = ftrace_stacktrace_print, 617 .print = ftrace_dump_print, 624 .print = ftrace_cpudump_print, 629 .print = ftrace_traceon_print, 634 .print = ftrace_traceoff_print, 639 .print = ftrace_stacktrace_print,
|
D | trace_events_trigger.c | 164 data->ops->print(m, data->ops, data); in trigger_show() 1009 .print = traceon_trigger_print, 1016 .print = traceon_trigger_print, 1023 .print = traceoff_trigger_print, 1030 .print = traceoff_trigger_print, 1119 .print = snapshot_trigger_print, 1126 .print = snapshot_trigger_print, 1208 .print = stacktrace_trigger_print, 1215 .print = stacktrace_trigger_print, 1333 .print = event_enable_trigger_print, [all …]
|
/kernel/linux/linux-5.10/include/trace/ |
D | trace_events.h | 74 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 80 PARAMS(print)); \ 112 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument 131 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 137 assign, print, reg, unreg) \ argument 139 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \ 143 assign, print, reg, unreg) \ argument 145 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \ 204 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 213 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument [all …]
|
D | define_trace.h | 27 #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 50 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) argument 64 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
|
/kernel/linux/linux-5.10/scripts/kconfig/tests/preprocess/escape/ |
D | Kconfig | 23 # 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 "$(".
|
/kernel/linux/linux-5.10/fs/cachefiles/ |
D | key.c | 38 int loop, len, max, seg, mark, print; in cachefiles_cook_key() local 45 print = 1; in cachefiles_cook_key() 49 print &= cachefiles_filecharmap[ch]; in cachefiles_cook_key() 52 if (print) { in cachefiles_cook_key() 88 if (print) { in cachefiles_cook_key()
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | tmp401.rst | 12 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp401.html 20 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp411.html 28 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp431.html 36 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp432.html 44 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp435.html
|
D | tmp421.rst | 12 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp421.html 20 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp421.html 28 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp421.html
|
/kernel/linux/linux-5.10/arch/x86/mm/pat/ |
D | cpa-test.c | 22 static __read_mostly int print = 1; variable 93 if (print) { in print_split() 127 if (print) in pageattr_test() 246 if (print) in pageattr_test() 259 if (print) in do_pageattr_test() 260 print--; in do_pageattr_test()
|
/kernel/linux/linux-5.10/include/linux/ |
D | tracepoint.h | 546 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument 551 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 558 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ argument 561 assign, print, reg, unreg) \ argument 564 assign, print, reg, unreg) \ argument 568 struct, assign, print) \ argument 584 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) \ argument 587 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print) argument
|
/kernel/linux/linux-5.10/Documentation/bpf/ |
D | drgn.rst | 24 iterate over all programs and maps in the system and print basic information 96 The script is intended to be customized by developers to print relevant 99 For example, to print ``struct bpf_prog_aux`` for BPF program id 53077: 112 - print(f"{id_:>6}: {type_:32} {name:32} {linked}") 114 + print(f"{id_:>6}: {type_:32} {name:32}") 115 + print(f"{bpf_prog.aux}")
|
/kernel/linux/linux-5.10/tools/lib/traceevent/Documentation/ |
D | libtraceevent-reg_print_func.txt | 32 Some events may have helper functions in the print format arguments. 40 of the helper function, as seen in the print format arguments. The _..._ is a 64 Some events have internal functions calls, that appear in the print format 68 print fmt: "pipe %c, frame=%u, scanline=%u, wm %d/%d/%d, sr %s/%d/%d/%d, hpll %s/%d/%d/%d, fbc %s", 74 Notice the call to function _yesno()_ in the print arguments. In the kernel
|
D | libtraceevent-parse_event.txt | 48 buf = read_file("/sys/kernel/tracing/events/ftrace/print/format", &size); 50 /* Failed to parse the ftrace print format */ 54 /* Failed to parse the ftrace print format */
|
D | libtraceevent-set_flag.txt | 30 _TEP_NSEC_OUTPUT_ - print event's timestamp in nano seconds, instead of micro seconds. 64 /* print timestamps in nanoseconds */ 66 /* print timestamps in microseconds */
|
/kernel/linux/linux-5.10/Documentation/security/keys/ |
D | trusted-encrypted.rst | 52 keyctl print keyid 76 "keyctl print" returns an ascii hex copy of the sealed key, which is in standard 126 $ keyctl print 440502848 143 $ keyctl print 268728824 156 $ keyctl print 268728824 184 $ keyctl print 159771175 196 $ keyctl print 831684262
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/ |
D | rtrs-pri.h | 388 #define STAT_SHOW_FUNC(type, get_value, print) \ argument 395 return print(stats, page, PAGE_SIZE); \ 398 #define STAT_ATTR(type, stat, print, reset) \ argument 400 STAT_SHOW_FUNC(type, stat, print) \
|
/kernel/linux/linux-5.10/scripts/ |
D | unifdef.c | 424 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 …]
|