Searched refs:buffers_allocated (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Dpio.h133 atomic_t buffers_allocated; /* count of buffers allocated */ member in struct:send_context
H A Dpio.c708 atomic_set(&sc->buffers_allocated, 0); sc_alloc()
1031 count = atomic_read(&sc->buffers_allocated); sc_restart()
1199 atomic_set(&sc->buffers_allocated, 0); sc_enable()
1375 atomic_inc(&sc->buffers_allocated); sc_buffer_alloc()
H A Dpio_copy.c163 atomic_dec(&pbuf->sc->buffers_allocated); pio_copy()
857 atomic_dec(&pbuf->sc->buffers_allocated); seg_pio_copy_end()
/linux-4.4.14/kernel/trace/
H A Dtrace.c2062 static int buffers_allocated; variable
2066 if (buffers_allocated) trace_printk_init_buffers()
2092 buffers_allocated = 1; trace_printk_init_buffers()
2107 if (!buffers_allocated) trace_printk_start_comm()
2114 if (!buffers_allocated) trace_printk_start_stop_comm()

Completed in 149 milliseconds