HomeSort by relevance Sort by last modified time
    Searched full:resident (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/kernel-headers/original/asm-generic/
resource.h 22 # define RLIMIT_RSS 5 /* max resident set size */
  /external/kernel-headers/original/linux/
resource.h 26 long ru_maxrss; /* maximum resident set size */
shm.h 69 unsigned long shm_rss; /* total resident shm */
dmaengine.h 220 * Both @dest and @src must stay memory resident (kernel memory or locked
244 * Both @page/@offset and @kdata must stay memory resident (kernel memory or
270 * Both @dest_page/@dest_off and @src_page/@src_off must stay memory resident
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
resource.h 22 # define RLIMIT_RSS 5 /* max resident set size */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
resource.h 26 long ru_maxrss; /* maximum resident set size */
shm.h 68 unsigned long shm_rss; /* total resident shm */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
vlimit.h 53 /* Resident set size (bytes). */
vtimes.h 43 /* Maximum resident set size (text, data, and stack) (kilobytes). */
mman.h 103 be memory resident. */
109 /* Cause all currently mapped pages of the process to be memory resident
  /external/chromium/net/tools/flip_server/
ring_buffer.h 34 // This means: If the buffer size is increasing, all data that was resident
35 // in the buffer prior to this call will be resident after this call.
86 // here is expected to already be resident (as if it was Written).
buffer_interface.h 106 // already be resident (as if it was Written)
simple_buffer.cc 195 // already be resident (as if it was Written)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
resource.h 55 /* Largest resident set size, in bytes.
57 resident set size will be more likely to have physical memory
175 /* Maximum resident set size (in kilobytes). */
shm.h 102 unsigned long int shm_rss; /* total resident shm */
  /frameworks/base/core/jni/
android_database_SQLiteDebug.cpp 101 unsigned start = 0, size = 0, resident = 0; local
130 if (sscanf(line, "Rss: %d kB", &resident) != 1) return 0;
android_os_Debug.cpp 97 unsigned start = 0, size = 0, resident = 0, pss = 0; local
150 resident = temp;
  /external/bluetooth/glib/gmodule/
gmodule.h 70 /* make a module resident so g_module_close on it will be ignored */
  /external/chromium/base/
process_util.h 334 // Working Set (resident) memory usage broken down by
359 // Committed (resident + paged) memory usage broken down by
422 // the resident set size.
430 // Fills a CommittedKBytes with both resident and paged
433 // Fills a WorkingSetKBytes containing resident private and shared memory
  /external/bluetooth/glib/docs/reference/glib/
running.sgml 95 <term>resident-modules</term>
98 All modules loaded by GModule will be made resident. This can be useful
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd.h 122 bool iswl; /* Dongle-resident driver is wl */
123 ulong drv_version; /* Version of dongle-resident driver */
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osmemapi.c 81 DESCRIPTION: Allocates resident (nonpaged) system-space memory.
281 DESCRIPTION: Allocates resident (nonpaged) system-space memory for DMA operations.
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
osmemapi.c 81 DESCRIPTION: Allocates resident (nonpaged) system-space memory.
282 DESCRIPTION: Allocates resident (nonpaged) system-space memory for DMA operations.
  /external/expat/amiga/
expat_lib.c 98 static struct Resident __attribute__((used)) lib_res = {
  /hardware/ti/wlan/wl1271/utils/
mem.c 98 DESCRIPTION: Allocates resident (nonpaged) system-space memory.

Completed in 372 milliseconds

1 2 3