Searched refs:z_comp_stats (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ppp/ |
H A D | ppp_deflate.c | 54 static void z_comp_stats(void *state, struct compstat *stats); 261 * z_comp_stats - return compression statistics for a compressor 266 static void z_comp_stats(void *arg, struct compstat *stats) in z_comp_stats() function 579 .comp_stat = z_comp_stats, 586 .decomp_stat = z_comp_stats, 597 .comp_stat = z_comp_stats, 604 .decomp_stat = z_comp_stats,
|
/kernel/linux/linux-6.6/drivers/net/ppp/ |
H A D | ppp_deflate.c | 54 static void z_comp_stats(void *state, struct compstat *stats); 261 * z_comp_stats - return compression statistics for a compressor 266 static void z_comp_stats(void *arg, struct compstat *stats) in z_comp_stats() function 578 .comp_stat = z_comp_stats, 585 .decomp_stat = z_comp_stats, 596 .comp_stat = z_comp_stats, 603 .decomp_stat = z_comp_stats,
|
Completed in 2 milliseconds