Home
last modified time | relevance | path

Searched refs:log_start (Results 1 – 18 of 18) sorted by relevance

/linux-6.15/tools/testing/selftests/net/
H A Dfcnal-test.sh161 log_start() function
608 log_start
613 log_start
643 log_start
661 log_start
677 log_start
691 log_start
705 log_start
713 log_start
781 log_start
[all …]
/linux-6.15/drivers/accel/ivpu/
H A Divpu_fw_log.c98 u32 log_start = only_new_msgs ? READ_ONCE(log->read_index) : 0; in fw_log_print_buffer() local
102 if (log_end <= log_start) { in fw_log_print_buffer()
107 if (log_end > log_start) in fw_log_print_buffer()
108 log_start = log_end; in fw_log_print_buffer()
110 log_start = log_end; in fw_log_print_buffer()
114 if (log_end > log_start) { in fw_log_print_buffer()
115 fw_log_print_lines(log_data + log_start, log_end - log_start, p); in fw_log_print_buffer()
117 fw_log_print_lines(log_data + log_start, data_size - log_start, p); in fw_log_print_buffer()
/linux-6.15/fs/befs/
H A Dsuper.c47 befs_sb->log_start = fs64_to_cpu(sb, disk_sb->log_start); in befs_load_sb()
109 if (befs_sb->log_start != befs_sb->log_end || in befs_check_sb()
H A Dbefs.h52 befs_off_t log_start; member
H A Dbefs_fs_types.h134 fs64 log_start; member
H A Ddebug.c188 befs_debug(sb, " log_start %lld", fs64_to_cpu(sb, sup->log_start)); in befs_dump_super_block()
H A DChangeLog239 (super.c). Now we check to see if log_start and log_end differ. If so,
/linux-6.15/drivers/md/
H A Draid5-cache.c278 log->log_start); in r5l_has_free_space()
746 log->log_start = r5l_ring_add(log, log->log_start, BLOCK_SECTORS); in r5_reserve_log_entry()
756 if (log->log_start == 0) in r5_reserve_log_entry()
759 io->log_end = log->log_start; in r5_reserve_log_entry()
786 io->log_start = log->log_start; in r5l_new_meta()
966 sh->log_start = io->log_start; in r5l_log_stripe()
1167 new_cp = sh->log_start; in r5c_calculate_new_cp()
1853 sh->log_start = MaxSector; in r5l_recovery_reset_stripe()
2398 sh->log_start = ctx->pos; in r5c_recovery_rewrite_data_only_stripes()
2496 log->log_start = ctx->pos; in r5l_recovery_log()
[all …]
H A Draid5.h236 sector_t log_start; /* first meta block on the journal */ member
H A Draid5.c2368 sh->log_start = MaxSector; in alloc_stripe()
/linux-6.15/drivers/vfio/pci/pds/
H A Dvfio_dev.c111 .log_start = pds_vfio_dma_logging_start,
/linux-6.15/include/linux/
H A Dvfio.h242 int (*log_start)(struct vfio_device *device, member
/linux-6.15/drivers/s390/scsi/
H A Dzfcp_fsf.h323 u16 log_start; member
H A Dzfcp_dbf.c99 zfcp_dbf_pl_write(dbf, (char *)q_pref + q_head->log_start, in zfcp_dbf_hba_fsf_res()
/linux-6.15/drivers/vfio/pci/mlx5/
H A Dmain.c1347 .log_start = mlx5vf_start_page_tracker,
/linux-6.15/drivers/vfio/
H A Dvfio_main.c1115 ret = device->log_ops->log_start(device, &root, nnodes, in vfio_ioctl_device_feature_logging_start()
/linux-6.15/samples/vfio-mdev/
H A Dmtty.c1307 .log_start = mtty_log_start,
/linux-6.15/drivers/vfio/pci/
H A Dvfio_pci_core.c2134 if (vdev->vdev.log_ops && !(vdev->vdev.log_ops->log_start && in vfio_pci_core_register_device()