Searched refs:num_sync (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/iio/imu/ |
D | adis16475.c | 131 u8 num_sync; member 912 .num_sync = ARRAY_SIZE(adis16475_sync_mode), 931 .num_sync = ARRAY_SIZE(adis16475_sync_mode), 950 .num_sync = ARRAY_SIZE(adis16475_sync_mode), 969 .num_sync = ARRAY_SIZE(adis16475_sync_mode), 988 .num_sync = ARRAY_SIZE(adis16475_sync_mode), 1008 .num_sync = ARRAY_SIZE(adis16475_sync_mode), 1028 .num_sync = ARRAY_SIZE(adis16475_sync_mode), 1048 .num_sync = ARRAY_SIZE(adis16475_sync_mode), 1067 .num_sync = ARRAY_SIZE(adis16475_sync_mode), [all …]
|
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_sync.c | 274 xe_sync_in_fence_get(struct xe_sync_entry *sync, int num_sync, in xe_sync_in_fence_get() argument 285 for (i = 0; i < num_sync; ++i) { in xe_sync_in_fence_get() 302 for (i = 0; i < num_sync; ++i) { in xe_sync_in_fence_get()
|
D | xe_sync.h | 31 xe_sync_in_fence_get(struct xe_sync_entry *sync, int num_sync,
|
/linux-6.12.1/fs/btrfs/ |
D | file.c | 1488 ssize_t num_written, num_sync; in btrfs_do_write_iter() local 1503 num_sync = encoded->len; in btrfs_do_write_iter() 1506 num_sync = num_written; in btrfs_do_write_iter() 1509 num_sync = num_written; in btrfs_do_write_iter() 1514 if (num_sync > 0) { in btrfs_do_write_iter() 1515 num_sync = generic_write_sync(iocb, num_sync); in btrfs_do_write_iter() 1516 if (num_sync < 0) in btrfs_do_write_iter() 1517 num_written = num_sync; in btrfs_do_write_iter()
|