Searched refs:contexts (Results 26 - 50 of 52) sorted by relevance

123

/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmac80211.c339 if (priv->contexts[IWL_RXON_CTX_BSS].vif != vif)
359 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS];
423 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS];
522 if (resume_data.valid && priv->contexts[IWL_RXON_CTX_BSS].vif) {
944 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS];
1018 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS];
H A Ddevices.c392 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS];
553 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS];
H A Drx.c52 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS];
562 * All contexts have the same setting here due to it being
565 if (priv->contexts[IWL_RXON_CTX_BSS].active.filter_flags &
H A Dlib.c341 * Figure out how many contexts are active.
581 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS];
1038 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS];
H A Dscan.c369 * If both contexts are active, we have to restrict to
616 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS];
743 priv->contexts[IWL_RXON_CTX_BSS].active.flags &
H A Dtx.c265 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS];
752 vif = priv->contexts[ctx].vif;
H A Dcalib.c913 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS];
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_request.c284 struct i915_gem_context **contexts; member in struct:smoketest
366 t->contexts[order[n] % t->ncontexts];
478 t.contexts = kcalloc(t.ncontexts, sizeof(*t.contexts), GFP_KERNEL);
479 if (!t.contexts) {
485 t.contexts[n] = mock_context(t.engine->i915, "mock");
486 if (!t.contexts[n]) {
532 if (!t.contexts[n])
534 mock_context_close(t.contexts[n]);
536 kfree(t.contexts);
[all...]
/linux-master/drivers/misc/ocxl/
H A Dsysfs.c92 __ATTR_RO(contexts),
/linux-master/drivers/md/dm-vdo/
H A Dvdo.h292 unsigned int queue_count, void *contexts[]);
H A Dvdo.c408 * @contexts: An array of queue_count contexts, one for each individual queue; may be NULL.
418 unsigned int queue_count, void *contexts[])
436 type, queue_count, contexts, &thread->queue);
416 vdo_make_thread(struct vdo *vdo, thread_id_t thread_id, const struct vdo_work_queue_type *type, unsigned int queue_count, void *contexts[]) argument
/linux-master/include/net/
H A Dmptcp.h108 struct mptcp_subflow_context *contexts[MPTCP_SUBFLOWS_MAX]; member in struct:mptcp_sched_data
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c328 * The handler can be one from three contexts, see &iwl_rx_handler_context
1622 * This function receives a bitmap of rx async handler contexts
1626 u8 contexts)
1633 * wanted contexts from this list, add them to a local one (lock free),
1638 if (!(BIT(entry->context) & contexts))
1662 u8 contexts = BIT(RX_HANDLER_ASYNC_LOCKED_WIPHY); local
1664 iwl_mvm_async_handlers_by_context(mvm, contexts);
1671 u8 contexts = BIT(RX_HANDLER_ASYNC_LOCKED) | local
1674 iwl_mvm_async_handlers_by_context(mvm, contexts);
1625 iwl_mvm_async_handlers_by_context(struct iwl_mvm *mvm, u8 contexts) argument
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dspufs.h146 int contexts; member in struct:spu_gang
H A Dsched.c305 * contexts bigger than the amount of spus in the node,
320 available_spus -= spu->ctx->gang->contexts;
323 if (available_spus < ctx->gang->contexts) {
650 * higher priority contexts before lower priority
735 * @free_spu Whether to free the SPU for other contexts
738 * SPU is made available for other contexts (ie, may be returned by
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_execlists.c214 * Setup the pair of contexts such that if we
2562 * Build a chain AB...BA between two contexts (A, B) and request
3079 /* All GPR are clear for new contexts. We use GPR(0) as a constant */
3266 * a few preempting contexts thrown into the mix, we look for any
3311 /* Continuously preempt the set of 3 running contexts */
3471 struct i915_gem_context **contexts; member in struct:preempt_smoke
3482 return smoke->contexts[i915_prandom_u32_max_state(smoke->ncontext,
3601 pr_info("Submitted %lu crescendo:%x requests across %d engines and %d contexts\n",
3630 pr_info("Submitted %lu random:%x requests across %d engines and %d contexts\n",
3648 smoke.contexts
[all...]
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_context.c13 * supports contexts for the render ring.
15 * In software, there is a distinction between contexts created by the user,
24 * swap out, and/or destroy other contexts.
26 * All other contexts are created as a request by the GPU client. These contexts
217 * Only contexts that are short-lived [that will expire or be
652 /* Create contexts / engines */
1289 spin_lock(&ctx->i915->gem.contexts.lock);
1291 spin_unlock(&ctx->i915->gem.contexts.lock);
1567 * Only contexts tha
[all...]
/linux-master/include/linux/
H A Dperf_event.h76 short contexts; member in struct:perf_callchain_entry_ctx
952 * These fields let us detect when two contexts have both
974 * Number of contexts where an event can trigger:
1560 if (ctx->contexts < sysctl_perf_event_max_contexts_per_stack) {
1563 ++ctx->contexts;
/linux-master/drivers/gpu/drm/tegra/
H A Dsubmit.c524 context = xa_load(&fpriv->contexts, args->context);
H A Ddrm.c111 xa_init_flags(&fpriv->contexts, XA_FLAGS_ALLOC1);
/linux-master/include/uapi/drm/
H A Ddrm.h434 struct drm_ctx __user *contexts; member in struct:drm_ctx_res
/linux-master/tools/include/uapi/drm/
H A Ddrm.h434 struct drm_ctx __user *contexts; member in struct:drm_ctx_res
/linux-master/drivers/gpu/drm/i915/
H A Di915_perf.c77 * the metrics of other processes/contexts. For these use cases a read() based
345 * @single_context: Whether a single or all gpu contexts should be monitored
834 * contexts while filtering since we can't stop userspace
843 * associated with other contexts. Note that the hardware
849 * other, unrelated contexts) we simply elect to forward them
863 * leaking the IDs of other contexts.
1401 * 0 - (NUM_CONTEXT_TAG -1) are used by other contexts
2658 * configuration across all contexts.
2673 * - Ensure that all existing contexts will have the correct per-context
2675 * - Ensure any new contexts wil
[all...]
H A Di915_gem.c1185 * default HW state for all contexts.
1285 drm_WARN_ON(&dev_priv->drm, !list_empty(&dev_priv->gem.contexts.list));
H A Di915_drv.h330 } contexts; member in struct:drm_i915_private::__anon715

Completed in 698 milliseconds

123