Home
last modified time | relevance | path

Searched refs:colour_off (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dslab_def.h35 unsigned int colour_off; /* colour offset */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dslab_def.h35 unsigned int colour_off; /* colour offset */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dslab_def.h35 unsigned int colour_off; /* colour offset */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/mm/
H A Dslab.c1844 cachep->colour = left / cachep->colour_off; in set_objfreelist_slab_cache()
1878 cachep->colour = left / cachep->colour_off; in set_off_slab_cache()
1894 cachep->colour = left / cachep->colour_off; in set_on_slab_cache()
1970 cachep->colour_off = cache_line_size(); in __kmem_cache_create()
1972 if (cachep->colour_off < cachep->align) in __kmem_cache_create()
1973 cachep->colour_off = cachep->align; in __kmem_cache_create()
2294 struct page *page, int colour_off, in alloc_slabmgmt() argument
2300 page->s_mem = addr + colour_off; in alloc_slabmgmt()
2609 offset *= cachep->colour_off; in cache_grow_begin()
/dports/multimedia/libv4l/linux-5.13-rc2/mm/
H A Dslab.c1844 cachep->colour = left / cachep->colour_off; in set_objfreelist_slab_cache()
1878 cachep->colour = left / cachep->colour_off; in set_off_slab_cache()
1894 cachep->colour = left / cachep->colour_off; in set_on_slab_cache()
1970 cachep->colour_off = cache_line_size(); in __kmem_cache_create()
1972 if (cachep->colour_off < cachep->align) in __kmem_cache_create()
1973 cachep->colour_off = cachep->align; in __kmem_cache_create()
2294 struct page *page, int colour_off, in alloc_slabmgmt() argument
2300 page->s_mem = addr + colour_off; in alloc_slabmgmt()
2609 offset *= cachep->colour_off; in cache_grow_begin()
/dports/multimedia/v4l-utils/linux-5.13-rc2/mm/
H A Dslab.c1844 cachep->colour = left / cachep->colour_off; in set_objfreelist_slab_cache()
1878 cachep->colour = left / cachep->colour_off; in set_off_slab_cache()
1894 cachep->colour = left / cachep->colour_off; in set_on_slab_cache()
1970 cachep->colour_off = cache_line_size(); in __kmem_cache_create()
1972 if (cachep->colour_off < cachep->align) in __kmem_cache_create()
1973 cachep->colour_off = cachep->align; in __kmem_cache_create()
2294 struct page *page, int colour_off, in alloc_slabmgmt() argument
2300 page->s_mem = addr + colour_off; in alloc_slabmgmt()
2609 offset *= cachep->colour_off; in cache_grow_begin()
/dports/games/omega/omega/
H A Domega.c340 colour_off();
H A Dcommand2.c664 colour_off(); in setoptions()
H A Dextern.h858 void colour_off ARGS((void));
H A Dscr.c1562 void colour_off() in colour_off() function