/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nv50_fbcon.c | 41 u32 colour; in nv50_fbcon_fillrect() local 46 colour = ((uint32_t *)info->pseudo_palette)[rect->color]; in nv50_fbcon_fillrect() 48 colour = rect->color; in nv50_fbcon_fillrect() 59 PUSH_MTHD(push, NV502D, SET_RENDER_SOLID_PRIM_COLOR, colour); in nv50_fbcon_fillrect()
|
H A D | nvc0_fbcon.c | 41 u32 colour; in nvc0_fbcon_fillrect() local 46 colour = ((uint32_t *)info->pseudo_palette)[rect->color]; in nvc0_fbcon_fillrect() 48 colour = rect->color; in nvc0_fbcon_fillrect() 59 PUSH_MTHD(push, NV902D, SET_RENDER_SOLID_PRIM_COLOR, colour); in nvc0_fbcon_fillrect()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | slab_def.h | 33 size_t colour; /* cache colouring range */ member 34 unsigned int colour_off; /* colour offset */
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | slab_def.h | 34 size_t colour; /* cache colouring range */ member 35 unsigned int colour_off; /* colour offset */
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | balloc.c | 948 ext4_grpblk_t colour; in ext4_inode_to_goal_block() local 972 * colour into account. in ext4_inode_to_goal_block() 978 colour = (task_pid_nr(current) % 16) * in ext4_inode_to_goal_block() 981 colour = (task_pid_nr(current) % 16) * in ext4_inode_to_goal_block() 983 return bg_start + colour; in ext4_inode_to_goal_block()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | balloc.c | 958 ext4_grpblk_t colour; in ext4_inode_to_goal_block() local 982 * colour into account. in ext4_inode_to_goal_block() 988 colour = (task_pid_nr(current) % 16) * in ext4_inode_to_goal_block() 991 colour = (task_pid_nr(current) % 16) * in ext4_inode_to_goal_block() 993 return bg_start + colour; in ext4_inode_to_goal_block()
|
/kernel/linux/linux-5.10/drivers/media/pci/meye/ |
H A D | meye.h | 305 u16 colour; member
|
H A D | meye.c | 1066 meye.colour = ctrl->val << 10; in meye_s_ctrl()
|
/kernel/linux/linux-6.6/fs/ext2/ |
H A D | inode.c | 286 * In the latter case we colour the starting block by the callers PID to 300 ext2_fsblk_t colour; in ext2_find_near() local 316 colour = (current->pid % 16) * in ext2_find_near() 318 return bg_start + colour; in ext2_find_near()
|
/kernel/linux/linux-5.10/fs/ext2/ |
H A D | inode.c | 286 * In the latter case we colour the starting block by the callers PID to 300 ext2_fsblk_t colour; in ext2_find_near() local 316 colour = (current->pid % 16) * in ext2_find_near() 318 return bg_start + colour; in ext2_find_near()
|
/kernel/linux/linux-5.10/mm/ |
H A D | slab.c | 1842 cachep->colour = left / cachep->colour_off; in set_objfreelist_slab_cache() 1876 cachep->colour = left / cachep->colour_off; in set_off_slab_cache() 1892 cachep->colour = left / cachep->colour_off; in set_on_slab_cache() 2598 /* Get colour for the slab, and cal the next value. */ in cache_grow_begin() 2600 if (n->colour_next >= cachep->colour) in cache_grow_begin() 2604 if (offset >= cachep->colour) in cache_grow_begin()
|
/kernel/linux/linux-6.6/mm/ |
H A D | slab.c | 1831 cachep->colour = left / cachep->colour_off; in set_objfreelist_slab_cache() 1865 cachep->colour = left / cachep->colour_off; in set_off_slab_cache() 1881 cachep->colour = left / cachep->colour_off; in set_on_slab_cache() 2557 /* Get colour for the slab, and cal the next value. */ in cache_grow_begin() 2559 if (n->colour_next >= cachep->colour) in cache_grow_begin() 2563 if (offset >= cachep->colour) in cache_grow_begin()
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 1231 def __init__(self, colour): 1232 self.colour = colour 1461 colour = self.attrs.region_attributes[last.hregion.key].colour 1465 painter.setPen(colour) 1468 painter.fillRect(x0, self.graph_height - y0, width, self.graph_height - 1, colour) 1779 colour = QColor(255, 255, 0, 32) 1780 painter.fillRect(0, 0, self.width, self.height, colour) 1956 return self.region_attributes[child.key].colour [all...] |
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 1232 def __init__(self, colour): 1233 self.colour = colour 1462 colour = self.attrs.region_attributes[last.hregion.key].colour 1466 painter.setPen(colour) 1469 painter.fillRect(x0, self.graph_height - y0, width, self.graph_height - 1, colour) 1780 colour = QColor(255, 255, 0, 32) 1781 painter.fillRect(0, 0, self.width, self.height, colour) 1957 return self.region_attributes[child.key].colour [all...] |