/kernel/linux/linux-6.6/fs/nfs/ |
H A D | client.c | 1199 .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 D | misc.c | 581 start: in cifs_get_writer() 599 goto start; in cifs_get_writer()
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | inode.c | 714 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 D | readdir.c | 895 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 D | ubifs.h | 281 * 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 D | file.c | 814 * @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 D | perf_event.h | 232 * 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 D | filter.h | 602 u64 start = sched_clock(); in __bpf_prog_run() local 609 u64_stats_add(&stats->nsecs, sched_clock() - start); in __bpf_prog_run()
|
H A D | efi.h | 782 * @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 D | driver.h | 603 /* start: alloc staff */ 692 unsigned int start; member 701 u64 start[MAX_PIN_NUM]; member
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-sh-msiof.c | 619 /* 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 D | spi-rspi.c | 606 /* Now start DMA */ in rspi_dma_transfer() 1150 res->start); in rspi_request_dma() 1155 res->start); in rspi_request_dma()
|
H A D | spi-rockchip.c | 905 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 D | rkvdec.c | 565 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 D | mxs-auart.c | 308 * 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 D | 8250_bcm7271.c | 379 /* 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 D | sm750.c | 847 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 D | tb.h | 454 * @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 D | cdc-wdm.c | 667 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 D | scsi_scan.c | 811 * 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 D | arkfb.c | 788 /* 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 D | amba-clcd.c | 453 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 D | atmel_lcdfb.c | 1104 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 D | fbmem.c | 204 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 D | xen-hcd.c | 1293 * start HC running 1399 .start = xenhcd_run, 1424 .start = xenhcd_run,
|