Home
last modified time | relevance | path

Searched refs:z_comp_free (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ppp/
H A Dppp_deflate.c38 static void z_comp_free(void *state);
57 * z_comp_free - free the memory used by a compressor
60 static void z_comp_free(void *arg) in z_comp_free() function
118 z_comp_free(state); in z_comp_alloc()
575 .comp_free = z_comp_free,
593 .comp_free = z_comp_free,
/kernel/linux/linux-6.6/drivers/net/ppp/
H A Dppp_deflate.c38 static void z_comp_free(void *state);
57 * z_comp_free - free the memory used by a compressor
60 static void z_comp_free(void *arg) in z_comp_free() function
118 z_comp_free(state); in z_comp_alloc()
574 .comp_free = z_comp_free,
592 .comp_free = z_comp_free,

Completed in 2 milliseconds