Searched refs:order (Results 426 - 450 of 526) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-isp-video.c431 dma->order = DMA_OUTPUT_ORDER_GB_BG;
/linux-master/fs/exfat/
H A Dexfat_fs.h487 int order);
/linux-master/security/integrity/evm/
H A Devm_main.c1179 .order = LSM_ORDER_LAST,
/linux-master/tools/perf/util/
H A Dunwind-libunwind-local.c781 * Display what we got based on the order setup.
786 if (callchain_param.order == ORDER_CALLER)
/linux-master/drivers/iommu/amd/
H A Dinit.c842 int order = get_order(size); local
843 void *buf = iommu_alloc_pages(gfp, order);
847 set_memory_4k((unsigned long)buf, (1 << order))) {
848 iommu_free_pages(buf, order);
/linux-master/tools/power/pm-graph/
H A Dbootgraph.py231 'order': 0, 'color': 'linear-gradient(to bottom, #fff, #bcf)'},
233 'order': 1, 'color': '#fff'}
627 order = '%.2f' % ((data.dmesg[phase]['order'] * pdelta) + pmargin)
628 devtl.html += devtl.html_legend.format(order, \
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4.h991 u32 __mlx4_alloc_mtt_range(struct mlx4_dev *dev, int order);
992 void __mlx4_free_mtt_range(struct mlx4_dev *dev, u32 first_seg, int order);
/linux-master/arch/mips/mm/
H A Dc-r4k.c210 #define JUMP_TO_ALIGN(order) \
213 ".align\t" #order "\n\t" \
/linux-master/drivers/dma/
H A Ddmaengine.c1329 int order = get_count_order(nr); local
1331 switch (order) {
/linux-master/include/uapi/linux/
H A Dbpf.h116 BPF_CGROUP_ITER_DESCENDANTS_PRE, /* walk descendants in pre-order. */
117 BPF_CGROUP_ITER_DESCENDANTS_POST, /* walk descendants in post-order. */
126 enum bpf_cgroup_iter_order order; member in struct:bpf_iter_link_info::__anon2877
1171 * BPF_F_ALLOW_MULTI flag. They are executed in FIFO order
1191 * the event in cgrp5 triggers execution of F,D,A,B in that order.
1836 * Note that in order to produce this external documentation, some RST
2445 * that it should be manually increased in order to profile long
2704 * mangling on headers through direct packet access, in order to
3121 * this helper must be used for updates in order to return an
3331 * that it should be manually increased in order t
6648 __u32 order; member in struct:bpf_link_info::__anon2958::__anon2962::__anon2965::__anon2966
[all...]
/linux-master/tools/include/uapi/linux/
H A Dbpf.h116 BPF_CGROUP_ITER_DESCENDANTS_PRE, /* walk descendants in pre-order. */
117 BPF_CGROUP_ITER_DESCENDANTS_POST, /* walk descendants in post-order. */
126 enum bpf_cgroup_iter_order order; member in struct:bpf_iter_link_info::__anon3487
1171 * BPF_F_ALLOW_MULTI flag. They are executed in FIFO order
1191 * the event in cgrp5 triggers execution of F,D,A,B in that order.
1836 * Note that in order to produce this external documentation, some RST
2445 * that it should be manually increased in order to profile long
2704 * mangling on headers through direct packet access, in order to
3121 * this helper must be used for updates in order to return an
3331 * that it should be manually increased in order t
6648 __u32 order; member in struct:bpf_link_info::__anon3568::__anon3572::__anon3575::__anon3576
[all...]
/linux-master/tools/testing/selftests/net/
H A Dgro.c464 static void add_standard_tcp_options(char *buf, char *no_ext, int ts, int order) argument
466 switch (order) {
488 error(1, 0, "unknown order");
1032 /* Modified packets may be received out of order.
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_request.c319 unsigned int *order; local
337 order = i915_random_order(total, &prng);
338 if (!order) {
361 i915_random_reorder(order, total, &prng);
366 t->contexts[order[n] % t->ncontexts];
448 kfree(order);
1331 * tests that we don't execute requests out of order, even though
/linux-master/arch/x86/crypto/
H A Daesni-intel_asm.S75 # order of these constants should not change.
524 # in in order to perform
539 # in in order to perform
1142 # move XMM5 into TMP2, TMP3, TMP4 in order to perform shifts independently
1354 # move XMM5 into TMP2, TMP3, TMP4 in order to perform shifts independently
1453 # move XMMDst into TMP2, TMP3, TMP4 in order to perform 3 shifts independently
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c869 unsigned int order = get_order(MSRPM_SIZE); local
870 struct page *pages = alloc_pages(GFP_KERNEL_ACCOUNT, order);
877 memset(msrpm, 0xff, PAGE_SIZE * (1 << order));
4375 * Intercept VMLOAD if the vCPU mode is Intel in order to emulate that
5222 unsigned int order = get_order(IOPM_SIZE); local
5234 iopm_pages = alloc_pages(GFP_KERNEL, order);
5240 memset(iopm_va, 0xff, PAGE_SIZE * (1 << order));
/linux-master/drivers/block/
H A Drbd.c640 u8 *order, u64 *snap_size);
945 if (ondisk->options.order < SECTOR_SHIFT)
950 if (ondisk->options.order > 8 * sizeof (int) - 1)
1080 header->obj_order = ondisk->options.order;
1119 * Note that result is for snapshots in *descending* order.
1139 * reverse order, highest snapshot id first.
5448 * Get the size and object order for an image snapshot, or if
5453 u8 *order, u64 *snap_size)
5458 u8 order; member in struct:__anon340
5472 if (order) {
5452 _rbd_dev_v2_snap_size(struct rbd_device *rbd_dev, u64 snap_id, u8 *order, u64 *snap_size) argument
[all...]
/linux-master/drivers/s390/block/
H A Ddasd_eckd.c1529 prssdp->order = PSF_ORDER_PRSSD;
1597 prssdp->order = PSF_ORDER_PRSSD;
1784 prssdp->order = PSF_ORDER_PRSSD;
1889 psf_ssc_data->order = PSF_ORDER_SSC;
3796 ras_data->order = DSO_ORDER_RAS;
5290 prssdp->order = PSF_ORDER_PRSSD;
5898 prssdp->order = PSF_ORDER_PRSSD;
5986 prssdp->order = PSF_ORDER_PRSSD;
6230 prssdp->order = PSF_ORDER_PRSSD;
6333 psf_cuir->order
[all...]
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S35 # example) that are referenced by the FPSP package itself in order
291 # in order to promote readability within the corecode itself.
1309 # Exceptions in order of precedence:
1427 # "corrected" in order to have the proper equivalent extended precision
1538 # Exceptions in order of precedence:
1854 # Exceptions in order of precedence:
2095 # Exceptions in order of precedence:
2606 # Exceptions in order of precedence:
3584 # instruction in order to get this value and then store it to the #
5266 # in order t
[all...]
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Drtw8852a_rfk.c2449 static void _dpk_set_mdpd_para(struct rtw89_dev *rtwdev, u8 order) argument
2451 switch (order) {
2453 rtw89_phy_write32_mask(rtwdev, R_LDL_NORM, B_LDL_NORM_OP, order);
2458 rtw89_phy_write32_mask(rtwdev, R_LDL_NORM, B_LDL_NORM_OP, order);
2463 rtw89_phy_write32_mask(rtwdev, R_LDL_NORM, B_LDL_NORM_OP, order);
2469 "[DPK] Wrong MDPD order!!(0x%x)\n", order);
2474 "[DPK] Set MDPD order to 0x%x for IDL\n", order);
H A Drtw8852c_rfk.c2426 static void _dpk_set_mdpd_para(struct rtw89_dev *rtwdev, u8 order) argument
2435 if (order >= ARRAY_SIZE(order_tbls)) {
2436 rtw89_debug(rtwdev, RTW89_DBG_RFK, "[DPK] Wrong MDPD order!!(0x%x)\n", order);
2440 rtw89_rfk_parser(rtwdev, order_tbls[order]);
2443 order == 0x0 ? "(5,3,1)" :
2444 order == 0x1 ? "(5,3,0)" :
2445 order == 0x2 ? "(5,0,0)" : "(7,3,1)");
2610 rtw89_debug(rtwdev, RTW89_DBG_RFK, "[DPK] convert MDPD order to 0x%x\n", val);
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbnad.c262 int order; local
266 order = get_order(rcb->rxq->buffer_size);
279 unmap_q->alloc_order = order;
282 PAGE_SIZE << order : 2048;
286 BUG_ON((PAGE_SIZE << order) % unmap_q->map_size);
/linux-master/drivers/iommu/intel/
H A Ddmar.c1641 * size order = 0 is PAGE_SIZE 4KB
1646 pr_warn_ratelimited("Invalidate non-aligned address %llx, order %d\n",
1759 int order; local
1780 order = ecap_smts(iommu->ecap) ? 1 : 0;
1781 desc = iommu_alloc_pages_node(iommu->node, GFP_ATOMIC, order);
/linux-master/drivers/vfio/
H A Dvfio_iommu_type1.c1822 int ret, order = get_order(PAGE_SIZE * 2); local
1827 pages = alloc_pages(GFP_KERNEL | __GFP_ZERO, order);
1850 __free_pages(pages, order);
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c800 * The lower order bits are used to refcount other cases where a hugepage is
1675 * aggregate version in order to make the slab shrinker
2108 * order to read guest page tables. Direct shadow pages are never
2162 * in order to rebuild it.
3357 * order to eliminate unnecessary PML logging. See comments in
4277 static inline u8 kvm_max_level_for_order(int order) argument
4281 KVM_MMU_WARN_ON(order != KVM_HPAGE_GFN_SHIFT(PG_LEVEL_1G) &&
4282 order != KVM_HPAGE_GFN_SHIFT(PG_LEVEL_2M) &&
4283 order != KVM_HPAGE_GFN_SHIFT(PG_LEVEL_4K));
4285 if (order >
[all...]
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c1320 if (pattrib->order)/* HT-CTRL 11n */
1454 pattrib->order = GetOrder(ptr);

Completed in 506 milliseconds

<<11121314151617181920>>