Home
last modified time | relevance | path

Searched refs:fragments (Results 1 – 25 of 102) sorted by relevance

12345

/linux-6.15/drivers/of/
H A Doverlay.c77 struct fragment *fragments; member
232 fragment = &ovcs->fragments[k]; in dup_and_fixup_symbol_prop()
646 fragment = &ovcs->fragments[i]; in build_changeset()
747 struct fragment *fragments; in init_overlay_changeset() local
787 fragments = kcalloc(cnt, sizeof(*fragments), GFP_KERNEL); in init_overlay_changeset()
788 if (!fragments) { in init_overlay_changeset()
792 ovcs->fragments = fragments; in init_overlay_changeset()
800 fragment = &fragments[cnt]; in init_overlay_changeset()
820 fragment = &fragments[cnt]; in init_overlay_changeset()
865 of_node_put(ovcs->fragments[i].target); in free_overlay_changeset()
[all …]
/linux-6.15/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_tx.c172 if (txb->fragments[i]) in libipw_txb_free()
173 dev_kfree_skb_any(txb->fragments[i]); in libipw_txb_free()
183 txb = kzalloc(struct_size(txb, fragments, nr_frags), gfp_mask); in libipw_alloc_txb()
191 txb->fragments[i] = __dev_alloc_skb(txb_size + headroom, in libipw_alloc_txb()
193 if (unlikely(!txb->fragments[i])) { in libipw_alloc_txb()
197 skb_reserve(txb->fragments[i], headroom); in libipw_alloc_txb()
201 dev_kfree_skb_any(txb->fragments[i--]); in libipw_alloc_txb()
426 skb_frag = txb->fragments[0]; in libipw_xmit()
451 skb_frag = txb->fragments[i]; in libipw_xmit()
/linux-6.15/lib/kunit/
H A Dstring-stream.c84 list_add_tail(&frag_container->node, &stream->fragments); in string_stream_vadd()
109 &stream->fragments, in string_stream_clear()
128 list_for_each_entry(frag_container, &stream->fragments, node) in string_stream_get_string()
154 return list_empty(&stream->fragments); in string_stream_is_empty()
166 INIT_LIST_HEAD(&stream->fragments); in alloc_string_stream()
H A Dstring-stream-test.c51 KUNIT_EXPECT_TRUE(test, list_empty(&stream->fragments)); in string_stream_managed_init_test()
67 KUNIT_EXPECT_TRUE(test, list_empty(&stream->fragments)); in string_stream_unmanaged_init_test()
391 KUNIT_EXPECT_TRUE(test, list_empty(&stream->fragments)); in string_stream_append_empty_string_test()
395 original_frag_count = list_count_nodes(&stream->fragments); in string_stream_append_empty_string_test()
398 KUNIT_EXPECT_EQ(test, list_count_nodes(&stream->fragments), original_frag_count); in string_stream_append_empty_string_test()
486 list_for_each_entry(frag_container, &stream->fragments, node) { in string_stream_performance_test()
H A Dstring-stream.h23 struct list_head fragments; member
/linux-6.15/fs/squashfs/
H A Dfragment.c43 if (fragment >= msblk->fragments) in squashfs_frag_lookup()
64 u64 fragment_table_start, u64 next_table, unsigned int fragments) in squashfs_read_fragment_index_table() argument
66 unsigned int length = SQUASHFS_FRAGMENT_INDEX_BYTES(fragments); in squashfs_read_fragment_index_table()
H A Dsuper.c188 unsigned int fragments; in squashfs_fill_super() local
290 msblk->fragments = le32_to_cpu(sblk->fragments); in squashfs_fill_super()
302 TRACE("Number of fragments %d\n", msblk->fragments); in squashfs_fill_super()
406 fragments = msblk->fragments; in squashfs_fill_super()
407 if (fragments == 0) in squashfs_fill_super()
411 min(SQUASHFS_CACHED_FRAGMENTS, fragments), msblk->block_size); in squashfs_fill_super()
419 le64_to_cpu(sblk->fragment_table_start), next_table, fragments); in squashfs_fill_super()
H A Dsquashfs_fs_sb.h66 unsigned int fragments; member
/linux-6.15/Documentation/mm/
H A Dpage_frags.rst2 Page fragments
7 fragments within that page are individually refcounted, in the page's
11 simple allocation framework for page fragments. This is used by the
35 fragments, but the page fragments are cached at the ring or descriptor
/linux-6.15/fs/xfs/scrub/
H A Drefcount.c90 struct list_head fragments; member
150 list_add_tail(&frag->list, &refchk->fragments); in xchk_refcountbt_rmap_check()
193 list_for_each_entry(frag, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments()
204 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments()
221 while (!list_empty(&refchk->fragments)) { in xchk_refcountbt_process_rmap_fragments()
238 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments()
277 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments()
311 INIT_LIST_HEAD(&refchk.fragments); in xchk_refcountbt_xref_rmap()
324 list_for_each_entry_safe(frag, n, &refchk.fragments, list) { in xchk_refcountbt_xref_rmap()
H A Drtrefcount.c104 struct list_head fragments; member
164 list_add_tail(&frag->list, &refchk->fragments); in xchk_rtrefcountbt_rmap_check()
207 list_for_each_entry(frag, &refchk->fragments, list) { in xchk_rtrefcountbt_process_rmap_fragments()
218 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_rtrefcountbt_process_rmap_fragments()
235 while (!list_empty(&refchk->fragments)) { in xchk_rtrefcountbt_process_rmap_fragments()
252 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_rtrefcountbt_process_rmap_fragments()
291 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_rtrefcountbt_process_rmap_fragments()
325 INIT_LIST_HEAD(&refchk.fragments); in xchk_rtrefcountbt_xref_rmap()
336 list_for_each_entry_safe(frag, n, &refchk.fragments, list) { in xchk_rtrefcountbt_xref_rmap()
/linux-6.15/scripts/gendwarfksyms/
H A Ddie.c29 INIT_LIST_HEAD(&cd->fragments); in init_die()
76 list_for_each_entry_safe(df, tmp, &cd->fragments, list) { in reset_die()
128 list_add_tail(&df->list, &cd->fragments); in append_item()
H A Dtypes.c335 list_for_each_entry(df, &cache->fragments, list) { in __type_expand()
356 if (list_is_last(&df->list, &cache->fragments) || in __type_expand()
/linux-6.15/scripts/kconfig/
H A DMakefile105 all-config-fragments = $(call configfiles,*.config)
106 config-fragments = $(call configfiles,$@)
108 …rge_fragments = $(srctree)/scripts/kconfig/merge_config.sh -m $(KCONFIG_CONFIG) $(config-fragments)
111 $(if $(config-fragments),, $(error $@ fragment does not exists on this architecture))
159 @$(foreach f, $(all-config-fragments), \
/linux-6.15/tools/perf/Documentation/
H A Dperf-test.txt11 'perf test [<options>] [{list <test-name-fragment>|[<test-name-fragments>|<test-numbers>]}]'
21 To run just specific tests, inform test name fragments or the numbers obtained
/linux-6.15/tools/perf/tests/config-fragments/
H A DREADME1 This folder is for kernel config fragments that can be merged with
/linux-6.15/Documentation/ABI/testing/
H A Ddev-kmsg118 By default, kernel tries to avoid fragments by concatenating
119 when it can and fragments are rare; however, when extended
121 disabled and /dev/kmsg output will contain more fragments. If
H A Dsysfs-fs-erofs8 dedupe, fragments.
/linux-6.15/fs/erofs/
H A Dsysfs.c82 EROFS_ATTR_FEATURE(fragments);
95 ATTR_LIST(fragments),
/linux-6.15/sound/core/
H A Dcompress_offload.c434 if (runtime->fragments > runtime->active_tasks) in snd_compr_poll()
564 buffer_size = params->buffer.fragment_size * params->buffer.fragments; in snd_compr_allocate_buffer()
591 stream->runtime->fragments = params->buffer.fragments; in snd_compr_allocate_buffer()
609 if (params->buffer.fragments > max_fragments || in snd_compress_check_input()
610 params->buffer.fragments == 0) in snd_compress_check_input()
1030 if (stream->runtime->total_tasks >= stream->runtime->fragments) in snd_compr_task_new()
/linux-6.15/Documentation/scsi/
H A Dsym53c500_cs.rst17 the code fragments I shamelessly adapted for this work. Thanks also to
/linux-6.15/include/uapi/sound/
H A Dcompress_offload.h25 __u32 fragments; member
/linux-6.15/Documentation/networking/
H A Dudplite.rst194 several tiny fragments, consider the following example::
210 the last packet before releasing the fragments to the IP module.
218 of 3356 bytes will be split into the following fragments::
224 The first two fragments have to be checksummed in full, of the last
/linux-6.15/net/batman-adv/
H A Dfragmentation.c66 chain = &orig_node->fragments[i]; in batadv_frag_purge_orig()
170 chain = &orig_node->fragments[bucket]; in batadv_frag_insert_packet()
/linux-6.15/Documentation/sound/designs/
H A Doss-emulation.rst138 app_name fragments fragment_size [options]
142 ``fragments`` specifies the number of fragments or zero if no specific
158 write also partial fragments (affects playback only)

12345