Searched refs:it (Results 1 - 25 of 387) sorted by relevance

1234567891011>>

/linux-master/fs/erofs/
H A Dxattr.c31 struct erofs_xattr_iter it; local
57 * 1) it is not enough to contain erofs_xattr_ibody_header then
58 * ->xattr_isize should be 0 (it means no xattr);
59 * 2) it is just to contain erofs_xattr_ibody_header, which is on-disk
79 it.buf = __EROFS_BUF_INITIALIZER;
80 erofs_init_metabuf(&it.buf, sb);
81 it.pos = erofs_iloc(inode) + vi->inode_isize;
84 it.kaddr = erofs_bread(&it.buf, erofs_blknr(sb, it
180 erofs_xattr_copy_to_buffer(struct erofs_xattr_iter *it, unsigned int len) argument
203 erofs_listxattr_foreach(struct erofs_xattr_iter *it) argument
255 erofs_getxattr_foreach(struct erofs_xattr_iter *it) argument
320 erofs_xattr_iter_inline(struct erofs_xattr_iter *it, struct inode *inode, bool getxattr) argument
366 erofs_xattr_iter_shared(struct erofs_xattr_iter *it, struct inode *inode, bool getxattr) argument
398 struct erofs_xattr_iter it; local
440 struct erofs_xattr_iter it; local
[all...]
/linux-master/fs/smb/client/
H A Ddfs_cache.h45 void dfs_cache_noreq_update_tgthint(const char *path, const struct dfs_cache_tgt_iterator *it);
46 int dfs_cache_get_tgt_referral(const char *path, const struct dfs_cache_tgt_iterator *it,
48 int dfs_cache_get_tgt_share(char *path, const struct dfs_cache_tgt_iterator *it, char **share,
56 struct dfs_cache_tgt_iterator *it)
59 !it || list_is_last(&it->it_list, &tl->tl_list))
61 return list_next_entry(it, it_list);
76 struct dfs_cache_tgt_iterator *it, *nit; local
80 list_for_each_entry_safe(it, nit, &tl->tl_list, it_list) {
81 list_del(&it
55 dfs_cache_get_next_tgt(struct dfs_cache_tgt_list *tl, struct dfs_cache_tgt_iterator *it) argument
89 dfs_cache_get_tgt_name(const struct dfs_cache_tgt_iterator *it) argument
[all...]
/linux-master/drivers/usb/typec/mux/
H A Dit5205.c71 struct it5205 *it = typec_switch_get_drvdata(sw); local
75 regmap_update_bits(it->regmap, IT5205_REG_MUXCR,
79 regmap_update_bits(it->regmap, IT5205_REG_MUXCR,
85 regmap_write(it->regmap, IT5205_REG_MUXCR, 0);
94 struct it5205 *it = typec_mux_get_drvdata(mux); local
120 return regmap_update_bits(it->regmap, IT5205_REG_MUXCR,
126 struct it5205 *it = data; local
130 ret = regmap_read(it->regmap, IT5205_REG_ISR, &val);
135 dev_warn(&it->client->dev, "Overvoltage detected!\n");
138 regmap_update_bits(it
147 it5205_enable_ovp(struct it5205 *it) argument
177 struct it5205 *it; local
262 struct it5205 *it = i2c_get_clientdata(client); local
[all...]
/linux-master/arch/mips/fw/arc/
H A Dpromlib.c30 * IP22 boardcache is not compatible with board caches. Thus we disable it
42 O32_STATIC CHAR it; local
44 it = c;
47 ArcWrite(1, &it, 1, &cnt);
/linux-master/tools/testing/selftests/bpf/progs/
H A Diters_num.c142 struct bpf_iter_num it; local
144 res_invalid_range = bpf_iter_num_new(&it, 1, 0);
145 bpf_iter_num_destroy(&it);
156 struct bpf_iter_num it; local
158 res_max_range = 10 + bpf_iter_num_new(&it, 0, BPF_MAX_LOOPS);
159 bpf_iter_num_destroy(&it);
170 struct bpf_iter_num it; local
172 res_e2big_range = bpf_iter_num_new(&it, -1, BPF_MAX_LOOPS);
173 bpf_iter_num_destroy(&it);
184 struct bpf_iter_num it; local
204 struct bpf_iter_num it; local
226 struct bpf_iter_num it; local
[all...]
H A Diters.c35 struct bpf_iter_num it; local
40 bpf_iter_num_new(&it, 0, 1000);
41 while ((v = bpf_iter_num_next(&it))) {
44 bpf_iter_num_destroy(&it);
55 struct bpf_iter_num it; local
61 "r1 = %[it];" /* iterator state */
67 "r1 = %[it];"
73 "r1 = %[it];"
81 : [it]"r"(&it),
97 struct bpf_iter_num it; local
115 __attribute__((cleanup(bpf_iter_num_destroy))) struct bpf_iter_num it; local
133 struct bpf_iter_num it; local
181 struct bpf_iter_num it; local
201 struct bpf_iter_num it; local
224 struct bpf_iter_num it; local
267 struct bpf_iter_num it; local
292 struct bpf_iter_num it; local
336 struct bpf_iter_num it; local
662 fill(struct bpf_iter_num *it, int *arr, __u32 n, int mul) argument
674 sum(struct bpf_iter_num *it, int *arr, __u32 n) argument
693 struct bpf_iter_num it; local
[all...]
H A Diters_testmod_seq.c13 extern int bpf_iter_testmod_seq_new(struct bpf_iter_testmod_seq *it, s64 value, int cnt) __ksym;
14 extern s64 *bpf_iter_testmod_seq_next(struct bpf_iter_testmod_seq *it) __ksym;
15 extern void bpf_iter_testmod_seq_destroy(struct bpf_iter_testmod_seq *it) __ksym;
/linux-master/drivers/comedi/drivers/
H A Damplc_pc236.c25 * Subdevice 1 pretends to be a digital input device, but it always returns
39 static int pc236_attach(struct comedi_device *dev, struct comedi_devconfig *it) argument
48 ret = comedi_request_region(dev, it->options[0], 0x4);
52 return amplc_pc236_common_attach(dev, dev->iobase, it->options[1], 0);
H A Dni_labpc.c75 static int labpc_attach(struct comedi_device *dev, struct comedi_devconfig *it) argument
77 unsigned int irq = it->options[1];
78 unsigned int dma_chan = it->options[2];
81 ret = comedi_request_region(dev, it->options[0], 0x20);
H A Drti802.c68 static int rti802_attach(struct comedi_device *dev, struct comedi_devconfig *it) argument
75 ret = comedi_request_region(dev, it->options[0], 0x04);
101 devpriv->dac_coding[i] = (it->options[3 + 2 * i])
103 devpriv->range_type_list[i] = (it->options[2 + 2 * i])
H A Damplc_dio200.c25 * [1] - IRQ (optional, but commands won't work without it)
27 * Passing a zero for an option is the same as leaving it unspecified.
241 static int dio200_attach(struct comedi_device *dev, struct comedi_devconfig *it) argument
245 ret = comedi_request_region(dev, it->options[0], 0x20);
249 return amplc_dio200_common_attach(dev, it->options[1], 0);
/linux-master/arch/s390/kernel/
H A Drelocate_kernel.S36 tml %r5,0x1 # is it a destination page?
39 nill %r6,0xf000 # mask it out and...
42 tml %r5,0x2 # is it a indirection page?
45 lgr %r2,%r5 # move it into the right register,
48 tml %r5,0x4 # is it the done indicator?
49 je .source_test # NO! Well, then it should be the source indicator...
50 j .done # ok, lets finish it here...
52 tml %r5,0x8 # it should be a source indicator...
53 je .base # NO, ignore it...
/linux-master/include/linux/ceph/
H A Dmessenger.h89 * the provided buffer. Otherwise, it should be read into the cursor.
136 #define __ceph_bio_iter_advance_step(it, n, STEP) do { \
140 BUG_ON(!(it)->iter.bi_size); \
141 __cur_n = min((it)->iter.bi_size, __n); \
143 bio_advance_iter((it)->bio, &(it)->iter, __cur_n); \
144 if (!(it)->iter.bi_size && (it)->bio->bi_next) { \
146 (it)->bio = (it)
[all...]
/linux-master/arch/alpha/lib/
H A Ddbg_stackcheck.S25 1: stq $31, -8($31) # oops me, damn it.
/linux-master/tools/testing/selftests/riscv/hwprobe/
H A Dsys_hwprobe.S9 # handling, the caller can deal with it.
/linux-master/arch/arm64/kvm/hyp/
H A Daarch32.c66 unsigned long it; local
68 it = ((cpsr >> 8) & 0xFC) | ((cpsr >> 25) & 0x3);
70 /* it == 0 => unconditional. */
71 if (it == 0)
75 cond = (it >> 4);
/linux-master/tools/testing/selftests/sync/
H A Dsync_stress_consumer.c34 /* IMPORTANT NOTE: if you see this test failing on your system, it may be
91 * checks and erases it
108 int fence, merged, tmp, valid, it, i; local
114 for (it = 1; it <= iterations; it++) {
115 fence = sw_sync_fence_create(producer_timelines[0], "name", it);
118 "name", it);
140 ASSERT(test_data_mpsc.counter == n * it,
/linux-master/drivers/comedi/
H A Drange.c49 struct comedi_rangeinfo *it)
55 subd = (it->range_type >> 24) & 0xf;
56 chan = (it->range_type >> 16) & 0xff;
73 if (RANGE_LENGTH(it->range_type) != lr->length) {
76 RANGE_LENGTH(it->range_type),
77 lr->length, it->range_type);
81 if (copy_to_user(it->range_ptr, lr->range,
48 do_rangeinfo_ioctl(struct comedi_device *dev, struct comedi_rangeinfo *it) argument
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.c98 nvkm_vmm_trace(struct nvkm_vmm_iter *it, char *buf) argument
101 for (lvl = it->max; lvl >= 0; lvl--) {
102 if (lvl >= it->lvl)
103 buf += sprintf(buf, "%05x:", it->pte[lvl]);
120 nvkm_vmm_flush_mark(struct nvkm_vmm_iter *it) argument
122 it->flush = min(it->flush, it->max - it->lvl);
126 nvkm_vmm_flush(struct nvkm_vmm_iter *it) argument
138 nvkm_vmm_unref_pdes(struct nvkm_vmm_iter *it) argument
197 nvkm_vmm_unref_sptes(struct nvkm_vmm_iter *it, struct nvkm_vmm_pt *pgt, const struct nvkm_vmm_desc *desc, u32 ptei, u32 ptes) argument
258 nvkm_vmm_unref_ptes(struct nvkm_vmm_iter *it, bool pfn, u32 ptei, u32 ptes) argument
296 nvkm_vmm_ref_sptes(struct nvkm_vmm_iter *it, struct nvkm_vmm_pt *pgt, const struct nvkm_vmm_desc *desc, u32 ptei, u32 ptes) argument
364 nvkm_vmm_ref_ptes(struct nvkm_vmm_iter *it, bool pfn, u32 ptei, u32 ptes) argument
394 nvkm_vmm_sparse_unref_ptes(struct nvkm_vmm_iter *it, bool pfn, u32 ptei, u32 ptes) argument
406 nvkm_vmm_sparse_ref_ptes(struct nvkm_vmm_iter *it, bool pfn, u32 ptei, u32 ptes) argument
413 nvkm_vmm_ref_hwpt(struct nvkm_vmm_iter *it, struct nvkm_vmm_pt *pgd, u32 pdei) argument
484 nvkm_vmm_ref_swpt(struct nvkm_vmm_iter *it, struct nvkm_vmm_pt *pgd, u32 pdei) argument
508 struct nvkm_vmm_iter it; local
1915 nvkm_vmm_boot_ptes(struct nvkm_vmm_iter *it, bool pfn, u32 ptei, u32 ptes) argument
[all...]
/linux-master/arch/arm/include/asm/
H A Dptrace.h187 unsigned long it = cpsr & mask; local
188 it <<= 1;
189 it |= it >> (27 - 10); /* Carry ITSTATE<2> to correct place */
190 it &= mask;
192 cpsr |= it;
/linux-master/arch/sh/lib/
H A Dmemmove.S17 ! if dest > src, call memcpy (it copies in decreasing order)
33 bt/s 8f ! if it's too small, copy a byte at once
/linux-master/drivers/of/
H A Dbase.c246 * of_node_put() will be called on it
249 * of_node_put() on it when done.
547 * of_node_put() on it when done.
568 * This is like of_get_parent() except that it drops the
569 * refcount on the passed node, making it suitable for iterating
573 * of_node_put() on it when done.
614 * it when done. Returns NULL when prev is the last child. Decrements the
658 * This function is like of_get_next_child(), except that it
673 * This function is like of_get_next_child(), except that it
691 * on it whe
1158 of_phandle_iterator_init(struct of_phandle_iterator *it, const struct device_node *np, const char *list_name, const char *cells_name, int cell_count) argument
1191 of_phandle_iterator_next(struct of_phandle_iterator *it) argument
1276 of_phandle_iterator_args(struct of_phandle_iterator *it, uint32_t *args, int size) argument
1299 struct of_phandle_iterator it; local
1552 struct of_phandle_iterator it; local
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_scheduler.h19 #define priolist_for_each_request(it, plist) \
20 list_for_each_entry(it, &(plist)->requests, sched.link)
22 #define priolist_for_each_request_consume(it, n, plist) \
23 list_for_each_entry_safe(it, n, &(plist)->requests, sched.link)
/linux-master/sound/firewire/dice/
H A Ddice-tcelectronic.c72 struct fw_csr_iterator it; local
77 fw_csr_iterator_init(&it, dice->unit->directory);
78 while (fw_csr_iterator_next(&it, &key, &val)) {
H A Ddice-presonus.c28 struct fw_csr_iterator it; local
33 fw_csr_iterator_init(&it, dice->unit->directory);
34 while (fw_csr_iterator_next(&it, &key, &val)) {

Completed in 245 milliseconds

1234567891011>>