Searched refs:sects (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | mca_drv.c | 232 int sects; in mca_make_slidx() local 258 for (ercd_pos = sizeof(sal_log_record_header_t), sects = 0; in mca_make_slidx() 259 ercd_pos < record_len; ercd_pos += sp->len, sects++) { in mca_make_slidx() 299 slidx->n_sections = sects; in mca_make_slidx()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | mca_drv.c | 232 int sects; in mca_make_slidx() local 258 for (ercd_pos = sizeof(sal_log_record_header_t), sects = 0; in mca_make_slidx() 259 ercd_pos < record_len; ercd_pos += sp->len, sects++) { in mca_make_slidx() 299 slidx->n_sections = sects; in mca_make_slidx()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pstore_blk.h | 15 * @sects: sectors count on buf 23 sector_t sects);
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | amiflop.c | 170 int sects; /* sectors per track */ member 847 for (scnt = 0;scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) { in amiga_read() 944 hdr.ord = unit[disk].dtype->sects * unit[disk].type->sect_mult - cnt; in putsec() 976 for (cnt = 0; cnt < unit[disk].dtype->sects * unit[disk].type->sect_mult; cnt++) in amiga_write() 1162 for (scnt=0; scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) { in dos_read() 1349 for(cnt = 0; cnt < unit[disk].dtype->sects * unit[disk].type->sect_mult; cnt++) in dos_write() 1472 track = block / (floppy->dtype->sects * floppy->type->sect_mult); in amiflop_rw_cur_segment() 1473 sector = block % (floppy->dtype->sects * floppy->type->sect_mult); in amiflop_rw_cur_segment() 1530 geo->sectors = unit[drive].dtype->sects * unit[drive].type->sect_mult; in fd_getgeo() 1568 p->dtype->sects * in fd_locked_ioctl() [all...] |
/kernel/linux/linux-6.6/drivers/block/ |
H A D | amiflop.c | 170 int sects; /* sectors per track */ member 847 for (scnt = 0;scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) { in amiga_read() 944 hdr.ord = unit[disk].dtype->sects * unit[disk].type->sect_mult - cnt; in putsec() 976 for (cnt = 0; cnt < unit[disk].dtype->sects * unit[disk].type->sect_mult; cnt++) in amiga_write() 1162 for (scnt=0; scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) { in dos_read() 1349 for(cnt = 0; cnt < unit[disk].dtype->sects * unit[disk].type->sect_mult; cnt++) in dos_write() 1472 track = block / (floppy->dtype->sects * floppy->type->sect_mult); in amiflop_rw_cur_segment() 1473 sector = block % (floppy->dtype->sects * floppy->type->sect_mult); in amiflop_rw_cur_segment() 1530 geo->sectors = unit[drive].dtype->sects * unit[drive].type->sect_mult; in fd_getgeo() 1567 p->dtype->sects * in fd_locked_ioctl() [all...] |
/kernel/linux/linux-5.10/scripts/ |
H A D | kernel-doc | 1661 my @sects = split ' ', $sectcheck; 1667 foreach $sx (0 .. $#sects) { 1682 if ($prm_clean eq $sects[$sx]) { 1691 "'$sects[$sx]' " .
|
/kernel/linux/linux-6.6/scripts/ |
H A D | kernel-doc | 1624 my @sects = split ' ', $sectcheck; 1630 foreach $sx (0 .. $#sects) { 1645 if ($prm_clean eq $sects[$sx]) { 1654 "'$sects[$sx]' " .
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_flex_pipe.c | 3434 u16 sects; in ice_upd_prof_hw() local 3457 sects = xlt1 + xlt2 + tcam + es; in ice_upd_prof_hw() 3459 if (!sects) in ice_upd_prof_hw() 3467 status = ice_pkg_buf_reserve_section(b, sects); in ice_upd_prof_hw() 3501 if (!pkg_sects || pkg_sects != sects) { in ice_upd_prof_hw()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_flex_pipe.c | 2615 u16 sects; in ice_upd_prof_hw() local 2638 sects = xlt1 + xlt2 + tcam + es; in ice_upd_prof_hw() 2640 if (!sects) in ice_upd_prof_hw() 2648 status = ice_pkg_buf_reserve_section(b, sects); in ice_upd_prof_hw() 2682 if (!pkg_sects || pkg_sects != sects) { in ice_upd_prof_hw()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 2900 void *sects = obj->efile.reloc_sects; in bpf_object__elf_collect() local 2913 sects = libbpf_reallocarray(sects, nr_sects + 1, in bpf_object__elf_collect() 2915 if (!sects) in bpf_object__elf_collect() 2918 obj->efile.reloc_sects = sects; in bpf_object__elf_collect()
|
Completed in 35 milliseconds