Home
last modified time | relevance | path

Searched refs:isactive (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/kvm/
H A Dmemslot_perf_test.c580 uint64_t *maxslots, bool isactive) in test_memslot_move_prepare()
592 if (isactive) { in test_memslot_move_prepare()
602 movetestgpa = movesrcgpa - (MEM_TEST_MOVE_SIZE / (isactive ? 2 : 1)); in test_memslot_move_prepare()
605 if (isactive) { in test_memslot_move_prepare()
579 test_memslot_move_prepare(struct vm_data * data,struct sync_area * sync,uint64_t * maxslots,bool isactive) test_memslot_move_prepare() argument
/linux/drivers/video/fbdev/
H A Datafb.c2347 static int do_fb_set_var(struct fb_var_screeninfo *var, int isactive) in do_fb_set_var() argument
2356 if (((var->activate & FB_ACTIVATE_MASK) == FB_ACTIVATE_NOW) && isactive) in do_fb_set_var()