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
200 if (hist_db) {
201 memcpy(&hist_db->val[realm*4], val, sizeof(*val)*4);
258 if (rval[k] < hist_db->val[realm*4+k])
261 rval[k] -= hist_db->val[realm*4+k];
267 if (hist_db) {
268 memcpy(&hist_db->val[realm*4], val, sizeof(*val)*4);
564 if (stb.st_size != sizeof(*hist_db))
565 if (write(fd, kern_db, sizeof(*hist_db)) < 0) {
570 hist_db = mmap(NULL, sizeof(*hist_db)
    [all...]
nstat.c 86 struct nstat_ent *hist_db; variable in typeref:struct:nstat_ent
279 h = hist_db;
321 h = hist_db;
659 hist_db = kern_db;
670 if (hist_db && source_mismatch) {
672 hist_db = NULL;
678 if (hist_db && info_source[0] && strcmp(info_source, "kernel")) {
680 hist_db = NULL;
691 if (ignore_history || hist_db == NULL)
ifstat.c 94 struct ifstat_ent *hist_db; variable in typeref:struct:ifstat_ent
246 h = hist_db;
475 h = hist_db;
829 hist_db = kern_db;
840 if (hist_db && source_mismatch) {
842 hist_db = NULL;
848 if (hist_db && info_source[0] && strcmp(info_source, "kernel")) {
850 hist_db = NULL;
859 if (ignore_history || hist_db == NULL)

Completed in 45 milliseconds