Home
last modified time | relevance | path

Searched refs:nrz (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/block/
Dblk-zoned.c126 unsigned int z = 0, n, nrz = *nr_zones; in blk_report_zones() local
130 while (z < nrz && sector < capacity) { in blk_report_zones()
131 n = nrz - z; in blk_report_zones()
167 unsigned int i, nrz; in blkdev_report_zones() local
186 nrz = min(*nr_zones, in blkdev_report_zones()
189 zones, &nrz); in blkdev_report_zones()
193 for (i = 0; i < nrz; i++) { in blkdev_report_zones()
418 size_t nrz = min(*nr_zones, BLK_ZONED_REPORT_MAX_ZONES); in blk_alloc_zones() local
425 zones = kvcalloc(nrz, sizeof(struct blk_zone), GFP_KERNEL); in blk_alloc_zones()
431 *nr_zones = nrz; in blk_alloc_zones()
[all …]
/Linux-v5.4/drivers/block/
Dnull_blk_zoned.c74 unsigned int zno, nrz = 0; in null_zone_report() local
78 nrz = min_t(unsigned int, *nr_zones, dev->nr_zones - zno); in null_zone_report()
79 memcpy(zones, &dev->zones[zno], nrz * sizeof(struct blk_zone)); in null_zone_report()
82 *nr_zones = nrz; in null_zone_report()
/Linux-v5.4/drivers/scsi/
Dsd_zbc.c167 unsigned int i, nrz = *nr_zones; in sd_zbc_report_zones() local
176 buf = sd_zbc_alloc_report_buffer(sdkp, nrz, &buflen); in sd_zbc_report_zones()
185 nrz = min(nrz, get_unaligned_be32(&buf[0]) / 64); in sd_zbc_report_zones()
186 for (i = 0; i < nrz; i++) { in sd_zbc_report_zones()
192 *nr_zones = nrz; in sd_zbc_report_zones()
/Linux-v5.4/include/uapi/linux/
Dscc.h136 char nrz; /* NRZ instead of NRZI */ member
/Linux-v5.4/Documentation/networking/
Dgeneric-hdlc.txt65 nrz / nrzi / fm-mark / fm-space / manchester - sets transmission code
Dz8530drv.txt258 # nrz = DF9IC 9k6 MODEM
/Linux-v5.4/drivers/md/
Ddm.c1228 unsigned int nrz = *nr_zones; in dm_remap_zone_report() local
1237 for (i = 0; i < nrz; i++) { in dm_remap_zone_report()
1240 memset(zone, 0, sizeof(struct blk_zone) * (nrz - i)); in dm_remap_zone_report()
/Linux-v5.4/drivers/net/hamradio/
Dscc.c807 …wr(scc,R10,(scc->modem.nrz? NRZ : NRZI)|CRCPS|ABUNDER); /* abort on underrun, preset CRC generator… in init_channel()
2041 scc->modem.speed, scc->modem.nrz, in scc_net_seq_show()