Lines Matching full:these
25 * loading. These statistics are useful to allow us to improve production
47 * If a failure occurs after these three different allocations only one
55 * memory allocations when possible. These module debugging statistics help
79 * All virtual memory allocated to these failed modules will be freed with
122 * uses vmalloc(). These should typically not happen unless your system is
126 * These typically should not happen unless your system is under memory
130 * promote it to be processed to be added to our @modules linked list. These
140 * on layout_and_allocate() for modules already being processed. These
150 * freed bytes in kernel_read_file_from_fd() calls for these type of
151 * failures. These failures can occur because:
163 * * invalid_mod_bytes: these are the total number of bytes allocated and
178 * These really should not happen unless your compression / decompression
185 * private space for our module using layout_and_allocate(). These failures
189 * These failures are good signs the kernel or userspace is doing something
190 * seriously stupid or that could be improved. We should strive to fix these,