| /linux/mm/ |
| H A D | page_io.c | 79 int generic_swapfile_activate(struct swap_info_struct *sis, in generic_swapfile_activate() argument 106 page_no < sis->max) { in generic_swapfile_activate() 152 ret = add_swap_extent(sis, page_no, 1, first_block); in generic_swapfile_activate() 165 sis->max = page_no; in generic_swapfile_activate() 166 sis->pages = page_no - 1; in generic_swapfile_activate() 396 struct swap_info_struct *sis = __swap_entry_to_info(folio->swap); in swap_writepage_fs() local 397 struct file *swap_file = sis->swap_file; in swap_writepage_fs() 430 struct swap_info_struct *sis) in swap_writepage_bdev_sync() argument 435 bio_init(&bio, sis->bdev, &bv, 1, REQ_OP_WRITE | REQ_SWAP); in swap_writepage_bdev_sync() 450 struct swap_info_struct *sis) in swap_writepage_bdev_async() argument [all …]
|
| /linux/fs/iomap/ |
| H A D | swapfile.c | 13 struct swap_info_struct *sis; member 37 if (unlikely(isi->nr_pages >= isi->sis->max)) in iomap_swapfile_add_extent() 39 max_pages = isi->sis->max - isi->nr_pages; in iomap_swapfile_add_extent() 69 error = add_swap_extent(isi->sis, isi->nr_pages, nr_pages, first_ppage); in iomap_swapfile_add_extent() 116 if (iomap->bdev != isi->sis->bdev) in iomap_swapfile_iter() 140 int iomap_swapfile_activate(struct swap_info_struct *sis, in iomap_swapfile_activate() argument 152 .sis = sis, in iomap_swapfile_activate() 188 sis->max = isi.nr_pages; in iomap_swapfile_activate() 189 sis->pages = isi.nr_pages - 1; in iomap_swapfile_activate()
|
| /linux/sound/soc/fsl/ |
| H A D | fsl_spdif.c | 347 u32 sis; in spdif_isr() local 349 sis = spdif_intr_status_clear(spdif_priv); in spdif_isr() 351 if (sis & INT_DPLL_LOCKED) in spdif_isr() 354 if (sis & INT_TXFIFO_UNOV) in spdif_isr() 357 if (sis & INT_TXFIFO_RESYNC) in spdif_isr() 360 if (sis & INT_CNEW) in spdif_isr() 363 if (sis & INT_VAL_NOGOOD) in spdif_isr() 366 if (sis & INT_SYM_ERR) in spdif_isr() 369 if (sis & INT_BIT_ERR) in spdif_isr() 372 if (sis in spdif_isr() [all...] |
| /linux/Documentation/devicetree/bindings/input/touchscreen/ |
| H A D | sis_i2c.txt | 4 - compatible: must be "sis,9200-ts" 23 compatible = "sis,9200-ts";
|
| /linux/fs/ntfs/ |
| H A D | aops.c | 286 static int ntfs_swap_activate(struct swap_info_struct *sis, in ntfs_swap_activate() argument 289 return iomap_swapfile_activate(sis, swap_file, span, in ntfs_swap_activate()
|
| /linux/drivers/char/agp/ |
| H A D | Makefile | 15 obj-$(CONFIG_AGP_SIS) += sis-agp.o
|
| /linux/fs/xfs/ |
| H A D | xfs_aops.c | 818 struct swap_info_struct *sis, in xfs_vm_swap_activate() argument 856 sis->bdev = xfs_inode_buftarg(ip)->bt_bdev; in xfs_vm_swap_activate() 858 return iomap_swapfile_activate(sis, swap_file, span, in xfs_vm_swap_activate()
|
| /linux/drivers/net/ethernet/ |
| H A D | Makefile | 86 obj-$(CONFIG_NET_VENDOR_SIS) += sis/
|
| H A D | Kconfig | 173 source "drivers/net/ethernet/sis/Kconfig"
|
| /linux/include/linux/ |
| H A D | iomap.h | 754 int iomap_swapfile_activate(struct swap_info_struct *sis, 758 # define iomap_swapfile_activate(sis, swapfile, pagespan, ops) (-EIO) argument
|
| H A D | fs.h | 438 int (*swap_activate)(struct swap_info_struct *sis, struct file *file,
|
| /linux/Documentation/fb/ |
| H A D | sisfb.rst | 115 driver but the dedicated "sis" X driver. The "sis" X driver and sisfb are
|
| /linux/fs/smb/client/ |
| H A D | file.c | 3408 static int cifs_swap_activate(struct swap_info_struct *sis, in cifs_swap_activate() argument 3430 *span = sis->pages; in cifs_swap_activate() 3450 sis->flags |= SWP_FS_OPS; in cifs_swap_activate() 3451 return add_swap_extent(sis, 0, sis->max, 0); in cifs_swap_activate()
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-sriox-defs.h | 731 uint64_t sis:1; member 749 uint64_t sis:1;
|
| /linux/fs/btrfs/ |
| H A D | inode.c | 10250 static int btrfs_add_swap_extent(struct swap_info_struct *sis, in btrfs_add_swap_extent() argument 10263 if (bsi->nr_pages >= sis->max) in btrfs_add_swap_extent() 10266 max_pages = sis->max - bsi->nr_pages; in btrfs_add_swap_extent() 10283 ret = add_swap_extent(sis, bsi->nr_pages, nr_pages, first_ppage); in btrfs_add_swap_extent() 10299 static int btrfs_swap_activate(struct swap_info_struct *sis, struct file *file, in btrfs_swap_activate() argument 10578 ret = btrfs_add_swap_extent(sis, &bsi); in btrfs_swap_activate() 10596 ret = btrfs_add_swap_extent(sis, &bsi); in btrfs_swap_activate() 10627 sis->bdev = device->bdev; in btrfs_swap_activate() 10629 sis->max = bsi.nr_pages; in btrfs_swap_activate() 10630 sis->pages = bsi.nr_pages - 1; in btrfs_swap_activate() [all …]
|
| /linux/fs/ext4/ |
| H A D | inode.c | 3941 static int ext4_iomap_swap_activate(struct swap_info_struct *sis, in ext4_iomap_swap_activate() argument 3944 return iomap_swapfile_activate(sis, file, span, in ext4_iomap_swap_activate()
|
| /linux/ |
| H A D | MAINTAINERS | 25034 F: drivers/net/ethernet/sis/sis190.c 25041 F: drivers/net/ethernet/sis/sis900.* 25046 F: drivers/video/fbdev/sis/
|