HomeSort by: relevance | last modified time | path
    Searched refs:ddpstat_percpu (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netatalk/
ddp_private.h 38 extern percpu_t *ddpstat_percpu;
40 #define DDP_STATINC(x) _NET_STATINC(ddpstat_percpu, x)
ddp_usrreq.c 71 percpu_t *ddpstat_percpu; variable in typeref:typename:percpu_t *
605 ddpstat_percpu = percpu_alloc(sizeof(uint64_t) * DDP_NSTATS);
667 return (NETSTAT_SYSCTL(ddpstat_percpu, DDP_NSTATS));

Completed in 13 milliseconds