Home
last modified time | relevance | path

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

123456

/openbmc/linux/lib/kunit/
H A Dstring-stream.c67 list_add_tail(&frag_container->node, &stream->fragments); in string_stream_vadd()
92 &stream->fragments, in string_stream_clear()
111 list_for_each_entry(frag_container, &stream->fragments, node) in string_stream_get_string()
133 return list_empty(&stream->fragments); in string_stream_is_empty()
146 INIT_LIST_HEAD(&stream->fragments); in alloc_string_stream()
H A Dstring-stream.h23 struct list_head fragments; member
/openbmc/linux/drivers/of/
H A Doverlay.c77 struct fragment *fragments; member
164 struct fragment *fragment = &ovcs->fragments[i]; in overlay_notify()
226 fragment = &ovcs->fragments[k]; in dup_and_fixup_symbol_prop()
648 fragment = &ovcs->fragments[i]; in build_changeset()
662 fragment = &ovcs->fragments[ovcs->count - 1]; in build_changeset()
749 struct fragment *fragments; in init_overlay_changeset() local
789 fragments = kcalloc(cnt, sizeof(*fragments), GFP_KERNEL); in init_overlay_changeset()
790 if (!fragments) { in init_overlay_changeset()
794 ovcs->fragments = fragments; in init_overlay_changeset()
802 fragment = &fragments[cnt]; in init_overlay_changeset()
[all …]
/openbmc/openbmc/poky/meta/lib/bbconfigbuild/
H A Dconfigfragments.py43 fragments = []
52fragments.append({'path':fragmentpath, 'name':fragmentname, 'summary':fragmentsummary, 'descriptio…
53 if fragments:
54 allfragments[layername] = {'layerdir':layerdir,'fragments':fragments}
69 fragments = layerdata['fragments']
70 enabled_fragments = [f for f in fragments if f['name'] in all_enabled_fragments]
71 disabled_fragments = [f for f in fragments if f['name'] not in all_enabled_fragments]
/openbmc/linux/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 = kmalloc(struct_size(txb, fragments, nr_frags), gfp_mask); in libipw_alloc_txb()
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()
/openbmc/linux/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()
403 fragments = msblk->fragments; in squashfs_fill_super()
404 if (fragments == 0) in squashfs_fill_super()
416 le64_to_cpu(sblk->fragment_table_start), next_table, fragments); in squashfs_fill_super()
H A Dsquashfs_fs_sb.h66 unsigned int fragments; member
/openbmc/linux/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
/openbmc/linux/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 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()
/openbmc/linux/fs/xfs/scrub/
H A Drefcount.c78 struct list_head fragments; member
138 list_add_tail(&frag->list, &refchk->fragments); in xchk_refcountbt_rmap_check()
181 list_for_each_entry(frag, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments()
192 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments()
209 while (!list_empty(&refchk->fragments)) { in xchk_refcountbt_process_rmap_fragments()
226 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments()
265 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments()
299 INIT_LIST_HEAD(&refchk.fragments); in xchk_refcountbt_xref_rmap()
312 list_for_each_entry_safe(frag, n, &refchk.fragments, list) { in xchk_refcountbt_xref_rmap()
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_tx.c207 txb = kzalloc(struct_size(txb, fragments, nr_frags), gfp_mask); in rtllib_alloc_txb()
215 txb->fragments[i] = dev_alloc_skb(txb_size); in rtllib_alloc_txb()
216 if (unlikely(!txb->fragments[i])) in rtllib_alloc_txb()
218 memset(txb->fragments[i]->cb, 0, sizeof(txb->fragments[i]->cb)); in rtllib_alloc_txb()
225 dev_kfree_skb_any(txb->fragments[i]); in rtllib_alloc_txb()
603 skb_put_data(txb->fragments[0], skb->data, skb->len); in rtllib_xmit_inter()
772 skb_frag = txb->fragments[i]; in rtllib_xmit_inter()
870 skb_put_data(txb->fragments[0], skb->data, skb->len); in rtllib_xmit_inter()
876 (txb->fragments[0]->cb + MAX_DEV_ADDR_SIZE); in rtllib_xmit_inter()
921 rtllib_tx_query_agg_cap(ieee, txb->fragments[0], in rtllib_xmit_inter()
[all …]
/openbmc/linux/scripts/kconfig/
H A DMakefile97 all-config-fragments = $(call configfiles,*.config)
98 config-fragments = $(call configfiles,$@)
101 $(if $(config-fragments),, $(error $@ fragment does not exists on this architecture))
102 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh -m .config $(config-fragments)
149 @$(foreach f, $(all-config-fragments), \
/openbmc/linux/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
/openbmc/qemu/contrib/gitdm/
H A Dfiletypes.txt61 filetype code ^common$ # script fragments
62 filetype code ^common.*$ # script fragments
63 filetype code (qom|qmp)-\w+$ # python script fragments
/openbmc/openbmc/poky/documentation/kernel-dev/
H A Dadvanced.rst10 In addition to supporting configuration fragments and patches, the Yocto
104 variable to include features (configuration fragments, patches, or both)
129 [1]_ description files, configuration fragments, and patches. The
144 fragments into a modular reusable unit. You can use features to
146 pure configuration fragments, simple patches, complex features, and
154 of configuration fragments, patches, features or kernel types, best
172 - If your file contains only configuration fragments, place the file in
240 fragment files in the ":ref:`kernel-dev/common:creating configuration fragments`" section.
328 fragments, patches, and possibly other feature description files. As an
344 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
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c372 char *fragments; in create_pagelist() local
382 fragments = g_free_fragments; in create_pagelist()
383 WARN_ON(!fragments); in create_pagelist()
387 (fragments - g_fragments_base) / g_fragments_size; in create_pagelist()
414 char *fragments = g_fragments_base + in free_pagelist() local
430 fragments, in free_pagelist()
438 fragments + g_cache_line_size, in free_pagelist()
442 *(char **)fragments = g_free_fragments; in free_pagelist()
443 g_free_fragments = fragments; in free_pagelist()
/openbmc/linux/tools/perf/tests/config-fragments/
H A DREADME1 This folder is for kernel config fragments that can be merged with
/openbmc/openbmc/poky/meta-skeleton/recipes-core/busybox/
H A Dbusybox_%.bbappend1 # Example use of configuration fragments for busybox, which uses the same
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-fs-erofs8 dedupe, fragments.
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
/openbmc/linux/fs/erofs/
H A Dsysfs.c79 EROFS_ATTR_FEATURE(fragments);
91 ATTR_LIST(fragments),
/openbmc/linux/include/uapi/sound/
H A Dcompress_offload.h25 __u32 fragments; member

123456