Searched refs:priority (Results 126 - 150 of 1095) sorted by relevance

1234567891011>>

/linux-master/include/uapi/linux/
H A Dipv6.h115 * are glued to priority now, forming "class".
120 __u8 priority:4, member in struct:ipv6hdr
124 priority:4;
H A Dagpgart.h108 __u32 priority; /* priority for paging out */ member in struct:_agp_unbind
/linux-master/arch/mips/cavium-octeon/executive/
H A Dcvmx-pko.c172 const uint64_t priority = 8; local
175 &priority);
315 * @priority: Array of priority levels for each queue. Values are
319 * on the fly while the pko is enabled. A priority of 9
320 * indicates that static priority should be used. If static
321 * priority is used all queues with static priority must be
323 * queues have higher priority than higher numbered queues.
328 const uint64_t priority[])
326 cvmx_pko_config_port(uint64_t port, uint64_t base_queue, uint64_t num_queues, const uint64_t priority[]) argument
[all...]
/linux-master/mm/
H A Dshrinker.c370 struct shrinker *shrinker, int priority)
394 delta = freeable >> priority;
406 total_scan = nr >> priority;
411 freeable, delta, total_scan, priority);
468 struct mem_cgroup *memcg, int priority)
548 ret = do_shrink_slab(&sc, shrinker, priority);
567 ret = do_shrink_slab(&sc, shrinker, priority);
586 struct mem_cgroup *memcg, int priority)
597 * @priority: the reclaim priority
369 do_shrink_slab(struct shrink_control *shrinkctl, struct shrinker *shrinker, int priority) argument
467 shrink_slab_memcg(gfp_t gfp_mask, int nid, struct mem_cgroup *memcg, int priority) argument
585 shrink_slab_memcg(gfp_t gfp_mask, int nid, struct mem_cgroup *memcg, int priority) argument
612 shrink_slab(gfp_t gfp_mask, int nid, struct mem_cgroup *memcg, int priority) argument
[all...]
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_dcb.c30 /* Hardware only supports SP (strict priority)
404 app->priority >= HNAE3_MAX_USER_PRIO)
407 dev_info(&hdev->pdev->dev, "setapp dscp=%u priority=%u\n",
408 app->protocol, app->priority);
410 if (app->priority == h->kinfo.dscp_prio[app->protocol])
419 old_app.priority = h->kinfo.dscp_prio[app->protocol];
421 h->kinfo.dscp_prio[app->protocol] = app->priority;
426 h->kinfo.dscp_prio[app->protocol] = old_app.priority;
432 if (old_app.priority == HNAE3_PRIO_ID_INVALID)
449 app->priority >
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ctx.c59 /* UNSET priority is not valid and we don't carry that
72 pr_warn_once("AMD-->DRM context priority value UNSET-->NORMAL");
90 /* This should not happen as we sanitized userspace provided priority
94 WARN(1, "Invalid context priority %d\n", ctx_prio);
101 int32_t priority)
104 if (priority <= AMDGPU_CTX_PRIORITY_NORMAL)
320 static int amdgpu_ctx_init(struct amdgpu_ctx_mgr *mgr, int32_t priority, argument
327 r = amdgpu_ctx_priority_permit(filp, priority);
340 ctx->init_priority = priority;
476 int32_t priority,
100 amdgpu_ctx_priority_permit(struct drm_file *filp, int32_t priority) argument
473 amdgpu_ctx_alloc(struct amdgpu_device *adev, struct amdgpu_fpriv *fpriv, struct drm_file *filp, int32_t priority, uint32_t *id) argument
670 int32_t priority; local
805 amdgpu_ctx_set_entity_priority(struct amdgpu_ctx *ctx, struct amdgpu_ctx_entity *aentity, int hw_ip, int32_t priority) argument
830 amdgpu_ctx_priority_override(struct amdgpu_ctx *ctx, int32_t priority) argument
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_dcb_nl.c302 * @prio: corresponding user priority
303 * @setting: the PFC setting for given priority
426 * @prio: the corresponding user priority
427 * @prio_type: traffic priority type
457 * @prio_type: the traffic priority type
551 * @prio: the corresponding user priority
552 * @prio_type: the traffic priority type
579 * @prio: corresponding user priority
580 * @prio_type: the traffic priority type
719 app->priority
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_trap.c23 u8 priority; member in struct:mlxsw_sp_trap_group_item
522 .priority = 0,
527 .priority = 0,
532 .priority = 2,
537 .priority = 0,
542 .priority = 0,
547 .priority = 5,
552 .priority = 5,
557 .priority = 5,
562 .priority
[all...]
/linux-master/arch/powerpc/platforms/cell/
H A Dinterrupt.h19 * 10 (0x80 | data) : IPI. data is the IPI number (obtained from the priority)
87 extern void iic_set_interrupt_routing(int cpu, int thread, int priority);
/linux-master/fs/jffs2/
H A Dcompr_lzo.c83 .priority = JFFS2_LZO_PRIORITY,
/linux-master/drivers/scsi/fcoe/
H A Dfcoe.h62 * @priority: Priority for the FCoE packet (DCB)
74 u8 priority; member in struct:fcoe_interface
/linux-master/include/linux/
H A Dagpgart.h86 u32 priority; /* priority for paging out */ member in struct:agp_unbind
/linux-master/samples/bpf/
H A Dtcp_tos_reflect_kern.c61 tos = ((hdr6->priority) << 4 |
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_ts.h31 u8 priority:1; member in struct:vidtv_mpeg_ts_adaption::__anon1061
40 __be16 bitfield; /* tei: 1, payload_start:1 priority: 1, pid:13 */
/linux-master/drivers/power/reset/
H A Dhisi-reboot.c37 .priority = 128,
/linux-master/include/net/caif/
H A Dcaif_dev.h31 * @priority: Priority of the connection.
42 enum caif_channel_priority priority; member in struct:caif_connect_request
/linux-master/include/uapi/linux/surface_aggregator/
H A Dcdev.h78 * @priority: Priority value determining the order in which notifier
80 * priority, i.e. the associated callback will be executed
81 * earlier than other (lower priority) callbacks.
86 * specifically with which priority and for which target category of events.
89 __s32 priority; member in struct:ssam_cdev_notifier_desc
/linux-master/drivers/gpu/drm/i915/
H A Di915_scheduler_types.h21 * @priority: execution and service priority
26 * @priority will be executed before those with a lower @priority
29 * The &drm_i915_private.kernel_context is assigned the lowest priority.
31 int priority; member in struct:i915_sched_attr
51 * dynamic priority changes.
57 * is put to the back of its priority queue, then reshuffling its dependents).
97 * A schedule engine represents a submission queue with different priority
112 * @lock: protects requests in priority list
[all...]
/linux-master/net/ipv4/netfilter/
H A Darptable_filter.c26 .priority = NF_IP_PRI_FILTER,
H A Diptable_security.c33 .priority = NF_IP_PRI_SECURITY,
/linux-master/net/ipv6/netfilter/
H A Dip6table_security.c32 .priority = NF_IP6_PRI_SECURITY,
/linux-master/net/tipc/
H A Deth_media.c91 .priority = TIPC_DEF_LINK_PRI,
H A Dib_media.c97 .priority = TIPC_DEF_LINK_PRI,
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_object.h59 u32 priority,
/linux-master/drivers/acpi/nfit/
H A Dmce.c89 .priority = MCE_PRIO_NFIT,

Completed in 229 milliseconds

1234567891011>>