Searched refs:spinlock_cacheline_t (Results 1 - 13 of 13) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dsmplock.h11 extern spinlock_cacheline_t kernel_flag_cacheline;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dsmplock.h9 extern spinlock_cacheline_t kernel_flag_cacheline;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dsmplock.h9 extern spinlock_cacheline_t kernel_flag_cacheline;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dsmplock.h11 extern spinlock_cacheline_t kernel_flag_cacheline;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dspinlock.h149 } spinlock_cacheline_t __attribute__ ((aligned(SMP_CACHE_BYTES))); typedef in typeref:union:__anon11458
155 } spinlock_cacheline_t; typedef in typeref:struct:__anon11459
H A Dswap.h93 extern spinlock_cacheline_t pagecache_lock_cacheline;
162 extern spinlock_cacheline_t pagemap_lru_lock_cacheline;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dspinlock.h149 } spinlock_cacheline_t __attribute__ ((aligned(SMP_CACHE_BYTES))); typedef in typeref:union:__anon7044
155 } spinlock_cacheline_t; typedef in typeref:struct:__anon7045
H A Dswap.h93 extern spinlock_cacheline_t pagecache_lock_cacheline;
162 extern spinlock_cacheline_t pagemap_lru_lock_cacheline;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dsmp.c26 spinlock_cacheline_t kernel_flag_cacheline = {SPIN_LOCK_UNLOCKED};
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dsmp.c28 spinlock_cacheline_t kernel_flag_cacheline = {SPIN_LOCK_UNLOCKED};
/asus-wl-520gu-7.0.1.45/src/linux/linux/mm/
H A Dhighmem.c35 static spinlock_cacheline_t kmap_lock_cacheline = {SPIN_LOCK_UNLOCKED};
H A Dfilemap.c55 spinlock_cacheline_t pagecache_lock_cacheline = {SPIN_LOCK_UNLOCKED};
65 spinlock_cacheline_t pagemap_lru_lock_cacheline = {SPIN_LOCK_UNLOCKED};
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dbuffer.c76 static spinlock_cacheline_t lru_list_lock_cacheline = {SPIN_LOCK_UNLOCKED};

Completed in 152 milliseconds