Home
last modified time | relevance | path

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

123456

/OK3568_Linux_fs/buildroot/support/config-fragments/autobuild/
H A Dtoolchain-configs.csv7 support/config-fragments/autobuild/bootlin-armv5-uclibc.config,x86_64
10 support/config-fragments/autobuild/bootlin-armv7-glibc.config,x86_64
13 support/config-fragments/autobuild/bootlin-armv7m-uclibc.config,x86_64
16 support/config-fragments/autobuild/bootlin-x86-64-musl.config,x86_64
19 support/config-fragments/autobuild/br-arm-full-static.config,x86_64
22 support/config-fragments/autobuild/sourcery-arm.config,x86
25 support/config-fragments/autobuild/andes-nds32.config,x86
26 support/config-fragments/autobuild/arm-aarch64.config,x86_64
27 support/config-fragments/autobuild/bootlin-aarch64-glibc.config,x86_64
28 support/config-fragments/autobuild/bootlin-arcle-hs38-uclibc.config,x86_64
[all …]
/OK3568_Linux_fs/kernel/drivers/of/
H A Doverlay.c73 struct fragment *fragments; member
166 struct fragment *fragment = &ovcs->fragments[i]; in overlay_notify()
228 fragment = &ovcs->fragments[k]; in dup_and_fixup_symbol_prop()
650 fragment = &ovcs->fragments[i]; in build_changeset()
664 fragment = &ovcs->fragments[ovcs->count - 1]; in build_changeset()
735 struct fragment *fragments; in init_overlay_changeset() local
779 fragments = kcalloc(cnt, sizeof(*fragments), GFP_KERNEL); in init_overlay_changeset()
780 if (!fragments) { in init_overlay_changeset()
791 fragment = &fragments[cnt]; in init_overlay_changeset()
811 fragment = &fragments[cnt]; in init_overlay_changeset()
[all …]
/OK3568_Linux_fs/kernel/fs/xfs/scrub/
H A Drefcount.c73 struct list_head fragments; member
133 list_add_tail(&frag->list, &refchk->fragments); in xchk_refcountbt_rmap_check()
176 list_for_each_entry(frag, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments()
187 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments()
204 while (!list_empty(&refchk->fragments)) { in xchk_refcountbt_process_rmap_fragments()
221 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments()
260 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments()
296 INIT_LIST_HEAD(&refchk.fragments); in xchk_refcountbt_xref_rmap()
307 list_for_each_entry_safe(frag, n, &refchk.fragments, list) { in xchk_refcountbt_xref_rmap()
/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_2835_arm.c476 char *fragments; in create_pagelist() local
486 fragments = g_free_fragments; in create_pagelist()
487 WARN_ON(!fragments); in create_pagelist()
491 (fragments - g_fragments_base) / g_fragments_size; in create_pagelist()
518 char *fragments = g_fragments_base + in free_pagelist() local
534 fragments, in free_pagelist()
543 fragments + g_cache_line_size, in free_pagelist()
549 *(char **)fragments = g_free_fragments; in free_pagelist()
550 g_free_fragments = fragments; in free_pagelist()
/OK3568_Linux_fs/kernel/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()
192 txb->fragments[i] = __dev_alloc_skb(txb_size + headroom, in libipw_alloc_txb()
194 if (unlikely(!txb->fragments[i])) { in libipw_alloc_txb()
198 skb_reserve(txb->fragments[i], headroom); in libipw_alloc_txb()
202 dev_kfree_skb_any(txb->fragments[i--]); in libipw_alloc_txb()
427 skb_frag = txb->fragments[0]; in libipw_xmit()
452 skb_frag = txb->fragments[i]; in libipw_xmit()
/OK3568_Linux_fs/kernel/lib/kunit/
H A Dstring-stream.c98 list_add_tail(&frag_container->node, &stream->fragments); in string_stream_vadd()
123 &stream->fragments, in string_stream_clear()
142 list_for_each_entry(frag_container, &stream->fragments, node) in string_stream_get_string()
164 return list_empty(&stream->fragments); in string_stream_is_empty()
184 INIT_LIST_HEAD(&stream->fragments); in string_stream_init()
H A Dstring-stream.h24 struct list_head fragments; member
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_tx.c241 txb->fragments[i] = dev_alloc_skb(txb_size); in ieee80211_alloc_txb()
242 if (unlikely(!txb->fragments[i])) { in ieee80211_alloc_txb()
246 memset(txb->fragments[i]->cb, 0, sizeof(txb->fragments[i]->cb)); in ieee80211_alloc_txb()
250 dev_kfree_skb_any(txb->fragments[i--]); in ieee80211_alloc_txb()
701 skb_frag = txb->fragments[i]; in ieee80211_xmit()
792 skb_put_data(txb->fragments[0], skb->data, skb->len); in ieee80211_xmit()
798 struct cb_desc *tcb_desc = (struct cb_desc *)(txb->fragments[0]->cb + MAX_DEV_ADDR_SIZE); in ieee80211_xmit()
810 ieee80211_tx_query_agg_cap(ieee, txb->fragments[0], tcb_desc); in ieee80211_xmit()
813 ieee80211_query_protectionmode(ieee, tcb_desc, txb->fragments[0]); in ieee80211_xmit()
814 ieee80211_query_seqnum(ieee, txb->fragments[0], header.addr1); in ieee80211_xmit()
/OK3568_Linux_fs/kernel/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.c75 unsigned int fragments; in squashfs_fill_super() local
168 msblk->fragments = le32_to_cpu(sblk->fragments); in squashfs_fill_super()
180 TRACE("Number of fragments %d\n", msblk->fragments); in squashfs_fill_super()
268 fragments = msblk->fragments; in squashfs_fill_super()
269 if (fragments == 0) in squashfs_fill_super()
281 le64_to_cpu(sblk->fragment_table_start), next_table, fragments); in squashfs_fill_super()
H A Dsquashfs_fs_sb.h65 unsigned int fragments; member
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dpage_frags.rst4 Page fragments
9 fragments within that page are individually refcounted, in the page's
13 simple allocation framework for page fragments. This is used by the
37 fragments, but the page fragments are cached at the ring or descriptor
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/
H A Drtllib_tx.c218 txb->fragments[i] = dev_alloc_skb(txb_size); in rtllib_alloc_txb()
219 if (unlikely(!txb->fragments[i])) { in rtllib_alloc_txb()
223 memset(txb->fragments[i]->cb, 0, sizeof(txb->fragments[i]->cb)); in rtllib_alloc_txb()
227 dev_kfree_skb_any(txb->fragments[i--]); in rtllib_alloc_txb()
611 skb_put_data(txb->fragments[0], skb->data, skb->len); in rtllib_xmit_inter()
781 skb_frag = txb->fragments[i]; in rtllib_xmit_inter()
879 skb_put_data(txb->fragments[0], skb->data, skb->len); in rtllib_xmit_inter()
885 (txb->fragments[0]->cb + MAX_DEV_ADDR_SIZE); in rtllib_xmit_inter()
932 rtllib_tx_query_agg_cap(ieee, txb->fragments[0], in rtllib_xmit_inter()
937 txb->fragments[0]); in rtllib_xmit_inter()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/yocto/poky/documentation/kernel-dev/
H A Dadvanced.rst10 In addition to supporting configuration fragments and patches, the Yocto
105 variable to include features (configuration fragments, patches, or both)
130 [1]_ description files, configuration fragments, and patches. The
145 fragments into a modular reusable unit. You can use features to
147 pure configuration fragments, simple patches, complex features, and
155 of configuration fragments, patches, features or kernel types, best
173 - If your file contains only configuration fragments, place the file in
241 fragment files in the ":ref:`kernel-dev/common:creating configuration fragments`" section.
329 fragments, patches, and possibly other feature description files. As an
345 Typically, features are less granular than configuration fragments and
[all …]
H A Dfaq.rst19 How do I create configuration fragments?
23 ":ref:`kernel-dev/common:creating configuration fragments`"
H A Dintro.rst48 fragments that specify only what you must, and nothing more.
49 Configuration fragments only need to contain the highest level visible
101 configuration fragments, while recipe modification comes through the
166 :ref:`configuration fragment file <kernel-dev/common:creating configuration fragments>` to be
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/yocto/poky/meta-skeleton/recipes-core/busybox/
H A Dbusybox_%.bbappend1 # Example use of configuration fragments for busybox, which uses the same
/OK3568_Linux_fs/buildroot/support/kconfig/patches/
H A D20-merge_config.sh-Allow-to-define-config-prefix.patch6 echo " -r list redundant entries when merging fragments"
/OK3568_Linux_fs/buildroot/utils/
H A Dtest-pkg226 comma. The config fragments should contain only the toolchain and architecture
261 CSV file containing the paths to config fragments of toolchains to
/OK3568_Linux_fs/kernel/sound/core/
H A Dcompress_offload.c545 buffer_size = params->buffer.fragment_size * params->buffer.fragments; in snd_compr_allocate_buffer()
568 stream->runtime->fragments = params->buffer.fragments; in snd_compr_allocate_buffer()
578 params->buffer.fragments > U32_MAX / params->buffer.fragment_size || in snd_compress_check_input()
579 params->buffer.fragments == 0) in snd_compress_check_input()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dppp_generic.rst18 ordering and combining received fragments
180 or more fragments and puts a multilink header on each fragment. It
181 decides how many fragments to use based on the length of the packet
184 fragment if it doesn't have any fragments currently queued up for it
187 scheme has the effect that more fragments are given to higher-
191 transmitted as single fragments, thus reducing the overhead of
342 numbers on received multilink fragments
437 fragments is disabled. This ioctl is only available if the
/OK3568_Linux_fs/buildroot/boot/gummiboot/
H A DConfig.in14 only. Configuration file fragments, kernels, initrds, other
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dcompress_offload.h42 __u32 fragments; member

123456