Searched defs:spaces (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/kernel/ |
D | stacktrace.c | 14 void print_stack_trace(struct stack_trace *trace, int spaces) in print_stack_trace() 27 struct stack_trace *trace, int spaces) in snprint_stack_trace()
|
/Linux-v4.19/include/linux/ |
D | stacktrace.h | 39 # define print_stack_trace(trace, spaces) do { } while (0) argument 40 # define snprint_stack_trace(buf, size, trace, spaces) do { } while (0) argument
|
/Linux-v4.19/tools/perf/util/ |
D | ctype.c | 42 const char *spaces = variable
|
/Linux-v4.19/tools/include/linux/ |
D | stacktrace.h | 13 static inline void print_stack_trace(struct stack_trace *trace, int spaces) in print_stack_trace()
|
/Linux-v4.19/mm/ |
D | swap_state.c | 75 struct address_space *spaces; in total_swapcache_pages() local 619 struct address_space *spaces, *space; in init_swap_address_space() local 642 struct address_space *spaces; in exit_swap_address_space() local
|
/Linux-v4.19/drivers/crypto/sunxi-ss/ |
D | sun4i-ss-cipher.c | 30 u32 spaces; in sun4i_ss_opti_poll() local 142 u32 spaces; in sun4i_ss_cipher_poll() local
|
D | sun4i-ss-hash.c | 182 u32 spaces, rx_cnt = SS_RX_DEFAULT, bf[32] = {0}, wb = 0, v, ivmode = 0; in sun4i_hash() local
|
/Linux-v4.19/drivers/s390/char/ |
D | sclp_rw.c | 179 int spaces, i_msg; in sclp_write() local
|
/Linux-v4.19/kernel/trace/ |
D | trace_functions_graph.c | 564 int spaces = 0; in print_graph_proc() local 1316 static const char spaces[] = " " /* 16 spaces */ in print_lat_header() local
|
D | trace_events_hist.c | 4706 unsigned int spaces = 8; in hist_trigger_stacktrace_print() local
|
/Linux-v4.19/lib/ |
D | vsprintf.c | 547 static void move_right(char *buf, char *end, unsigned len, unsigned spaces) in move_right() 576 unsigned spaces; in widen_string() local
|
/Linux-v4.19/drivers/tty/ |
D | n_tty.c | 419 int spaces; in do_output_char() local
|
/Linux-v4.19/include/uapi/linux/ |
D | btrfs.h | 606 struct btrfs_ioctl_space_info spaces[0]; member
|
/Linux-v4.19/tools/lib/traceevent/ |
D | event-parse.c | 5535 static const char *spaces = " "; /* 20 spaces */ in tep_print_event_data() local
|
/Linux-v4.19/drivers/block/ |
D | rbd.c | 5226 const char *spaces = " \f\n\r\t\v"; in next_token() local
|