HomeSort by: relevance | last modified time | path
    Searched defs:rss (Results 1 - 25 of 57) sorted by relevancy

1 2 3

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_procmaps_common.cc 163 } else if (internal_strncmp(pos, "Rss:", 4) == 0) {
165 uptr rss = ParseDecimal(&pos) * 1024; local in function:__sanitizer::GetMemoryProfile
166 cb(start, rss, file, stats, stats_size);
sanitizer_procmaps_common.cc 163 } else if (internal_strncmp(pos, "Rss:", 4) == 0) {
165 uptr rss = ParseDecimal(&pos) * 1024; local in function:__sanitizer::GetMemoryProfile
166 cb(start, rss, file, stats, stats_size);
sanitizer_procmaps_common.cc 163 } else if (internal_strncmp(pos, "Rss:", 4) == 0) {
165 uptr rss = ParseDecimal(&pos) * 1024; local in function:__sanitizer::GetMemoryProfile
166 cb(start, rss, file, stats, stats_size);
sanitizer_linux_libcdep.cc 618 // getrusage does not give us the current RSS, only the max RSS.
642 // We need the second number which is RSS in pages.
651 uptr rss = 0; local in function:__sanitizer::GetRSS
653 rss = rss * 10 + *pos++ - '0';
654 return rss * GetPageSizeCached();
sanitizer_linux_libcdep.cc 618 // getrusage does not give us the current RSS, only the max RSS.
642 // We need the second number which is RSS in pages.
651 uptr rss = 0; local in function:__sanitizer::GetRSS
653 rss = rss * 10 + *pos++ - '0';
654 return rss * GetPageSizeCached();
sanitizer_linux_libcdep.cc 618 // getrusage does not give us the current RSS, only the max RSS.
642 // We need the second number which is RSS in pages.
651 uptr rss = 0; local in function:__sanitizer::GetRSS
653 rss = rss * 10 + *pos++ - '0';
654 return rss * GetPageSizeCached();
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 74 size_t size = 0, rss = 0; local in function:__anone61b20c20110::GetRss
75 fscanf(f, "%zd %zd", &size, &rss);
77 return rss << 12; // rss is in pages.
85 Printf("RSS: %zdM\n", GetRss() >> 20);
sanitizer_allocator_testlib.cc 74 size_t size = 0, rss = 0; local in function:__anone61b20c20110::GetRss
75 fscanf(f, "%zd %zd", &size, &rss);
77 return rss << 12; // rss is in pages.
85 Printf("RSS: %zdM\n", GetRss() >> 20);
sanitizer_allocator_testlib.cc 74 size_t size = 0, rss = 0; local in function:__anone61b20c20110::GetRss
75 fscanf(f, "%zd %zd", &size, &rss);
77 return rss << 12; // rss is in pages.
85 Printf("RSS: %zdM\n", GetRss() >> 20);
  /src/usr.bin/systat/
ps.c 90 mvwaddstr(wnd, 0, 0, "USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND");
96 int i, k, y, vsz, rss; local in function:showps
122 rss = rss2int(pt[k].pt_kp);
134 user, pid, pctcpu, pctmem, vsz, rss, tty, state, start,
ps.c 90 mvwaddstr(wnd, 0, 0, "USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND");
96 int i, k, y, vsz, rss; local in function:showps
122 rss = rss2int(pt[k].pt_kp);
134 user, pid, pctcpu, pctmem, vsz, rss, tty, state, start,
ps.c 90 mvwaddstr(wnd, 0, 0, "USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND");
96 int i, k, y, vsz, rss; local in function:showps
122 rss = rss2int(pt[k].pt_kp);
134 user, pid, pctcpu, pctmem, vsz, rss, tty, state, start,
  /src/sys/dev/pci/igc/
igc_base.h 109 uint32_t rss; /* RSS hash */ member in union:igc_adv_rx_desc::__anon0ef01bb90508::__anon0ef01bb90608::__anon0ef01bb9090a
igc_base.h 109 uint32_t rss; /* RSS hash */ member in union:igc_adv_rx_desc::__anon0ef01bb90508::__anon0ef01bb90608::__anon0ef01bb9090a
igc_base.h 109 uint32_t rss; /* RSS hash */ member in union:igc_adv_rx_desc::__anon0ef01bb90508::__anon0ef01bb90608::__anon0ef01bb9090a
  /src/sys/dev/pci/cxgb/
cxgb_ioctl.h 153 uint8_t want_filter_id:1; /* report filter TID instead of RSS hash */
155 uint8_t rss:1; /* use RSS or specified qset */ member in struct:ch_filter
cxgb_main.c 172 u32 rss:1; member in struct:filter_info
990 * Sets up RSS to distribute packets to multiple receive queues. We
991 * configure the RSS CPU lookup table to distribute to the number of HW
994 * We always configure the RSS mapping for two ports since the mapping
1021 /* Calculate the reverse RSS map table */
cxgb_ioctl.h 153 uint8_t want_filter_id:1; /* report filter TID instead of RSS hash */
155 uint8_t rss:1; /* use RSS or specified qset */ member in struct:ch_filter
cxgb_main.c 172 u32 rss:1; member in struct:filter_info
990 * Sets up RSS to distribute packets to multiple receive queues. We
991 * configure the RSS CPU lookup table to distribute to the number of HW
994 * We always configure the RSS mapping for two ports since the mapping
1021 /* Calculate the reverse RSS map table */
cxgb_ioctl.h 153 uint8_t want_filter_id:1; /* report filter TID instead of RSS hash */
155 uint8_t rss:1; /* use RSS or specified qset */ member in struct:ch_filter
cxgb_main.c 172 u32 rss:1; member in struct:filter_info
990 * Sets up RSS to distribute packets to multiple receive queues. We
991 * configure the RSS CPU lookup table to distribute to the number of HW
994 * We always configure the RSS mapping for two ports since the mapping
1021 /* Calculate the reverse RSS map table */
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.cc 193 uptr rss = GetRSS(); local in function:__tsan::BackgroundThread
196 " RSS=%llu LAST=%llu LIMIT=%llu\n",
197 (u64)rss >> 20, (u64)last_rss >> 20, (u64)limit >> 20);
198 if (2 * rss > limit + last_rss) {
199 VPrintf(1, "ThreadSanitizer: flushing memory due to RSS\n");
201 rss = GetRSS();
202 VPrintf(1, "ThreadSanitizer: memory flushed RSS=%llu\n", (u64)rss>>20);
204 last_rss = rss;
tsan_rtl.cc 193 uptr rss = GetRSS(); local in function:__tsan::BackgroundThread
196 " RSS=%llu LAST=%llu LIMIT=%llu\n",
197 (u64)rss >> 20, (u64)last_rss >> 20, (u64)limit >> 20);
198 if (2 * rss > limit + last_rss) {
199 VPrintf(1, "ThreadSanitizer: flushing memory due to RSS\n");
201 rss = GetRSS();
202 VPrintf(1, "ThreadSanitizer: memory flushed RSS=%llu\n", (u64)rss>>20);
204 last_rss = rss;
tsan_rtl.cc 193 uptr rss = GetRSS(); local in function:__tsan::BackgroundThread
196 " RSS=%llu LAST=%llu LIMIT=%llu\n",
197 (u64)rss >> 20, (u64)last_rss >> 20, (u64)limit >> 20);
198 if (2 * rss > limit + last_rss) {
199 VPrintf(1, "ThreadSanitizer: flushing memory due to RSS\n");
201 rss = GetRSS();
202 VPrintf(1, "ThreadSanitizer: memory flushed RSS=%llu\n", (u64)rss>>20);
204 last_rss = rss;
  /src/sys/dev/pci/
if_vmxreg.h 150 uint32_t rss_hash:32; /* RSS hash value */
260 } rss, pm, plugin; member in struct:vmxnet3_driver_shared

Completed in 50 milliseconds

1 2 3