#include <linux/kernel.h>#include <spldef.h>#include <internals.h>#include <linux/cache.h>Go to the source code of this file.
Classes | |
| struct | _myhead |
Functions | |
| void * | exe_lal_remove_first (void *listhead) |
| void | exe_lal_insert_first (void *packet, void *listhead) |
| void exe_lal_insert_first | ( | void * | packet, | |
| void * | listhead | |||
| ) |
Definition at line 28 of file look_aside_list.c.
References _myhead::hd_l_flink, and _myhead::hd_l_seq.
Referenced by exe_deallocate_pool(), and exe_std_deanonpgdsiz().
| void* exe_lal_remove_first | ( | void * | listhead | ) |
Definition at line 18 of file look_aside_list.c.
References _myhead::hd_l_flink, and _myhead::hd_l_seq.
Referenced by exe_allocate_pool(), exe_flushlists(), exe_std_alononpaged(), and exe_trim_pool_list().
1.5.5