Searched refs:set_size (Results 1 - 21 of 21) sorted by relevance

/linux-master/drivers/spi/
H A Dspi-realtek-rtl.c47 static void set_size(struct rtspi *rtspi, int size) function
68 set_size(rtspi, 4);
75 set_size(rtspi, 1);
82 set_size(rtspi, 4);
89 set_size(rtspi, 1);
/linux-master/kernel/irq/
H A Daffinity.c15 affd->set_size[0] = affvecs;
72 unsigned int this_vecs = affd->set_size[i];
/linux-master/drivers/scsi/csiostor/
H A Dcsio_isr.c487 affd->set_size[0] = nvecs;
493 affd->set_size[i] = nvecs / hw->num_pports;
/linux-master/drivers/mtd/nand/raw/
H A Dnand_hynix.c263 int set_size = nmodes * nregs; local
267 int set_offs = NAND_HYNIX_1XNM_RR_SET_OFFS(i, set_size, inv);
/linux-master/drivers/block/drbd/
H A Ddrbd_protocol.h267 u32 set_size; member in struct:p_barrier_ack
H A Ddrbd_main.c163 * @set_size: Expected number of requests before that barrier.
165 * In case the passed barrier_nr or set_size does not match the oldest
170 unsigned int set_size)
216 if (expect_size != set_size) {
218 barrier_nr, set_size, expect_size);
1313 void drbd_send_b_ack(struct drbd_connection *connection, u32 barrier_nr, u32 set_size) argument
1326 p->set_size = cpu_to_be32(set_size);
169 tl_release(struct drbd_connection *connection, unsigned int barrier_nr, unsigned int set_size) argument
H A Ddrbd_int.h1010 unsigned int set_size);
1028 u32 set_size);
H A Ddrbd_receiver.c5834 tl_release(connection, p->barrier, be32_to_cpu(p->set_size));
/linux-master/drivers/virtio/
H A Dvirtio_vdpa.c302 affd->set_size[0] = affvecs;
331 unsigned int this_vecs = affd->set_size[i];
/linux-master/arch/s390/kernel/
H A Dperf_cpum_cf.c1526 int set, set_size; local
1541 set_size = cpum_cf_read_setsize(set);
1543 space = cfset_cpuset_read(sp, set, set_size, space);
/linux-master/include/linux/
H A Dinterrupt.h282 * @set_size: Array holding the size of each interrupt set
292 unsigned int set_size[IRQ_AFFINITY_MAX_SETS]; member in struct:irq_affinity
/linux-master/fs/afs/
H A Dinode.c171 bool change_size = vp->set_size;
797 op->file[0].set_size = true;
H A Dinternal.h859 bool set_size:1; /* Must update i_size */ member in struct:afs_vnode_param
/linux-master/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c1307 void for_all_cpus_in_set(size_t set_size, cpu_set_t *cpu_set, int (func)(int)) argument
1312 if (CPU_ISSET_S(cpu_num, set_size, cpu_set))
/linux-master/drivers/net/ethernet/socionext/
H A Dsni_ave.c1013 unsigned int set_size)
1019 if (WARN_ON(set_size > 6))
1029 writel(GENMASK(31, set_size) & AVE_PFMBYTE_MASK0,
1010 ave_pfsel_set_macaddr(struct net_device *ndev, unsigned int entry, const unsigned char *mac_addr, unsigned int set_size) argument
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-video.c524 static void set_size(struct saa7134_dev *dev, int task, function
644 set_size(dev, TASK_A, dev->width, dev->height,
/linux-master/fs/smb/client/
H A Dcifsacl.c960 goto set_size;
1032 set_size:
/linux-master/drivers/iio/adc/
H A Dad4130.c566 unsigned int set_size = st->num_enabled_channels * data_reg_size; local
577 for (i = 0; i < transfer_len; i += set_size)
/linux-master/fs/udf/
H A Dinode.c1263 goto set_size;
1272 set_size:
/linux-master/drivers/nvme/host/
H A Dpci.c2206 affd->set_size[HCTX_TYPE_DEFAULT] = nrirqs - nr_read_queues;
2208 affd->set_size[HCTX_TYPE_READ] = nr_read_queues;
/linux-master/drivers/gpu/drm/
H A Ddrm_edid.c3484 goto set_size;
3531 set_size:

Completed in 670 milliseconds