gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:__aligned (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/pool.h - 15.0KB - 384 lines
249:         /* CPU layer. */
250:         pool_cache_cpu_t pc_cpu0 __aligned(CACHE_LINE_SIZE);
251:         void           *pc_cpus[MAXCPUS] __aligned(CACHE_LINE_SIZE);
More results from pool.h
bsd_source/t2ex/network/net/src_bsd/sys/sleepq.h - 6.8KB - 228 lines
66:                 kmutex_t      st_mutex;
67:                 sleepq_t      st_queue __aligned(32);
68:         } st_queues[SLEEPTAB_HASH_SIZE];