HomeSort by relevance Sort by last modified time
    Searched refs:hist_db (Results 1 - 3 of 3) sorted by null

  /external/iproute2/misc/
rtacct.c 77 static struct rtacct_data *hist_db; variable in typeref:struct:rtacct_data
195 if (hist_db) {
196 memcpy(&hist_db->val[realm*4], val, sizeof(*val)*4);
247 if (rval[k] < hist_db->val[realm*4+k])
250 rval[k] -= hist_db->val[realm*4+k];
256 if (hist_db) {
257 memcpy(&hist_db->val[realm*4], val, sizeof(*val)*4);
561 if (stb.st_size != sizeof(*hist_db))
562 if (write(fd, kern_db, sizeof(*hist_db)) < 0) {
567 hist_db = mmap(NULL, sizeof(*hist_db)
    [all...]
nstat.c 92 struct nstat_ent *hist_db; variable in typeref:struct:nstat_ent
301 h = hist_db;
348 h = hist_db;
698 hist_db = kern_db;
715 if (hist_db && source_mismatch) {
717 hist_db = NULL;
724 if (hist_db && info_source[0] && strcmp(info_source, "kernel")) {
726 hist_db = NULL;
738 if (ignore_history || hist_db == NULL)
ifstat.c 98 struct ifstat_ent *hist_db; variable in typeref:struct:ifstat_ent
311 h = hist_db;
551 h = hist_db;
984 hist_db = kern_db;
1001 if (hist_db && source_mismatch) {
1003 hist_db = NULL;
1010 if (hist_db && info_source[0] && strcmp(info_source, "kernel")) {
1012 hist_db = NULL;
1021 if (ignore_history || hist_db == NULL)

Completed in 972 milliseconds