Home
last modified time | relevance | path

Searched defs:setsize (Results 1 – 10 of 10) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dae.c67 aeEventLoop *aeCreateEventLoop(int setsize) { in aeCreateEventLoop()
111 int aeResizeSetSize(aeEventLoop *eventLoop, int setsize) { in aeResizeSetSize()
H A Dae_select.c52 static int aeApiResize(aeEventLoop *eventLoop, int setsize) { in aeApiResize()
H A Dae_epoll.c58 static int aeApiResize(aeEventLoop *eventLoop, int setsize) { in aeApiResize()
H A Dae_kqueue.c60 static int aeApiResize(aeEventLoop *eventLoop, int setsize) { in aeApiResize()
H A Dae_ff_kqueue.c62 static int aeApiResize(aeEventLoop *eventLoop, int setsize) { in aeApiResize()
H A Dae_evport.c97 static int aeApiResize(aeEventLoop *eventLoop, int setsize) { in aeApiResize()
H A Dae.h99 int setsize; /* max number of file descriptors tracked */ member
/f-stack/freebsd/x86/x86/
H A Dnexus.c701 nexus_get_cpus(device_t dev, device_t child, enum cpu_sets op, size_t setsize, in nexus_get_cpus()
/f-stack/freebsd/kern/
H A Dsubr_bus.c4366 size_t setsize, cpuset_t *cpuset) in bus_generic_get_cpus()
5016 bus_get_cpus(device_t dev, enum cpu_sets op, size_t setsize, cpuset_t *cpuset) in bus_get_cpus()
5121 root_get_cpus(device_t dev, device_t child, enum cpu_sets op, size_t setsize, in root_get_cpus()
/f-stack/freebsd/vm/
H A Duma_core.c138 #define SLABZONE_SIZE(setsize) \ argument