Searched refs:SOF_STAT_ADD (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c251 SOF_STAT_ADD(inst, tot_active_attach, 1);
268 SOF_STAT_ADD(inst, attach_failures, 1);
463 SOF_STAT_ADD(inst, tot_passive_attach, 1);
479 SOF_STAT_ADD(inst, ndeferred, 1);
483 SOF_STAT_ADD(inst, attach_failures, 1);
553 SOF_STAT_ADD(inst, tot_active_attach, 1);
565 SOF_STAT_ADD(inst, attach_failures, 1);
794 SOF_STAT_ADD(inst, ndeferred, -1);
1531 SOF_STAT_ADD(inst, ndeferred, -1);
H A Dsockfilter_impl.h128 #define SOF_STAT_ADD(i, s, v) \ macro

Completed in 61 milliseconds