Home
last modified time | relevance | path

Searched refs:rotate (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/include/linux/
Drbtree_augmented.h42 void (*rotate)(struct rb_node *old, struct rb_node *new); member
63 __rb_insert_augmented(node, root, false, NULL, augment->rotate); in rb_insert_augmented()
72 newleft, &root->rb_leftmost, augment->rotate); in rb_insert_augmented_cached()
107 .rotate = rbname ## _rotate \
278 __rb_erase_color(rebalance, root, augment->rotate); in rb_erase_augmented()
289 __rb_erase_color(rebalance, &root->rb_root, augment->rotate); in rb_erase_augmented_cached()
Dfb.h637 extern int fb_prepare_logo(struct fb_info *fb_info, int rotate);
638 extern int fb_show_logo(struct fb_info *fb_info, int rotate);
/linux-4.19.296/fs/afs/
DMakefile24 rotate.o \
/linux-4.19.296/include/uapi/linux/
Dfb.h276 __u32 rotate; /* angle we rotate counter clockwise */ member
/linux-4.19.296/lib/
Drbtree.c447 .rotate = dummy_rotate
/linux-4.19.296/include/video/
Domapfb_dss.h744 int (*set_rotate)(struct omap_dss_device *dssdev, u8 rotate);
/linux-4.19.296/fs/ocfs2/
Dalloc.c3893 goto rotate; in ocfs2_insert_at_leaf()
3950 rotate: in ocfs2_insert_at_leaf()
4258 int ret, rotate = 0; in ocfs2_do_insert_extent() local
4293 rotate = 1; in ocfs2_do_insert_extent()
4315 if (rotate) { in ocfs2_do_insert_extent()