/kernel/linux/linux-6.6/kernel/module/ |
H A D | internal.h | 352 static inline bool sect_empty(const Elf_Shdr *sect) in sect_empty() argument 354 return !(sect->sh_flags & SHF_ALLOC) || sect->sh_size == 0; in sect_empty()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fd.h | 12 compat_uint_t sect; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fd.h | 12 compat_uint_t sect; member
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | rtas.h | 370 inline uint16_t pseries_errorlog_id(struct pseries_errorlog *sect) in pseries_errorlog_id() argument 372 return be16_to_cpu(sect->id); in pseries_errorlog_id() 376 inline uint16_t pseries_errorlog_length(struct pseries_errorlog *sect) in pseries_errorlog_length() argument 378 return be16_to_cpu(sect->length); in pseries_errorlog_length()
|
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | inftl.h | 42 int head,sect,cyl; member
|
H A D | nftl.h | 33 int head,sect,cyl; member
|
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | inftl.h | 42 int head,sect,cyl; member
|
H A D | nftl.h | 33 int head,sect,cyl; member
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | amiflop.c | 828 unsigned char sect; member 862 hdr.magic, hdr.track, hdr.sect, hdr.ord, in amiga_read() 879 raw = decode ((ulong *)(unit[drive].trackbuf + hdr.sect*512), in amiga_read() 881 csum = checksum((ulong *)(unit[drive].trackbuf + hdr.sect*512), 512); in amiga_read() 885 hdr.magic, hdr.track, hdr.sect, hdr.ord, scnt, in amiga_read() 888 ((ulong *)(unit[drive].trackbuf+hdr.sect*512))[0], in amiga_read() 889 ((ulong *)(unit[drive].trackbuf+hdr.sect*512))[1], in amiga_read() 890 ((ulong *)(unit[drive].trackbuf+hdr.sect*512))[2], in amiga_read() 891 ((ulong *)(unit[drive].trackbuf+hdr.sect*512))[3]); in amiga_read() 943 hdr.sect in putsec() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/alacritech/ |
H A D | slicoss.c | 1120 u32 sect; in slic_load_firmware() local 1173 for (sect = 0; sect < numsects; sect++) { in slic_load_firmware() 1174 unsigned int ssize = sectsize[sect] >> 3; in slic_load_firmware() 1176 base = sectstart[sect]; in slic_load_firmware() 1192 for (sect = 0; sect < numsects; sect++) { in slic_load_firmware() 1193 unsigned int ssize = sectsize[sect] >> in slic_load_firmware() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/alacritech/ |
H A D | slicoss.c | 1120 u32 sect; in slic_load_firmware() local 1173 for (sect = 0; sect < numsects; sect++) { in slic_load_firmware() 1174 unsigned int ssize = sectsize[sect] >> 3; in slic_load_firmware() 1176 base = sectstart[sect]; in slic_load_firmware() 1192 for (sect = 0; sect < numsects; sect++) { in slic_load_firmware() 1193 unsigned int ssize = sectsize[sect] >> in slic_load_firmware() [all...] |
/kernel/linux/linux-6.6/drivers/block/ |
H A D | amiflop.c | 828 unsigned char sect; member 862 hdr.magic, hdr.track, hdr.sect, hdr.ord, in amiga_read() 879 raw = decode ((ulong *)(unit[drive].trackbuf + hdr.sect*512), in amiga_read() 881 csum = checksum((ulong *)(unit[drive].trackbuf + hdr.sect*512), 512); in amiga_read() 885 hdr.magic, hdr.track, hdr.sect, hdr.ord, scnt, in amiga_read() 888 ((ulong *)(unit[drive].trackbuf+hdr.sect*512))[0], in amiga_read() 889 ((ulong *)(unit[drive].trackbuf+hdr.sect*512))[1], in amiga_read() 890 ((ulong *)(unit[drive].trackbuf+hdr.sect*512))[2], in amiga_read() 891 ((ulong *)(unit[drive].trackbuf+hdr.sect*512))[3]); in amiga_read() 943 hdr.sect in putsec() [all...] |
H A D | ataflop.c | 747 int sect, nsect; in do_format() local 789 for( sect = 0; sect < nsect; ++sect ) { in do_format() 795 *p++ = (nsect + sect - desc->sect_offset) % nsect + 1; in do_format() 1619 getprm.sect = dtp->spt; in fd_locked_ioctl() 1654 drive, setprm.size, setprm.sect, setprm.stretch); in fd_locked_ioctl() 1681 && dtp->spt == setprm.sect in fd_locked_ioctl() 1714 dtp->spt = setprm.sect; in fd_locked_ioctl() 1715 if (setprm.sect > 1 in fd_locked_ioctl() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/kmb/ |
H A D | kmb_dsi.c | 711 u8 frame_id, sect; in mipi_tx_init_cntrl() local 735 for (sect = 0; sect < MIPI_CTRL_VIRTUAL_CHANNELS; sect++) { in mipi_tx_init_cntrl() 736 if (!frame->sections[sect]) in mipi_tx_init_cntrl() 739 ret = mipi_tx_fg_section_cfg(kmb_dsi, frame_id, sect, in mipi_tx_init_cntrl() 740 frame->sections[sect], in mipi_tx_init_cntrl()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | rtas.c | 975 struct pseries_errorlog *sect; in get_pseries_errorlog() local 991 sect = (struct pseries_errorlog *)p; in get_pseries_errorlog() 992 if (pseries_errorlog_id(sect) == section_id) in get_pseries_errorlog() 993 return sect; in get_pseries_errorlog() 994 p += pseries_errorlog_length(sect); in get_pseries_errorlog()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v6_0.c | 2022 const struct cs_section_def *sect = NULL; in gfx_v6_0_cp_gfx_start() local 2057 for (sect = adev->gfx.rlc.cs_data; sect->section != NULL; ++sect) { in gfx_v6_0_cp_gfx_start() 2058 for (ext = sect->section; ext->extent != NULL; ++ext) { in gfx_v6_0_cp_gfx_start() 2059 if (sect->id == SECT_CONTEXT) { in gfx_v6_0_cp_gfx_start() 2844 const struct cs_section_def *sect = NULL; in gfx_v6_0_get_csb_size() local 2855 for (sect = adev->gfx.rlc.cs_data; sect->section != NULL; ++sect) { in gfx_v6_0_get_csb_size() 2877 const struct cs_section_def *sect = NULL; gfx_v6_0_get_csb_buffer() local [all...] |
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid1.c | 260 sector_t sect = r1_bio->sector; in put_buf() local 271 lower_barrier(conf, sect); in put_buf() 1975 sector_t sect = r1_bio->sector; in fix_sync_read_error() local 2007 if (sync_page_io(rdev, sect, s<<9, in fix_sync_read_error() 2034 if (!rdev_set_badblocks(rdev, sect, s, 0)) in fix_sync_read_error() 2047 sect += s; in fix_sync_read_error() 2061 if (r1_sync_page_io(rdev, sect, s, in fix_sync_read_error() 2076 if (r1_sync_page_io(rdev, sect, s, in fix_sync_read_error() 2082 sect += s; in fix_sync_read_error() 2231 sector_t sect, in in fix_read_error() 2230 fix_read_error(struct r1conf *conf, int read_disk, sector_t sect, int sectors) fix_read_error() argument [all...] |
H A D | raid10.c | 2156 sector_t sect = 0; in fix_recovery_read_error() local 2173 addr = r10_bio->devs[0].addr + sect, in fix_recovery_read_error() 2181 addr = r10_bio->devs[1].addr + sect; in fix_recovery_read_error() 2205 addr = r10_bio->devs[1].addr + sect; in fix_recovery_read_error() 2222 sect += s; in fix_recovery_read_error() 2338 int sect = 0; /* Offset from r10_bio->sector */ in fix_read_error() local 2389 is_badblock(rdev, r10_bio->devs[sl].addr + sect, s, in fix_read_error() 2395 sect, in fix_read_error() 2421 + sect, in fix_read_error() 2450 sect, in fix_read_error() 2970 sector_t sect = raid10_sync_request() local 3052 sector_t sect; raid10_sync_request() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v6_0.c | 1985 const struct cs_section_def *sect = NULL; in gfx_v6_0_cp_gfx_start() local 2020 for (sect = adev->gfx.rlc.cs_data; sect->section != NULL; ++sect) { in gfx_v6_0_cp_gfx_start() 2021 for (ext = sect->section; ext->extent != NULL; ++ext) { in gfx_v6_0_cp_gfx_start() 2022 if (sect->id == SECT_CONTEXT) { in gfx_v6_0_cp_gfx_start() 2808 const struct cs_section_def *sect = NULL; in gfx_v6_0_get_csb_size() local 2819 for (sect = adev->gfx.rlc.cs_data; sect->section != NULL; ++sect) { in gfx_v6_0_get_csb_size() 2841 const struct cs_section_def *sect = NULL; gfx_v6_0_get_csb_buffer() local [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid1.c | 264 sector_t sect = r1_bio->sector; in put_buf() local 275 lower_barrier(conf, sect); in put_buf() 2021 sector_t sect = r1_bio->sector; in fix_sync_read_error() local 2053 if (sync_page_io(rdev, sect, s<<9, in fix_sync_read_error() 2079 if (!rdev_set_badblocks(rdev, sect, s, 0)) in fix_sync_read_error() 2092 sect += s; in fix_sync_read_error() 2106 if (r1_sync_page_io(rdev, sect, s, in fix_sync_read_error() 2121 if (r1_sync_page_io(rdev, sect, s, in fix_sync_read_error() 2127 sect += s; in fix_sync_read_error() 2275 sector_t sect, in in fix_read_error() 2274 fix_read_error(struct r1conf *conf, int read_disk, sector_t sect, int sectors) fix_read_error() argument [all...] |
H A D | raid10.c | 2546 sector_t sect = 0; in fix_recovery_read_error() local 2563 addr = r10_bio->devs[0].addr + sect, in fix_recovery_read_error() 2571 addr = r10_bio->devs[1].addr + sect; in fix_recovery_read_error() 2595 addr = r10_bio->devs[1].addr + sect; in fix_recovery_read_error() 2612 sect += s; in fix_recovery_read_error() 2728 int sect = 0; /* Offset from r10_bio->sector */ in fix_read_error() local 2776 is_badblock(rdev, r10_bio->devs[sl].addr + sect, s, in fix_read_error() 2782 sect, in fix_read_error() 2808 + sect, in fix_read_error() 2835 sect, in fix_read_error() 3357 sector_t sect = raid10_sync_request() local 3452 sector_t sect; raid10_sync_request() local [all...] |
/kernel/linux/linux-5.10/block/partitions/ |
H A D | efi.c | 249 Sector sect; in read_lba() local 250 unsigned char *data = read_part_sector(state, n++, §); in read_lba() 256 put_dev_sector(sect); in read_lba()
|
/kernel/linux/linux-6.6/block/partitions/ |
H A D | efi.c | 247 Sector sect; in read_lba() local 248 unsigned char *data = read_part_sector(state, n++, §); in read_lba() 254 put_dev_sector(sect); in read_lba()
|
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | ide-probe.c | 58 id[ATA_ID_CUR_SECTORS] = id[ATA_ID_SECTORS] = drive->sect; in generic_id() 66 if (!drive->cyl || !drive->head || !drive->sect) { in ide_disk_init_chs() 69 drive->sect = drive->bios_sect = id[ATA_ID_SECTORS]; in ide_disk_init_chs() 76 drive->sect = id[ATA_ID_CUR_SECTORS]; in ide_disk_init_chs() 83 drive->sect = id[ATA_ID_SECTORS]; in ide_disk_init_chs() 505 drive->head, drive->sect); in probe_for_drive()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_flex_pipe.c | 87 * @sect: section type 92 static u32 ice_sect_id(enum ice_block blk, enum ice_sect sect) in ice_sect_id() argument 94 return ice_sect_lkup[blk][sect]; in ice_sect_id() 245 state->sect = ((u8 *)state->buf) + in ice_pkg_enum_section() 248 return state->sect; in ice_pkg_enum_section() 301 entry = state->handler(state->sect_type, state->sect, state->entry_idx, in ice_pkg_enum_entry() 309 entry = state->handler(state->sect_type, state->sect, in ice_pkg_enum_entry() 2715 void *sect; in ice_fill_tbl() local 2728 sect = ice_pkg_enum_section(hw->seg, &state, sid); in ice_fill_tbl() 2730 while (sect) { in ice_fill_tbl() [all...] |