Home
last modified time | relevance | path

Searched refs:actual_count (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/udl/
H A Dudl_modeset.c104 static u16 udl_lfsr16(u16 actual_count) in udl_lfsr16() argument
108 while (actual_count--) { in udl_lfsr16()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dfetch.py1498 actual_count = len(revs.splitlines())
1499 …self.assertEqual(expected_count, actual_count, msg='Object count `%d` is not the expected `%d`' % …
1632 actual_count = len(revs.splitlines())
1633 …self.assertEqual(expected_count, actual_count, msg='Object count `%d` is not the expected `%d`' % …
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dudlfb.c194 static u16 dlfb_lfsr16(u16 actual_count) in dlfb_lfsr16() argument
198 while (actual_count--) { in dlfb_lfsr16()
/OK3568_Linux_fs/kernel/drivers/media/usb/gspca/
H A Dtopro.c1075 int count, actual_count, ret; in bulk_w() local
1087 &actual_count, 500); in bulk_w()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dextent-tree.c1966 unsigned long actual_count = 0; in __btrfs_run_delayed_refs() local
1997 &actual_count); in __btrfs_run_delayed_refs()
2033 if (actual_count > 0) { in __btrfs_run_delayed_refs()