OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:carpstat_percpu
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/netinet/
ip_carp.c
159
static percpu_t *
carpstat_percpu
;
variable in typeref:typename:percpu_t *
161
#define CARP_STATINC(x) _NET_STATINC(
carpstat_percpu
, x)
837
carpstat_percpu
= percpu_alloc(sizeof(uint64_t) * CARP_NSTATS);
2425
return (NETSTAT_SYSCTL(
carpstat_percpu
, CARP_NSTATS));
Completed in 30 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025