| /linux/mm/damon/ |
| H A D | sysfs.c | 1099 static void damon_sysfs_contexts_rm_dirs(struct damon_sysfs_contexts *contexts) in damon_sysfs_contexts_rm_dirs() argument 1101 struct damon_sysfs_context **contexts_arr = contexts->contexts_arr; in damon_sysfs_contexts_rm_dirs() 1104 for (i = 0; i < contexts->nr; i++) { in damon_sysfs_contexts_rm_dirs() 1108 contexts->nr = 0; in damon_sysfs_contexts_rm_dirs() 1110 contexts->contexts_arr = NULL; in damon_sysfs_contexts_rm_dirs() 1113 static int damon_sysfs_contexts_add_dirs(struct damon_sysfs_contexts *contexts, in damon_sysfs_contexts_add_dirs() argument 1119 damon_sysfs_contexts_rm_dirs(contexts); in damon_sysfs_contexts_add_dirs() 1127 contexts->contexts_arr = contexts_arr; in damon_sysfs_contexts_add_dirs() 1132 damon_sysfs_contexts_rm_dirs(contexts); in damon_sysfs_contexts_add_dirs() 1137 &damon_sysfs_context_ktype, &contexts->kobj, in damon_sysfs_contexts_add_dirs() [all …]
|
| /linux/drivers/android/binder/ |
| H A D | context.rs | 20 contexts: KVVec::new(), 25 contexts: KVVec<Arc<Context>>, field 30 let mut ctxs = KVVec::with_capacity(lock.contexts.len(), GFP_KERNEL)?; in get_all_contexts() 31 for ctx in lock.contexts.iter() { in get_all_contexts() 68 CONTEXTS.lock().contexts.push(ctx.clone(), GFP_KERNEL)?; in new() 78 CONTEXTS.lock().contexts.retain(|c| !Arc::ptr_eq(c, self)); in deregister()
|
| H A D | rust_binder_main.rs | 542 let contexts = context::get_all_contexts()?; in rust_binder_transactions_show_impl() localVariable 543 for ctx in contexts { in rust_binder_transactions_show_impl() 556 let contexts = context::get_all_contexts()?; in rust_binder_stats_show_impl() localVariable 557 for ctx in contexts { in rust_binder_stats_show_impl() 569 let contexts = context::get_all_contexts()?; in rust_binder_state_show_impl() localVariable 570 for ctx in contexts { in rust_binder_state_show_impl() 582 let contexts = context::get_all_contexts()?; in rust_binder_proc_show_impl() localVariable 583 for ctx in contexts { in rust_binder_proc_show_impl()
|
| /linux/tools/testing/selftests/damon/ |
| H A D | damon_nr_regions.py | 23 contexts=[_damon_sysfs.DamonCtx( 49 scheme = kdamonds.kdamonds[0].contexts[0].schemes[0] 91 contexts=[_damon_sysfs.DamonCtx( 110 attrs = kdamonds.kdamonds[0].contexts[0].monitoring_attrs 128 scheme = kdamonds.kdamonds[0].contexts[0].schemes[0]
|
| H A D | _damon_sysfs.py | 626 return os.path.join(self.kdamond.sysfs_dir(), 'contexts', 670 contexts = None 674 def __init__(self, contexts=[]): 675 self.contexts = contexts 676 for idx, context in enumerate(self.contexts): 685 'contexts', 'nr_contexts') 689 if int(content) != len(self.contexts): 690 err = write_file(nr_contexts_file, '%d' % len(self.contexts)) 694 for context in self.contexts 664 contexts = None global() variable in Kdamond 668 __init__(self, contexts=[]) global() argument [all...] |
| H A D | sysfs.py | 201 ctxs = kdamonds.kdamonds[0].contexts 202 dump = status['contexts'] 210 contexts=[_damon_sysfs.DamonCtx( 265 kdamonds.kdamonds[0].contexts = [context] 274 kdamonds.kdamonds[0].contexts = [context] 290 contexts=[_damon_sysfs.DamonCtx( 303 kdamonds.kdamonds[0].contexts[0].targets[1].obsolete = True 305 del kdamonds.kdamonds[0].contexts[0].targets[1]
|
| H A D | damos_apply_interval.py | 16 contexts=[_damon_sysfs.DamonCtx( 50 schemes = kdamonds.kdamonds[0].contexts[0].schemes
|
| H A D | damos_tried_regions.py | 16 contexts=[_damon_sysfs.DamonCtx( 39 scheme = kdamonds.kdamonds[0].contexts[0].schemes[0]
|
| H A D | sysfs_update_schemes_tried_regions_wss_estimation.py | 14 contexts=[_damon_sysfs.DamonCtx( 21 )] # contexts 38 kdamonds.kdamonds[0].contexts[0].schemes[0].tried_bytes)
|
| H A D | damos_quota.py | 18 contexts=[_damon_sysfs.DamonCtx( 49 scheme = kdamonds.kdamonds[0].contexts[0].schemes[0]
|
| H A D | sysfs_update_schemes_tried_regions_hang.py | 12 contexts=[_damon_sysfs.DamonCtx(
|
| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | main.c | 609 priv->contexts[i].ctxid = i; in iwl_init_context() 611 priv->contexts[IWL_RXON_CTX_BSS].always_active = true; in iwl_init_context() 612 priv->contexts[IWL_RXON_CTX_BSS].is_active = true; in iwl_init_context() 613 priv->contexts[IWL_RXON_CTX_BSS].rxon_cmd = REPLY_RXON; in iwl_init_context() 614 priv->contexts[IWL_RXON_CTX_BSS].rxon_timing_cmd = REPLY_RXON_TIMING; in iwl_init_context() 615 priv->contexts[IWL_RXON_CTX_BSS].rxon_assoc_cmd = REPLY_RXON_ASSOC; in iwl_init_context() 616 priv->contexts[IWL_RXON_CTX_BSS].qos_cmd = REPLY_QOS_PARAM; in iwl_init_context() 617 priv->contexts[IWL_RXON_CTX_BSS].ap_sta_id = IWL_AP_ID; in iwl_init_context() 618 priv->contexts[IWL_RXON_CTX_BSS].wep_key_cmd = REPLY_WEPKEY; in iwl_init_context() 619 priv->contexts[IWL_RXON_CTX_BSS].bcast_sta_id = IWLAGN_BROADCAST_ID; in iwl_init_context() [all …]
|
| H A D | rxon.c | 301 priv->contexts[IWL_RXON_CTX_BSS].vif && in iwl_send_rxon_timing() 302 priv->contexts[IWL_RXON_CTX_BSS].vif->bss_conf.beacon_int) { in iwl_send_rxon_timing() 304 priv->contexts[IWL_RXON_CTX_BSS].timing.beacon_interval; in iwl_send_rxon_timing() 308 priv->contexts[IWL_RXON_CTX_PAN].vif && in iwl_send_rxon_timing() 309 priv->contexts[IWL_RXON_CTX_PAN].vif->bss_conf.beacon_int && in iwl_send_rxon_timing() 313 priv->contexts[IWL_RXON_CTX_PAN].timing.beacon_interval; in iwl_send_rxon_timing() 387 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS]; in iwl_set_tx_power() 523 ctx_bss = &priv->contexts[IWL_RXON_CTX_BSS]; in iwlagn_set_pan_params() 524 ctx_pan = &priv->contexts[IWL_RXON_CTX_PAN]; in iwlagn_set_pan_params() 891 struct iwl_rxon_context *ctx = &priv->contexts[ctxid]; in iwl_print_rx_config_cmd()
|
| H A D | dev.h | 721 struct iwl_rxon_context contexts[NUM_IWL_RXON_CTX]; member 903 for (ctx = &priv->contexts[IWL_RXON_CTX_BSS]; \ 904 ctx < &priv->contexts[NUM_IWL_RXON_CTX]; ctx++) \ 915 return iwl_is_associated_ctx(&priv->contexts[ctxid]); in iwl_is_associated()
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | uapi.c | 55 xa_for_each(&file->contexts, id, context) in tegra_drm_uapi_close_file() 61 xa_destroy(&file->contexts); in tegra_drm_uapi_close_file() 138 err = xa_alloc(&fpriv->contexts, &args->context, context, XA_LIMIT(1, U32_MAX), in tegra_drm_ioctl_channel_open() 173 context = xa_load(&fpriv->contexts, args->context); in tegra_drm_ioctl_channel_close() 179 xa_erase(&fpriv->contexts, args->context); in tegra_drm_ioctl_channel_close() 203 context = xa_load(&fpriv->contexts, args->context); in tegra_drm_ioctl_channel_map() 284 context = xa_load(&fpriv->contexts, args->context); in tegra_drm_ioctl_channel_unmap()
|
| H A D | uapi.h | 23 struct xarray contexts; member
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-ocxl | 8 What: /sys/class/ocxl/<afu name>/contexts 12 Number of contexts for the AFU, in the format <n>/<max> 16 n number of currently active contexts, for debug 17 max maximum number of contexts supported by the AFU
|
| /linux/arch/powerpc/platforms/cell/spufs/ |
| H A D | gang.c | 38 WARN_ON(gang->contexts || !list_empty(&gang->list)); in destroy_spu_gang() 58 gang->contexts++; in spu_gang_add_ctx() 71 gang->contexts--; in spu_gang_remove_ctx()
|
| /linux/Documentation/gpu/rfc/ |
| H A D | i915_scheduler.rst | 26 which configures a slot with N contexts 94 contexts in parallel with the GuC the context must be explicitly registered with 95 N contexts and all N contexts must be submitted in a single command to the GuC. 96 The GuC interfaces do not support dynamically changing between N contexts as the 105 * A 'set_parallel' extension to configure contexts for parallel 115 submission interface currently only supports submitting multiple contexts to 125 A 'set_parallel' extension to configure contexts for parallel submission 128 It is a setup step that must be called before using any of the contexts. See
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_sriov_vf_ccs.c | 221 &xe->sriov.vf.ccs.contexts[ctx_id]; in xe_sriov_vf_ccs_rebase() 264 ctx = &xe->sriov.vf.ccs.contexts[ctx_id]; in xe_sriov_vf_ccs_register_context() 351 ctx = &xe->sriov.vf.ccs.contexts[ctx_id]; in xe_sriov_vf_ccs_init() 432 ctx = &xe->sriov.vf.ccs.contexts[ctx_id]; in xe_sriov_vf_ccs_attach_bo() 486 bb_pool = xe->sriov.vf.ccs.contexts[ctx_id].mem.ccs_bb_pool; in xe_sriov_vf_ccs_print()
|
| H A D | xe_sriov_vf_ccs_types.h | 42 struct xe_sriov_vf_ccs_ctx contexts[XE_SRIOV_VF_CCS_CTX_COUNT]; member
|
| /linux/Documentation/ABI/removed/ |
| H A D | sysfs-selinux-user | 8 of security contexts that can be reached for a given SELinux 10 when various login-style programs requested contexts for
|
| /linux/net/6lowpan/ |
| H A D | debugfs.c | 248 struct dentry *contexts; in lowpan_dev_debugfs_init() local 254 contexts = debugfs_create_dir("contexts", ldev->iface_debugfs); in lowpan_dev_debugfs_init() 256 debugfs_create_file("show", 0644, contexts, &lowpan_dev(dev)->ctx, in lowpan_dev_debugfs_init() 260 lowpan_dev_debugfs_ctx_init(dev, contexts, i); in lowpan_dev_debugfs_init()
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_context.c | 350 list_add_tail(&ctx->file_link, &pvr_file->contexts); in pvr_context_create() 449 ctx = list_first_entry(&pvr_file->contexts, struct pvr_context, file_link); in pvr_destroy_contexts_for_file() 451 while (!list_entry_is_head(ctx, &pvr_file->contexts, file_link)) { in pvr_destroy_contexts_for_file() 462 ctx = list_first_entry(&pvr_file->contexts, struct pvr_context, file_link); in pvr_destroy_contexts_for_file()
|
| /linux/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_request.c | 285 struct i915_gem_context **contexts; member 367 t->contexts[order[n] % t->ncontexts]; in __igt_breadcrumbs_smoketest() 479 t.contexts = kzalloc_objs(*t.contexts, t.ncontexts); in mock_breadcrumbs_smoketest() 480 if (!t.contexts) { in mock_breadcrumbs_smoketest() 486 t.contexts[n] = mock_context(t.engine->i915, "mock"); in mock_breadcrumbs_smoketest() 487 if (!t.contexts[n]) { in mock_breadcrumbs_smoketest() 533 if (!t.contexts[n]) in mock_breadcrumbs_smoketest() 535 mock_context_close(t.contexts[n]); in mock_breadcrumbs_smoketest() 537 kfree(t.contexts); in mock_breadcrumbs_smoketest() 1771 smoke[0].contexts = kzalloc_objs(*smoke[0].contexts, smoke[0].ncontexts); in live_breadcrumbs_smoketest() [all …]
|