Home
last modified time | relevance | path

Searched refs:start (Results 15526 - 15550 of 18488) sorted by relevance

1...<<621622623624625626627628629630>>...740

/kernel/linux/linux-6.6/fs/nfs/
H A Dclient.c1199 .start = nfs_server_list_start,
1211 .start = nfs_volume_list_start,
1218 * set up the iterator to start reading from the server list and return the first item
1285 * set up the iterator to start reading from the volume list and return the first item
/kernel/linux/linux-6.6/fs/smb/client/
H A Dmisc.c581 start: in cifs_get_writer()
599 goto start; in cifs_get_writer()
/kernel/linux/linux-6.6/fs/overlayfs/
H A Dinode.c714 u64 start, u64 len) in ovl_fiemap()
727 err = realinode->i_op->fiemap(realinode, fieinfo, start, len); in ovl_fiemap()
713 ovl_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo, u64 start, u64 len) ovl_fiemap() argument
H A Dreaddir.c895 static int ovl_dir_fsync(struct file *file, loff_t start, loff_t end, in ovl_dir_fsync() argument
912 return vfs_fsync_range(realfile, start, end, datasync); in ovl_dir_fsync()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dubifs.h281 * struct ubifs_old_idx - index node obsoleted since last commit start.
325 * @endpt: end point (and therefore the start of empty space)
529 * straight away (i.e. before the next commit start or unmount), so either
714 * @start: where the (uncommitted) bud data starts
718 * @log_hash: the log hash from the commit start node up to this bud
722 int start; member
734 * @log_hash: the log hash from the commit start node up to this journal head
1082 * @old_idx: tree of index nodes obsoleted since the last commit start
1142 * (contains accurate new index size at end of TNC commit start)
1225 * previous commit start
[all...]
H A Dfile.c814 * @page: page from which to start bulk-read.
1313 int ubifs_fsync(struct file *file, loff_t start, loff_t end, int datasync) in ubifs_fsync() argument
1328 err = file_write_and_wait_range(file, start, end); in ubifs_fsync()
/kernel/linux/linux-6.6/include/linux/
H A Dperf_event.h232 * The period to start the next sample with.
277 * Common implementation detail of pmu::{start,commit,cancel}_txn
360 * Flags for ->add()/->del()/ ->start()/->stop(). There are
363 #define PERF_EF_START 0x01 /* start the counter when adding */
392 * returns !0. ->start() will be used to continue.
403 * ->start() with PERF_EF_RELOAD will reprogram the counter
406 void (*start) (struct perf_event *event, int flags); member
487 * state, so that preempting ->start()/->stop() callbacks does
514 * Runs as a part of filter sync sequence that is done in ->start()
557 * @action: filter/start/sto
586 unsigned long start; global() member
[all...]
H A Dfilter.h602 u64 start = sched_clock(); in __bpf_prog_run() local
609 u64_stats_add(&stats->nsecs, sched_clock() - start); in __bpf_prog_run()
H A Defi.h782 * @map: the start of efi memmap
794 * MUST use the returned size of the descriptor to find the start of each
835 * @start: starting kvirt address
841 static inline int efi_range_is_wc(unsigned long start, unsigned long len) in efi_range_is_wc() argument
846 unsigned long paddr = __pa(start + i); in efi_range_is_wc()
/kernel/linux/linux-6.6/include/linux/mlx5/
H A Ddriver.h603 /* start: alloc staff */
692 unsigned int start; member
701 u64 start[MAX_PIN_NUM]; member
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-sh-msiof.c619 /* start by setting frame bit */ in sh_msiof_spi_start()
709 dev_err(&p->pdev->dev, "failed to start hardware\n"); in sh_msiof_spi_txrx_once()
804 /* Now start DMA */ in sh_msiof_dma_once()
812 dev_err(&p->pdev->dev, "failed to start hardware\n"); in sh_msiof_dma_once()
1210 dma_tx_id, res->start + SITFDR); in sh_msiof_request_dma()
1215 dma_rx_id, res->start + SIRFDR); in sh_msiof_request_dma()
H A Dspi-rspi.c606 /* Now start DMA */ in rspi_dma_transfer()
1150 res->start); in rspi_request_dma()
1155 res->start); in rspi_request_dma()
H A Dspi-rockchip.c905 rs->dma_addr_tx = mem->start + ROCKCHIP_SPI_TXDR; in rockchip_spi_probe()
906 rs->dma_addr_rx = mem->start + ROCKCHIP_SPI_RXDR; in rockchip_spi_probe()
/kernel/linux/linux-6.6/drivers/staging/media/rkvdec/
H A Drkvdec.c565 if (desc->ops->start) { in rkvdec_start_streaming()
566 ret = desc->ops->start(ctx); in rkvdec_start_streaming()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dmxs-auart.c308 * Auto-baud start (auto-baud is running). Auto-baud run bit. This bit is
839 /* start the next DMA for RX. */ in dma_rx_callback()
1059 dev_err(s->dev, "We can not start up the DMA.\n"); in mxs_auart_settermios()
1613 s->port.mapbase = r->start; in mxs_auart_probe()
1614 s->port.membase = ioremap(r->start, resource_size(r)); in mxs_auart_probe()
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H A D8250_bcm7271.c379 /* always start with buffer 0 */ in start_rx_dma()
976 priv->regs[x] = devm_ioremap(dev, regs->start, in brcmuart_probe()
981 mapbase = regs->start; in brcmuart_probe()
/kernel/linux/linux-6.6/drivers/staging/sm750fb/
H A Dsm750.c847 info->cmap.start, info->cmap.len, in lynxfb_set_fbinfo()
858 info->cmap.start, info->cmap.len, in lynxfb_set_fbinfo()
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dtb.h454 * @start: Starts the domain
487 int (*start)(struct tb *tb); member
1040 struct tb_port *tb_next_port_on_path(struct tb_port *start, struct tb_port *end,
/kernel/linux/linux-6.6/drivers/usb/class/
H A Dcdc-wdm.c667 static int wdm_fsync(struct file *file, loff_t start, loff_t end, int datasync) in wdm_fsync() argument
916 .start = wdm_wwan_port_start,
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_scan.c811 * and if not ready, sent a START_STOP to start (maybe spin up) and in scsi_probe_lun()
815 * Ideally, start a device if explicitly asked to do so. This in scsi_probe_lun()
1006 * Some devices may not want to have a start command automatically in scsi_add_lun()
1367 * We have already scanned LUN 0, so start at LUN 1. Keep scanning in scsi_sequential_lun_scan()
1533 * the header, so start at 1 and go up to and including num_luns. in scsi_report_lun_scan()
1942 unsigned long start = jiffies; in do_scsi_scan_host() local
1946 while (!shost->hostt->scan_finished(shost, jiffies - start)) in do_scsi_scan_host()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Darkfb.c788 /* Set interlaced mode start/end register */ in arkfb_set_par()
1004 bus_reg.start = 0; in ark_pci_probe()
1011 par->state.vgabase = (void __iomem *) (unsigned long) vga_res.start; in ark_pci_probe()
H A Damba-clcd.c453 fb->fb.fix.mmio_start = fb->dev->res.start; in clcdfb_register()
655 /* TFT display, vert. comp. interrupt at the start of the back porch */ in clcdfb_of_init_tft_panel()
908 (unsigned long long)dev->res.start); in clcdfb_probe()
H A Datmel_lcdfb.c1104 info->fix.smem_start = map->start; in atmel_lcdfb_probe()
1133 info->fix.mmio_start = regs->start; in atmel_lcdfb_probe()
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dfbmem.c204 palette_cmap.start = 0; in fb_set_logocmap()
216 palette_cmap.start = 32 + i; in fb_set_logocmap()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxen-hcd.c1293 * start HC running
1399 .start = xenhcd_run,
1424 .start = xenhcd_run,

Completed in 56 milliseconds

1...<<621622623624625626627628629630>>...740