Home
last modified time | relevance | path

Searched refs:sect (Results 101 - 125 of 190) sorted by relevance

12345678

/kernel/linux/linux-6.6/block/partitions/
H A Defi.c247 Sector sect; in read_lba() local
248 unsigned char *data = read_part_sector(state, n++, &sect); in read_lba()
254 put_dev_sector(sect); in read_lba()
/kernel/linux/linux-6.6/drivers/block/
H A Dataflop.c747 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-5.10/drivers/md/
H A Draid10.c2156 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...]
H A Draid5-log.h34 extern bool r5c_big_stripe_cached(struct r5conf *conf, sector_t sect);
H A Draid5-cache.c193 * sect: align_bi->bi_iter.bi_sector or sh->sector
196 sector_t sect) in r5c_tree_index()
198 sector_div(sect, conf->chunk_sectors); in r5c_tree_index()
199 return sect; in r5c_tree_index()
862 static void r5l_append_flush_payload(struct r5l_log *log, sector_t sect) in r5l_append_flush_payload() argument
892 payload->flush_stripes[0] = cpu_to_le64(sect); in r5l_append_flush_payload()
1944 r5c_recovery_lookup_stripe(struct list_head *list, sector_t sect) in r5c_recovery_lookup_stripe() argument
1949 if (sh->sector == sect) in r5c_recovery_lookup_stripe()
2945 bool r5c_big_stripe_cached(struct r5conf *conf, sector_t sect) in r5c_big_stripe_cached() argument
2955 tree_index = r5c_tree_index(conf, sect); in r5c_big_stripe_cached()
195 r5c_tree_index(struct r5conf *conf, sector_t sect) r5c_tree_index() argument
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Draid10.c2546 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...]
H A Draid5-log.h31 bool r5c_big_stripe_cached(struct r5conf *conf, sector_t sect);
H A Draid5-cache.c193 * sect: align_bi->bi_iter.bi_sector or sh->sector
196 sector_t sect) in r5c_tree_index()
198 sector_div(sect, conf->chunk_sectors); in r5c_tree_index()
199 return sect; in r5c_tree_index()
861 static void r5l_append_flush_payload(struct r5l_log *log, sector_t sect) in r5l_append_flush_payload() argument
891 payload->flush_stripes[0] = cpu_to_le64(sect); in r5l_append_flush_payload()
1938 r5c_recovery_lookup_stripe(struct list_head *list, sector_t sect) in r5c_recovery_lookup_stripe() argument
1943 if (sh->sector == sect) in r5c_recovery_lookup_stripe()
2942 bool r5c_big_stripe_cached(struct r5conf *conf, sector_t sect) in r5c_big_stripe_cached() argument
2952 tree_index = r5c_tree_index(conf, sect); in r5c_big_stripe_cached()
195 r5c_tree_index(struct r5conf *conf, sector_t sect) r5c_tree_index() argument
[all...]
/kernel/linux/linux-5.10/drivers/ide/
H A Dide-probe.c58 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()
H A Dide-io.c167 tf->nsect = drive->sect; in ide_tf_set_specify_cmd()
168 tf->lbal = drive->sect; in ide_tf_set_specify_cmd()
177 tf->nsect = drive->sect; in ide_tf_set_restore_cmd()
/third_party/skia/src/core/
H A DSkRegion.cpp501 SkIRect sect; in intersects() local
502 if (!sect.intersect(fBounds, r)) { in intersects()
510 const RunType* scanline = fRunHead->findScanline(sect.fTop); in intersects()
512 if (scanline_intersects(scanline, sect.fLeft, sect.fRight)) { in intersects()
515 if (sect.fBottom <= scanline_bottom(scanline)) { in intersects()
/third_party/exfatprogs/fsck/
H A Dfsck.c302 void *sect; in boot_region_checksum() local
307 sect = malloc(sect_size); in boot_region_checksum()
308 if (!sect) in boot_region_checksum()
313 if (exfat_read(dev_fd, sect, sect_size, in boot_region_checksum()
320 boot_calc_checksum(sect, sect_size, i == 0, &checksum); in boot_region_checksum()
323 if (exfat_read(dev_fd, sect, sect_size, in boot_region_checksum()
332 if (le32_to_cpu(((__le32 *)sect)[i]) != checksum) { in boot_region_checksum()
334 le32_to_cpu(((__le32 *)sect)[i]), checksum); in boot_region_checksum()
340 free(sect); in boot_region_checksum()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c87 * @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...]
/kernel/linux/linux-5.10/arch/c6x/kernel/
H A Dvectors.S42 .sect ".vectors","ax"
/third_party/mesa3d/src/freedreno/decode/
H A Dpgmdump.c281 void *sect; in next_sect() local
289 sect = malloc(ALIGN(*sect_size, 4)); in next_sect()
290 memcpy(sect, state->buf, *sect_size); in next_sect()
295 return sect; in next_sect()
/third_party/FatFs/source/
H A Dff.h294 LBA_t sect; /* Sector number appearing in buf[] (0:invalid) */ member
318 LBA_t sect; /* Current sector (0:Read operation has terminated) */ member
492 UINT check_fs(FATFS *fs, QWORD sect);
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Drtas.c1682 struct pseries_errorlog *sect; in get_pseries_errorlog() local
1698 sect = (struct pseries_errorlog *)p; in get_pseries_errorlog()
1699 if (pseries_errorlog_id(sect) == section_id) in get_pseries_errorlog()
1700 return sect; in get_pseries_errorlog()
1701 p += pseries_errorlog_length(sect); in get_pseries_errorlog()
/third_party/python/Lib/
H A Dconfigparser.py493 sect = section
500 sect = path[0]
502 v = parser.get(sect, opt, raw=True)
511 self._interpolate_some(parser, opt, accum, v, sect,
512 dict(parser.items(sect, raw=True)),
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v7_0.c2522 const struct cs_section_def *sect = NULL; in gfx_v7_0_cp_gfx_start() local
2553 for (sect = adev->gfx.rlc.cs_data; sect->section != NULL; ++sect) { in gfx_v7_0_cp_gfx_start()
2554 for (ext = sect->section; ext->extent != NULL; ++ext) { in gfx_v7_0_cp_gfx_start()
2555 if (sect->id == SECT_CONTEXT) { in gfx_v7_0_cp_gfx_start()
3947 const struct cs_section_def *sect = NULL; in gfx_v7_0_get_csb_size() local
3958 for (sect = adev->gfx.rlc.cs_data; sect->section != NULL; ++sect) { in gfx_v7_0_get_csb_size()
3980 const struct cs_section_def *sect = NULL; gfx_v7_0_get_csb_buffer() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v7_0.c2454 const struct cs_section_def *sect = NULL; in gfx_v7_0_cp_gfx_start() local
2485 for (sect = adev->gfx.rlc.cs_data; sect->section != NULL; ++sect) { in gfx_v7_0_cp_gfx_start()
2486 for (ext = sect->section; ext->extent != NULL; ++ext) { in gfx_v7_0_cp_gfx_start()
2487 if (sect->id == SECT_CONTEXT) { in gfx_v7_0_cp_gfx_start()
3885 const struct cs_section_def *sect = NULL; in gfx_v7_0_get_csb_size() local
3896 for (sect = adev->gfx.rlc.cs_data; sect->section != NULL; ++sect) { in gfx_v7_0_get_csb_size()
3918 const struct cs_section_def *sect = NULL; gfx_v7_0_get_csb_buffer() local
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dfd.h16 sect, /* sectors per track */ member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dfd.h16 sect, /* sectors per track */ member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dfd.h24 unsigned int size, sect, head, track, stretch; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dfd.h24 unsigned int size, sect, head, track, stretch; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dfd.h12 sect, member

Completed in 50 milliseconds

12345678