Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dpid_list.c24 pid_list->free_lower_chunks--; in get_lower_chunk()
25 WARN_ON_ONCE(pid_list->free_lower_chunks < 0); in get_lower_chunk()
31 if (pid_list->free_lower_chunks <= CHUNK_REALLOC) in get_lower_chunk()
68 pid_list->free_lower_chunks++; in put_lower_chunk()
352 lower_count = CHUNK_ALLOC - pid_list->free_lower_chunks; in pid_list_refill_irq()
391 pid_list->free_lower_chunks += lcnt; in pid_list_refill_irq()
454 pid_list->free_lower_chunks++; in trace_pid_list_alloc()
H A Dpid_list.h86 int free_lower_chunks; member