/kernel/linux/linux-5.10/fs/erofs/ |
D | xattr.c | 19 static inline void xattr_iter_end(struct xattr_iter *it, bool atomic) in xattr_iter_end() argument 23 kunmap(it->page); in xattr_iter_end() 25 kunmap_atomic(it->kaddr); in xattr_iter_end() 27 unlock_page(it->page); in xattr_iter_end() 28 put_page(it->page); in xattr_iter_end() 31 static inline void xattr_iter_end_final(struct xattr_iter *it) in xattr_iter_end_final() argument 33 if (!it->page) in xattr_iter_end_final() 36 xattr_iter_end(it, true); in xattr_iter_end_final() 42 struct xattr_iter it; in init_inode_xattrs() local 95 it.blkaddr = erofs_blknr(iloc(sbi, vi->nid) + vi->inode_isize); in init_inode_xattrs() [all …]
|
/kernel/linux/linux-5.10/fs/cifs/ |
D | dfs_cache.h | 40 const struct dfs_cache_tgt_iterator *it); 43 const struct dfs_cache_tgt_iterator *it); 45 const struct dfs_cache_tgt_iterator *it, 52 extern int dfs_cache_get_tgt_share(char *path, const struct dfs_cache_tgt_iterator *it, 57 struct dfs_cache_tgt_iterator *it) in dfs_cache_get_next_tgt() argument 59 if (!tl || list_empty(&tl->tl_list) || !it || in dfs_cache_get_next_tgt() 60 list_is_last(&it->it_list, &tl->tl_list)) in dfs_cache_get_next_tgt() 62 return list_next_entry(it, it_list); in dfs_cache_get_next_tgt() 77 struct dfs_cache_tgt_iterator *it, *nit; in dfs_cache_free_tgts() local 81 list_for_each_entry_safe(it, nit, &tl->tl_list, it_list) { in dfs_cache_free_tgts() [all …]
|
/kernel/linux/linux-5.10/include/linux/ceph/ |
D | messenger.h | 92 #define __ceph_bio_iter_advance_step(it, n, STEP) do { \ argument 96 BUG_ON(!(it)->iter.bi_size); \ 97 __cur_n = min((it)->iter.bi_size, __n); \ 99 bio_advance_iter((it)->bio, &(it)->iter, __cur_n); \ 100 if (!(it)->iter.bi_size && (it)->bio->bi_next) { \ 102 (it)->bio = (it)->bio->bi_next; \ 103 (it)->iter = (it)->bio->bi_iter; \ 112 #define ceph_bio_iter_advance(it, n) \ argument 113 __ceph_bio_iter_advance_step(it, n, 0) 118 #define ceph_bio_iter_advance_step(it, n, BVEC_STEP) \ argument [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | vmm.c | 98 nvkm_vmm_trace(struct nvkm_vmm_iter *it, char *buf) in nvkm_vmm_trace() argument 101 for (lvl = it->max; lvl >= 0; lvl--) { in nvkm_vmm_trace() 102 if (lvl >= it->lvl) in nvkm_vmm_trace() 103 buf += sprintf(buf, "%05x:", it->pte[lvl]); in nvkm_vmm_trace() 120 nvkm_vmm_flush_mark(struct nvkm_vmm_iter *it) in nvkm_vmm_flush_mark() argument 122 it->flush = min(it->flush, it->max - it->lvl); in nvkm_vmm_flush_mark() 126 nvkm_vmm_flush(struct nvkm_vmm_iter *it) in nvkm_vmm_flush() argument 128 if (it->flush != NVKM_VMM_LEVELS_MAX) { in nvkm_vmm_flush() 129 if (it->vmm->func->flush) { in nvkm_vmm_flush() 130 TRA(it, "flush: %d", it->flush); in nvkm_vmm_flush() [all …]
|
/kernel/linux/linux-5.10/Documentation/translations/it_IT/process/ |
D | programming-language.rst | 4 :Translator: Federico Vaga <federico.vaga@vaga.pv.it> 11 Il kernel è scritto nel linguaggio di programmazione C [it-c-language]_. 12 Più precisamente, il kernel viene compilato con ``gcc`` [it-gcc]_ usando 13 l'opzione ``-std=gnu89`` [it-gcc-c-dialect-options]_: il dialetto GNU 16 Questo dialetto contiene diverse estensioni al linguaggio [it-gnu-extensions]_, 20 [it-clang]_ e ``icc`` [it-icc]_ su diverse architetture, tuttavia in questo momento 27 [it-gcc-attribute-syntax]_. Gli attributi permettono di aggiungere una semantica, 30 linguaggio stesso (come l'aggiunta di nuove parole chiave) [it-n2049]_. 44 .. [it-c-language] http://www.open-std.org/jtc1/sc22/wg14/www/standards 45 .. [it-gcc] https://gcc.gnu.org [all …]
|
/kernel/linux/linux-5.10/drivers/of/ |
D | base.c | 1240 int of_phandle_iterator_init(struct of_phandle_iterator *it, in of_phandle_iterator_init() argument 1249 memset(it, 0, sizeof(*it)); in of_phandle_iterator_init() 1262 it->cells_name = cells_name; in of_phandle_iterator_init() 1263 it->cell_count = cell_count; in of_phandle_iterator_init() 1264 it->parent = np; in of_phandle_iterator_init() 1265 it->list_end = list + size / sizeof(*list); in of_phandle_iterator_init() 1266 it->phandle_end = list; in of_phandle_iterator_init() 1267 it->cur = list; in of_phandle_iterator_init() 1273 int of_phandle_iterator_next(struct of_phandle_iterator *it) in of_phandle_iterator_next() argument 1277 if (it->node) { in of_phandle_iterator_next() [all …]
|
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
D | Kconfig | 8 This is the Speakup screen reader. Think of it as a 10 kernel, it can speak everything on the text console from 54 synthesizer. You can say y to build it into the kernel, 55 or m to build it as a module. See the configuration 63 synthesizer. You can say y to build it into the kernel, 64 or m to build it as a module. See the configuration 71 synthesizer. You can say y to build it into the kernel, 72 or m to build it as a module. See the configuration 79 You can say y to build it into the kernel, or m to 80 build it as a module. See the configuration help on the [all …]
|
/kernel/linux/linux-5.10/drivers/iio/imu/inv_icm42600/ |
D | inv_icm42600_timestamp.c | 115 struct inv_icm42600_timestamp_interval *it; in inv_icm42600_timestamp_interrupt() local 126 it = &ts->it; in inv_icm42600_timestamp_interrupt() 127 it->lo = it->up; in inv_icm42600_timestamp_interrupt() 128 it->up = timestamp; in inv_icm42600_timestamp_interrupt() 129 delta = it->up - it->lo; in inv_icm42600_timestamp_interrupt() 130 if (it->lo != 0) { in inv_icm42600_timestamp_interrupt() 143 ts->timestamp = it->up - interval; in inv_icm42600_timestamp_interrupt() 152 delta = it->lo - ts->timestamp; in inv_icm42600_timestamp_interrupt() 193 ts->timestamp = ts->it.up - interval; in inv_icm42600_timestamp_apply_odr()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/ |
D | Kconfig | 24 If you choose to build it as a module, it will be called rtl8192ce 35 If you choose to build it as a module, it will be called rtl8192se 46 If you choose to build it as a module, it will be called rtl8192de 59 If you choose to build it as a module, it will be called rtl8723ae 72 If you choose to build it as a module, it will be called rtl8723be 83 If you choose to build it as a module, it will be called rtl8188ee 95 If you choose to build it as a module, it will be called rtl8192ee 107 If you choose to build it as a module, it will be called rtl8821ae 119 If you choose to build it as a module, it will be called rtl8192cu
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | hpfs.rst | 15 is taken from it 24 Set owner/group/mode for files that do not have it specified in extended 33 - there is a list of text extensions (I thing it's better to not convert 35 change it in the source. Original readonly HPFS contained some strange 36 heuristic algorithm that I removed. I thing it's danger to let the 42 danger. I tried to write it so that it won't crash if check=normal on 44 used for debugging (for example it checks if file is allocated in 45 bitmaps when accessing it). 49 When to mark filesystem dirty so that OS/2 checks it. 72 access it under names 'a.', 'a..', 'a . . . ' etc. [all …]
|
D | porting.rst | 58 informative error value to report). Call it foo_fill_super(). Now declare:: 89 it by internal locking (most of filesystems couldn't care less) - you 98 and ->readdir() are called without BKL now. Grab it on entry, drop upon return 109 individual fs sb_op functions. If you don't need it, remove it. 116 free to drop it... 130 an existing filesystem, set it according to ->fs_flags:: 136 FS_LITTER is gone - just remove it from fs_flags. 143 went in - and hadn't been documented ;-/). Just remove it from fs_flags 163 Briefly it allows for the definition of decode_fh and encode_fh operations 195 When the inode has been created by iget5_locked(), it will be returned with the [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
D | i915_active.c | 134 struct active_node *it, *n; in __active_retire() local 176 rbtree_postorder_for_each_entry_safe(it, n, &root, node) { in __active_retire() 177 GEM_BUG_ON(i915_active_fence_isset(&it->base)); in __active_retire() 178 kmem_cache_free(global.slab_cache, it); in __active_retire() 240 struct active_node *it; in __active_lookup() local 251 it = READ_ONCE(ref->cache); in __active_lookup() 252 if (it) { in __active_lookup() 253 u64 cached = READ_ONCE(it->timeline); in __active_lookup() 257 return it; in __active_lookup() 270 if (!cached && !cmpxchg(&it->timeline, 0, idx)) in __active_lookup() [all …]
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
D | relocate_kernel.S | 36 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...
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
D | Kconfig | 9 If you choose to build it as a module, it will be called 21 If you choose to build it as a module, it will be called 33 If you choose to build it as a module, it will be called 44 If you choose to build it as a module, it will be called
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
D | radeon_vm.c | 331 bo_va->it.start = 0; in radeon_vm_bo_add() 332 bo_va->it.last = 0; in radeon_vm_bo_add() 481 struct interval_tree_node *it; in radeon_vm_bo_set_addr() local 482 it = interval_tree_iter_first(&vm->va, soffset, eoffset); in radeon_vm_bo_set_addr() 483 if (it && it != &bo_va->it) { in radeon_vm_bo_set_addr() 485 tmp = container_of(it, struct radeon_bo_va, it); in radeon_vm_bo_set_addr() 489 soffset, tmp->bo, tmp->it.start, tmp->it.last); in radeon_vm_bo_set_addr() 496 if (bo_va->it.start || bo_va->it.last) { in radeon_vm_bo_set_addr() 505 tmp->it.start = bo_va->it.start; in radeon_vm_bo_set_addr() 506 tmp->it.last = bo_va->it.last; in radeon_vm_bo_set_addr() [all …]
|
/kernel/linux/linux-5.10/kernel/time/ |
D | posix-cpu-timers.c | 108 return pid_task(timer->it.cpu.pid, clock_pid_type(timer->it_clock)); in cpu_timer_task_rcu() 117 u64 delta, incr, expires = timer->it.cpu.node.expires; in bump_cpu_timer() 137 timer->it.cpu.node.expires += incr; in bump_cpu_timer() 141 return timer->it.cpu.node.expires; in bump_cpu_timer() 402 timerqueue_init(&new_timer->it.cpu.node); in posix_cpu_timer_create() 403 new_timer->it.cpu.pid = get_pid(pid); in posix_cpu_timer_create() 416 struct cpu_timer *ctmr = &timer->it.cpu; in posix_cpu_timer_del() 439 if (timer->it.cpu.firing) in posix_cpu_timer_del() 502 struct cpu_timer *ctmr = &timer->it.cpu; in arm_timer() 534 struct cpu_timer *ctmr = &timer->it.cpu; in cpu_timer_fire() [all …]
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/ |
D | frontend-stat-properties.rst | 39 frontend, but it was not possible to collect it (could be a 63 - ``FE_SCALE_NOT_AVAILABLE`` - it failed to measure it, or the 82 - ``FE_SCALE_NOT_AVAILABLE`` - it failed to measure it, or the 103 In order to get the BER (Bit Error Rate) measurement, it should be 108 bit count measurements. The frontend may reset it when a 113 - ``FE_SCALE_NOT_AVAILABLE`` - it failed to measure it, or the 136 bit count measurements. The frontend may reset it when a 141 - ``FE_SCALE_NOT_AVAILABLE`` - it failed to measure it, or the 160 In order to get the BER (Bit Error Rate) measurement, it should be 165 bit count measurements. The frontend may reset it when a [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
D | Kconfig | 10 If you choose to build it as a module, it will be called 21 choose to build it as a module, it will be called ath6kl_sdio. 31 Atheros AR6004 chipset and chipsets based on it running over 32 USB. If you choose to build it as a module, it will be 43 If unsure, say Y to make it easier to debug problems. 55 If unsure, say Y to make it easier to debug problems. 62 Enabling this makes it possible to change the regdomain in
|
/kernel/linux/linux-5.10/Documentation/process/ |
D | management-style.rst | 14 to do with reality. It started as a lark, but that doesn't mean that it 17 Btw, when talking about "kernel manager", it's all about the technical 24 People", and NOT read it. Burn it, it's a great symbolic gesture. 27 making it painfully obvious to the questioner that we don't have a clue 39 manager must be to make it. That's very deep and obvious, but it's not 76 a kernel manager have huge fiscal responsibility **anyway**, it's usually 83 you made a year ago wasn't a big decision after all, since it could be 89 - admitting you were an idiot is harder than it looks. We all like to 95 deleting it, you may have irrevocably lost the trust of that 104 your mind, and make people very **aware** of that. And it's much easier [all …]
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-c2port | 3 Contact: Rodolfo Giometti <giometti@linux.it> 11 Contact: Rodolfo Giometti <giometti@linux.it> 19 Contact: Rodolfo Giometti <giometti@linux.it> 27 Contact: Rodolfo Giometti <giometti@linux.it> 34 Contact: Rodolfo Giometti <giometti@linux.it> 42 Contact: Rodolfo Giometti <giometti@linux.it> 49 Contact: Rodolfo Giometti <giometti@linux.it> 56 Contact: Rodolfo Giometti <giometti@linux.it> 63 Contact: Rodolfo Giometti <giometti@linux.it> 71 Contact: Rodolfo Giometti <giometti@linux.it> [all …]
|
D | sysfs-platform-ts5500 | 6 Indicates the presence of an A/D Converter. If it is present, 7 it will display "1", otherwise "0". 14 Indicates the presence of an external reset. If it is present, 15 it will display "1", otherwise "0". 45 Indicates the presence of the RS485 option. If it is present, 46 it will display "1", otherwise "0". 53 Indicates the presence of the SRAM option. If it is present, 54 it will display "1", otherwise "0".
|
/kernel/linux/linux-5.10/drivers/staging/comedi/ |
D | range.c | 49 struct comedi_rangeinfo *it) in do_rangeinfo_ioctl() argument 55 subd = (it->range_type >> 24) & 0xf; in do_rangeinfo_ioctl() 56 chan = (it->range_type >> 16) & 0xff; in do_rangeinfo_ioctl() 73 if (RANGE_LENGTH(it->range_type) != lr->length) { in do_rangeinfo_ioctl() 76 RANGE_LENGTH(it->range_type), in do_rangeinfo_ioctl() 77 lr->length, it->range_type); in do_rangeinfo_ioctl() 81 if (copy_to_user(it->range_ptr, lr->range, in do_rangeinfo_ioctl()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
D | i915_active.c | 263 static struct intel_engine_cs *node_to_barrier(struct active_node *it) in node_to_barrier() argument 267 if (!is_barrier(&it->base)) in node_to_barrier() 270 engine = __barrier_to_engine(it); in node_to_barrier() 272 if (!is_barrier(&it->base)) in node_to_barrier() 286 struct active_node *it, *n; in i915_active_print() local 288 rbtree_postorder_for_each_entry_safe(it, n, &ref->tree, node) { in i915_active_print() 291 engine = node_to_barrier(it); in i915_active_print() 297 if (i915_active_fence_isset(&it->base)) { in i915_active_print() 299 "\ttimeline: %llx\n", it->timeline); in i915_active_print() 334 struct active_node *it, *n; in i915_active_unlock_wait() local [all …]
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
D | rti800.c | 253 static int rti800_attach(struct comedi_device *dev, struct comedi_devconfig *it) in rti800_attach() argument 260 ret = comedi_request_region(dev, it->options[0], 0x10); in rti800_attach() 272 devpriv->adc_2comp = (it->options[4] == 0); in rti800_attach() 273 devpriv->dac_2comp[0] = (it->options[6] == 0); in rti800_attach() 274 devpriv->dac_2comp[1] = (it->options[8] == 0); in rti800_attach() 286 s->n_chan = (it->options[2] ? 16 : 8); in rti800_attach() 289 s->range_table = (it->options[3] < ARRAY_SIZE(rti800_ai_ranges)) in rti800_attach() 290 ? rti800_ai_ranges[it->options[3]] in rti800_attach() 302 (it->options[5] < ARRAY_SIZE(rti800_ao_ranges)) in rti800_attach() 303 ? rti800_ao_ranges[it->options[5]] in rti800_attach() [all …]
|
/kernel/linux/linux-5.10/kernel/cgroup/ |
D | legacy_freezer.c | 248 struct css_task_iter it; in update_if_frozen() local 271 css_task_iter_start(css, 0, &it); in update_if_frozen() 273 while ((task = css_task_iter_next(&it))) { in update_if_frozen() 288 css_task_iter_end(&it); in update_if_frozen() 320 struct css_task_iter it; in freeze_cgroup() local 323 css_task_iter_start(&freezer->css, 0, &it); in freeze_cgroup() 324 while ((task = css_task_iter_next(&it))) in freeze_cgroup() 326 css_task_iter_end(&it); in freeze_cgroup() 331 struct css_task_iter it; in unfreeze_cgroup() local 334 css_task_iter_start(&freezer->css, 0, &it); in unfreeze_cgroup() [all …]
|