Home
last modified time | relevance | path

Searched refs:align (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/powerpc/mm/
Dsubpage_prot.c140 unsigned long align; in test_anon() local
159 align = (unsigned long)mallocblock; in test_anon()
160 if (align & 0xffff) in test_anon()
161 align = (align | 0xffff) + 1; in test_anon()
163 mallocblock = (void *)align; in test_anon()
/tools/net/
Dbpf_exp.l36 %option align
/tools/vm/
Dslabinfo.c31 int aliases, align, cache_dma, cpu_slabs, destroy_by_rcu; member
551 s->align, s->objs_per_slab, onoff(s->trace), in report()
1200 slab->align = get_obj("align"); in read_slab_dir()