Home
last modified time | relevance | path

Searched refs:contexts (Results 1 – 25 of 36) sorted by relevance

12

/dragonfly/sys/dev/drm/i915/
H A Di915_gem_context.c166 freed = llist_del_first(&i915->contexts.free_list); in contexts_free_first()
177 container_of(work, typeof(*i915), contexts.free_work); in contexts_free_worker()
190 if (llist_add(&ctx->free_link, &i915->contexts.free_list)) in i915_gem_context_release()
191 queue_work(i915->wq, &i915->contexts.free_work); in i915_gem_context_release()
215 ret = ida_simple_get(&dev_priv->contexts.hw_ida, in assign_hw_id()
223 ret = ida_simple_get(&dev_priv->contexts.hw_ida, in assign_hw_id()
275 list_add_tail(&ctx->link, &dev_priv->contexts.list); in __create_hw_context()
459 INIT_LIST_HEAD(&dev_priv->contexts.list); in i915_gem_contexts_init()
461 init_llist_head(&dev_priv->contexts.free_list); in i915_gem_contexts_init()
473 ida_init(&dev_priv->contexts.hw_ida); in i915_gem_contexts_init()
[all …]
H A Di915_sysfs.c212 list_for_each_entry(ctx, &dev_priv->contexts.list, link)
H A Di915_perf.c1626 list_for_each_entry(ctx, &dev_priv->contexts.list, link) {
H A Dintel_lrc.c2301 list_for_each_entry(ctx, &dev_priv->contexts.list, link) { in intel_lr_context_resume()
H A Di915_drv.c646 WARN_ON(!list_empty(&dev_priv->contexts.list)); in i915_gem_fini()
H A Di915_drv.h2493 } contexts; member
/dragonfly/contrib/file/magic/Magdir/
H A Dselinux22 #0 search gen_context( SE Linux policy file contexts
/dragonfly/sys/dev/drm/
H A Ddrm_context.c339 if (copy_to_user(&res->contexts[i], &ctx, sizeof(ctx))) in drm_legacy_resctx()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dthread178 // Returns a value that hints at the number of hardware thread contexts.
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr2/
H A Dbool_set51 * so that in contexts requiring a bool the conversion happens
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr2/
H A Dbool_set51 * so that in contexts requiring a bool the conversion happens
/dragonfly/sys/dev/drm/include/uapi/drm/
H A Ddrm.h428 struct drm_ctx __user *contexts; member
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dthread182 // Returns a value that hints at the number of hardware thread contexts.
/dragonfly/contrib/tre/
H A DREADME106 simultaneously in multiple contexts; e.g. in main() and a signal
/dragonfly/contrib/zstd/
H A DCHANGELOG224 perf: faster dictionary compression on small data when using multiple contexts, by @felixhandte
240 mem : automatic memory release for long duration contexts
/dragonfly/contrib/openpam/
H A DHISTORY189 contexts), since the module cache was the only part of OpenPAM that
/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-cp.c807 value_topo_info<ipa_polymorphic_call_context> contexts; variable
3182 topo->contexts.add_val (ctxval); in add_all_node_vals_to_toposort()
3333 topo->contexts.propagate_effects (); in ipcp_propagate_stage()
H A Dtree.def41 This type of node is accepted without complaint in all contexts
1041 for use in contexts in which we are accessing the entire object,
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dcppinternals.texi453 represent, but in contexts where the spelling of a token matters they
519 context}. All contexts other than the base context contain a
615 restoring popped contexts onto the context stack, which are too hard.
H A Dcfg.texi351 emit alternate prologues for functions called from different contexts.
H A Drtl.texi71 than as a pointer to a null character. In certain contexts, these null
74 other contexts in the RTL expressions that make up machine descriptions.
129 In a few contexts a null pointer is valid where an expression is normally
1985 contexts: as the destination of an assignment (in test and compare
1995 contexts: as the destination of an assignment (in test and compare
2033 certain specific contexts in jump instructions.
H A Dtrouble.texi740 line are used in contexts that do depend on the type of @code{T}, so
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree.def38 This type of node is accepted without complaint in all contexts
946 for use in contexts in which we are accessing the entire object,
/dragonfly/contrib/bmake/
H A Dbmake.cat1391 In most contexts where variables are expanded, `$$' expands to a single
392 dollar sign. In other contexts (most variable modifiers, string literals
/dragonfly/contrib/awk/
H A DFIXES.1e1195 argument was an array in some contexts. replaced the error

12