Searched refs:UMA_ALIGNOF (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/sys/vm/ |
| D | uma.h | 299 #define UMA_ALIGNOF(type) (_Alignof(type) - 1) /* Alignment fit for 'type' */ macro
|
| /freebsd-10-stable/sys/kern/ |
| D | vfs_cache.c | 910 NULL, NULL, NULL, NULL, UMA_ALIGNOF(struct namecache), in nchinit() 914 NULL, NULL, NULL, NULL, UMA_ALIGNOF(struct namecache_ts), in nchinit() 918 NULL, NULL, NULL, NULL, UMA_ALIGNOF(struct namecache), in nchinit() 922 NULL, NULL, NULL, NULL, UMA_ALIGNOF(struct namecache_ts), in nchinit()
|