Home
last modified time | relevance | path

Searched refs:free_lower_chunks (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/trace/
H A Dpid_list.c23 pid_list->free_lower_chunks--; in get_lower_chunk()
24 WARN_ON_ONCE(pid_list->free_lower_chunks < 0); in get_lower_chunk()
30 if (pid_list->free_lower_chunks <= CHUNK_REALLOC) in get_lower_chunk()
67 pid_list->free_lower_chunks++; in put_lower_chunk()
348 lower_count = CHUNK_ALLOC - pid_list->free_lower_chunks; in pid_list_refill_irq()
385 pid_list->free_lower_chunks += lcnt; in pid_list_refill_irq()
446 pid_list->free_lower_chunks++; in trace_pid_list_alloc()
H A Dpid_list.h85 int free_lower_chunks; member