Search | Google it | Results 1 - 2 of 2 for funcall:__aligned (0.00 seconds) |
249: /* CPU layer. */ 250: pool_cache_cpu_t pc_cpu0 __aligned(CACHE_LINE_SIZE); 251: void *pc_cpus[MAXCPUS] __aligned(CACHE_LINE_SIZE);
66: kmutex_t st_mutex; 67: sleepq_t st_queue __aligned(32); 68: } st_queues[SLEEPTAB_HASH_SIZE];