Lines Matching defs:spaces
567 int spaces = 0;
579 spaces = TRACE_GRAPH_PROCINFO_LENGTH - len;
581 /* First spaces to align center */
582 for (i = 0; i < spaces / 2; i++)
587 /* Last spaces to align center */
588 for (i = 0; i < spaces - (spaces / 2); i++)
809 /* Print remaining spaces to fit the row's width */
822 /* No real adata, just filling the column with spaces */
1522 static const char spaces[] = " " /* 16 spaces */
1523 " " /* 4 spaces */
1524 " "; /* 17 spaces */
1536 seq_printf(s, "#%.*s _-----=> irqs-off \n", size, spaces);
1537 seq_printf(s, "#%.*s / _----=> need-resched \n", size, spaces);
1538 seq_printf(s, "#%.*s| / _---=> hardirq/softirq \n", size, spaces);
1539 seq_printf(s, "#%.*s|| / _--=> preempt-depth \n", size, spaces);
1540 seq_printf(s, "#%.*s||| / \n", size, spaces);