Lines Matching refs:area

41 	int    act_area;		/* number of last formated area */
42 int act_page; /* act page in given area */
439 /* next area */
527 * - copies formated output to private_data area of the file
589 * - deletes private_data area of the file handle
629 * debug_register_mode() - creates and initializes debug area.
632 * @pages_per_area: Number of pages, which will be allocated per area
634 * @buf_size: Size of data area in each debug entry
640 * - Handle for generated debug area
672 * debug_register() - creates and initializes debug area with default file mode.
675 * @pages_per_area: Number of pages, which will be allocated per area
677 * @buf_size: Size of data area in each debug entry
680 * - Handle for generated debug area
696 * debug_register_static() - registers a static debug area
698 * @id: Handle for static debug area
699 * @pages_per_area: Number of pages per area
733 /* Replace static trace area with dynamic copy. */
772 * debug_unregister() - give back debug area.
793 * - set area size (number of pages) and number of areas
868 * - set active area to next in the ring buffer
897 /* Append all debug events in active area from source to destination log. */
1009 * event or exception no longer spin on the debug area lock,
1052 * - write debug entry with given size and switch to next debug area
1303 * reads new size (number of pages per debug area)
1402 static void debug_flush(debug_info_t *id, int area)
1410 if (area == DEBUG_FLUSH_ALL) {
1418 } else if (area >= 0 && area < id->nr_areas) {
1419 id->active_entries[area] = 0;
1420 id->active_pages[area] = 0;
1422 memset(id->areas[area][i], 0, PAGE_SIZE);
1452 int area = ((int) input_buf[0] - (int) '0');
1454 debug_flush(id, area);
1459 "area\n", input_buf[0]);
1493 int area, debug_entry_t *entry, char *out_buf)
1511 area, sec, usec, level, except_str,