Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dpid_list.c47 pid_list->free_upper_chunks--; in get_upper_chunk()
48 WARN_ON_ONCE(pid_list->free_upper_chunks < 0); in get_upper_chunk()
54 if (pid_list->free_upper_chunks <= CHUNK_REALLOC) in get_upper_chunk()
77 pid_list->free_upper_chunks++; in put_upper_chunk()
347 upper_count = CHUNK_ALLOC - pid_list->free_upper_chunks; in pid_list_refill_irq()
380 pid_list->free_upper_chunks += ucnt; in pid_list_refill_irq()
435 pid_list->free_upper_chunks++; in trace_pid_list_alloc()
H A Dpid_list.h84 int free_upper_chunks; member