Searched refs:compress_buff (Results 1 – 4 of 4) sorted by relevance
| /src/sys/dev/cxgbe/cudbg/ |
| H A D | cudbg_lib.c | 596 rc = compress_buff(&scratch_buff, dbg_buff); in collect_rss() 631 rc = compress_buff(&scratch_buff, dbg_buff); in collect_sw_state() 665 rc = compress_buff(&scratch_buff, dbg_buff); in collect_ddp_stats() 712 rc = compress_buff(&scratch_buff, dbg_buff); in collect_ulptx_la() 745 rc = compress_buff(&scratch_buff, dbg_buff); in collect_ulprx_la() 780 rc = compress_buff(&scratch_buff, dbg_buff); in collect_cpl_stats() 823 rc = compress_buff(&scratch_buff, dbg_buff); in collect_wc_stats() 1116 rc = compress_buff(&scratch_buff, dbg_buff); in collect_meminfo() 1160 rc = compress_buff(&scratch_buff, dbg_buff); in collect_lb_stats() 1193 rc = compress_buff(&scratch_buff, dbg_buff); in collect_rdma_stats() [all …]
|
| H A D | cudbg_lib_common.h | 151 int compress_buff(struct cudbg_buffer *, struct cudbg_buffer *);
|
| H A D | fastlz_api.c | 207 int compress_buff(struct cudbg_buffer *pin_buff, struct cudbg_buffer *pout_buff) in compress_buff() function
|
| H A D | cudbg_wtp.c | 923 rc = compress_buff(&scratch_buff, dbg_buff); in t5_wtp_data() 1286 rc = compress_buff(&scratch_buff, dbg_buff); in t6_wtp_data()
|