/linux-4.4.14/scripts/selinux/ |
D | install_policy.sh | 25 mkdir -p /etc/selinux/dummy/contexts/files 27 cp file_contexts /etc/selinux/dummy/contexts/files 28 cp dbus_contexts /etc/selinux/dummy/contexts 30 FC_FILE=/etc/selinux/dummy/contexts/files/file_contexts 56 cd /etc/selinux/dummy/contexts/files
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | main.c | 541 priv->contexts[i].ctxid = i; in iwl_init_context() 543 priv->contexts[IWL_RXON_CTX_BSS].always_active = true; in iwl_init_context() 544 priv->contexts[IWL_RXON_CTX_BSS].is_active = true; in iwl_init_context() 545 priv->contexts[IWL_RXON_CTX_BSS].rxon_cmd = REPLY_RXON; in iwl_init_context() 546 priv->contexts[IWL_RXON_CTX_BSS].rxon_timing_cmd = REPLY_RXON_TIMING; in iwl_init_context() 547 priv->contexts[IWL_RXON_CTX_BSS].rxon_assoc_cmd = REPLY_RXON_ASSOC; in iwl_init_context() 548 priv->contexts[IWL_RXON_CTX_BSS].qos_cmd = REPLY_QOS_PARAM; in iwl_init_context() 549 priv->contexts[IWL_RXON_CTX_BSS].ap_sta_id = IWL_AP_ID; in iwl_init_context() 550 priv->contexts[IWL_RXON_CTX_BSS].wep_key_cmd = REPLY_WEPKEY; in iwl_init_context() 551 priv->contexts[IWL_RXON_CTX_BSS].bcast_sta_id = IWLAGN_BROADCAST_ID; in iwl_init_context() [all …]
|
D | rxon.c | 321 priv->contexts[IWL_RXON_CTX_BSS].vif && in iwl_send_rxon_timing() 322 priv->contexts[IWL_RXON_CTX_BSS].vif->bss_conf.beacon_int) { in iwl_send_rxon_timing() 324 priv->contexts[IWL_RXON_CTX_BSS].timing.beacon_interval; in iwl_send_rxon_timing() 328 priv->contexts[IWL_RXON_CTX_PAN].vif && in iwl_send_rxon_timing() 329 priv->contexts[IWL_RXON_CTX_PAN].vif->bss_conf.beacon_int && in iwl_send_rxon_timing() 333 priv->contexts[IWL_RXON_CTX_PAN].timing.beacon_interval; in iwl_send_rxon_timing() 407 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS]; in iwl_set_tx_power() 548 ctx_bss = &priv->contexts[IWL_RXON_CTX_BSS]; in iwlagn_set_pan_params() 549 ctx_pan = &priv->contexts[IWL_RXON_CTX_PAN]; in iwlagn_set_pan_params() 916 struct iwl_rxon_context *ctx = &priv->contexts[ctxid]; in iwl_print_rx_config_cmd()
|
D | dev.h | 742 struct iwl_rxon_context contexts[NUM_IWL_RXON_CTX]; member 925 for (ctx = &priv->contexts[IWL_RXON_CTX_BSS]; \ 926 ctx < &priv->contexts[NUM_IWL_RXON_CTX]; ctx++) \ 937 return iwl_is_associated_ctx(&priv->contexts[ctxid]); in iwl_is_associated()
|
D | mac80211.c | 352 if (priv->contexts[IWL_RXON_CTX_BSS].vif != vif) in iwlagn_mac_set_rekey_data() 372 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS]; in iwlagn_mac_suspend() 436 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS]; in iwlagn_mac_resume() 535 if (resume_data.valid && priv->contexts[IWL_RXON_CTX_BSS].vif) { in iwlagn_mac_resume() 972 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS]; in iwlagn_mac_channel_switch() 1046 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS]; in iwl_chswitch_done()
|
D | devices.c | 409 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS]; in iwl5000_hw_channel_switch() 570 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS]; in iwl6000_hw_channel_switch()
|
D | scan.c | 635 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS]; in iwlagn_request_scan() 756 priv->contexts[IWL_RXON_CTX_BSS].active.flags & in iwlagn_request_scan()
|
D | rx.c | 148 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS]; in iwlagn_rx_csa() 661 if (priv->contexts[IWL_RXON_CTX_BSS].active.filter_flags & in iwlagn_set_decrypted_flag()
|
D | lib.c | 621 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS]; in iwlagn_fill_txpower_mode() 1083 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS]; in iwlagn_suspend()
|
D | tx.c | 286 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS]; in iwlagn_tx_skb() 774 vif = priv->contexts[ctx].vif; in iwlagn_check_ratid_empty()
|
D | calib.c | 970 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS]; in iwl_chain_noise_calibration()
|
D | debugfs.c | 1933 le32_to_cpu(priv->contexts[IWL_RXON_CTX_BSS].active.flags)); in iwl_dbgfs_rxon_flags_read() 1946 le32_to_cpu(priv->contexts[IWL_RXON_CTX_BSS].active.filter_flags)); in iwl_dbgfs_rxon_filter_flags_read()
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | gang.c | 50 WARN_ON(gang->contexts || !list_empty(&gang->list)); in destroy_spu_gang() 70 gang->contexts++; in spu_gang_add_ctx() 83 gang->contexts--; in spu_gang_remove_ctx()
|
D | spufs.h | 161 int contexts; member
|
D | sched.c | 336 available_spus -= spu->ctx->gang->contexts; in aff_ref_location() 339 if (available_spus < ctx->gang->contexts) { in aff_ref_location()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nv84_fence.c | 174 priv->suspend = vmalloc(priv->base.contexts * sizeof(u32)); in nv84_fence_suspend() 176 for (i = 0; i < priv->base.contexts; i++) in nv84_fence_suspend() 190 for (i = 0; i < priv->base.contexts; i++) in nv84_fence_resume() 231 priv->base.contexts = fifo->nr; in nv84_fence_create() 232 priv->base.context_base = fence_context_alloc(priv->base.contexts); in nv84_fence_create() 242 ret = nouveau_bo_new(drm->dev, 16 * priv->base.contexts, 0, domain, 0, in nv84_fence_create() 256 ret = nouveau_bo_new(drm->dev, 16 * priv->base.contexts, 0, in nv84_fence_create()
|
D | nv04_fence.c | 110 priv->base.contexts = 15; in nv04_fence_create() 111 priv->base.context_base = fence_context_alloc(priv->base.contexts); in nv04_fence_create()
|
D | nv10_fence.c | 109 priv->base.contexts = 31; in nv10_fence_create() 110 priv->base.context_base = fence_context_alloc(priv->base.contexts); in nv10_fence_create()
|
D | nv50_fence.c | 98 priv->base.contexts = 127; in nv50_fence_create() 99 priv->base.context_base = fence_context_alloc(priv->base.contexts); in nv50_fence_create()
|
D | nv17_fence.c | 127 priv->base.contexts = 31; in nv17_fence_create() 128 priv->base.context_base = fence_context_alloc(priv->base.contexts); in nv17_fence_create()
|
D | nouveau_fence.h | 60 u32 contexts, context_base; member
|
D | nouveau_fence.c | 84 fence->context >= priv->context_base + priv->contexts) in nouveau_local_fence()
|
/linux-4.4.14/Documentation/powerpc/ |
D | cxl.txt | 73 When using AFU directed mode, up to 16K simultaneous contexts can 122 context. Master contexts have access to the full MMIO space an 123 AFU provides. Slave contexts have access to only the per process 129 that the AFU provides (like master contexts in AFU directed). 149 An AFU directed mode AFU can have many contexts, the device can be 152 When all available contexts are allocated the open call will fail 156 the number of contexts that can be created, and therefore 160 contexts can be allocated. If 4 IRQs are needed per context, 161 then only 2037/4 = 509 contexts can be allocated. 232 In AFU directed mode, master contexts are allowed to map all of [all …]
|
D | cxlflash.txt | 300 User contexts are put into an error condition when the device needs to
|
/linux-4.4.14/drivers/staging/media/omap4iss/ |
D | iss_csi2.c | 258 struct iss_csi2_ctx_cfg *ctx = &csi2->contexts[0]; in csi2_set_outaddr() 287 struct iss_csi2_ctx_cfg *ctx = &csi2->contexts[ctxnum]; in csi2_ctx_enable() 542 if (csi2->contexts[0].enabled || csi2->ctrl.if_enable) in csi2_configure() 572 csi2->contexts[0].format_id = csi2_ctx_map_format(csi2); in csi2_configure() 575 csi2->contexts[0].data_offset = 0; in csi2_configure() 577 csi2->contexts[0].data_offset = csi2->video_out.bpl_value; in csi2_configure() 586 csi2->contexts[0].eof_enabled = 1; in csi2_configure() 587 csi2->contexts[0].eol_enabled = 1; in csi2_configure() 596 csi2_ctx_config(csi2, &csi2->contexts[0]); in csi2_configure() 784 csi2_isr_ctx(csi2, &csi2->contexts[0]); in omap4iss_csi2_isr()
|
D | iss_csi2.h | 143 struct iss_csi2_ctx_cfg contexts[ISS_CSI2_MAX_CTX_NUM + 1]; member
|
/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | ispcsi2.c | 223 struct isp_csi2_ctx_cfg *ctx = &csi2->contexts[0]; in csi2_set_outaddr() 253 struct isp_csi2_ctx_cfg *ctx = &csi2->contexts[ctxnum]; in csi2_ctx_enable() 564 if (csi2->contexts[0].enabled || csi2->ctrl.if_enable) in csi2_configure() 600 csi2->contexts[0].format_id = csi2_ctx_map_format(csi2); in csi2_configure() 603 csi2->contexts[0].data_offset = 0; in csi2_configure() 605 csi2->contexts[0].data_offset = csi2->video_out.bpl_value; in csi2_configure() 614 csi2->contexts[0].eof_enabled = 1; in csi2_configure() 615 csi2->contexts[0].eol_enabled = 1; in csi2_configure() 624 csi2_ctx_config(isp, csi2, &csi2->contexts[0]); in csi2_configure() 791 csi2_isr_ctx(csi2, &csi2->contexts[0]); in omap3isp_csi2_isr()
|
D | ispcsi2.h | 140 struct isp_csi2_ctx_cfg contexts[ISP_CSI2_MAX_CTX_NUM + 1]; member
|
/linux-4.4.14/Documentation/infiniband/ |
D | sysfs.txt | 76 nfreectxts - number of free user contexts 77 nctxts - number of allowed contexts (PSM2)
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-cxl | 7 Slave contexts (eg. /sys/class/cxl/afu0.0s): 63 provided that no user contexts are attached. 85 contexts active on the AFU. 145 Master contexts (eg. /sys/class/cxl/afu0.0m) 152 by userspace. This includes all slave contexts space also.
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | drm.c | 27 struct list_head contexts; member 249 INIT_LIST_HEAD(&fpriv->contexts); in tegra_drm_open() 440 list_for_each_entry(ctx, &file->contexts, list) in tegra_drm_file_owns_context() 545 list_add(&context->list, &fpriv->contexts); in tegra_open_channel() 868 list_for_each_entry_safe(context, tmp, &fpriv->contexts, list) in tegra_drm_preclose()
|
/linux-4.4.14/Documentation/firmware_class/ |
D | README | 93 user contexts to request firmware asynchronously, but can't be called 94 in atomic contexts.
|
/linux-4.4.14/Documentation/leds/ |
D | leds-lp3944.txt | 34 The chip is used mainly in embedded contexts, so this driver expects it is
|
/linux-4.4.14/Documentation/ |
D | workqueue.txt | 50 those very limited execution contexts leading to various problems 115 (how many execution contexts are active) is an important issue. cmwq 146 more execution contexts are necessary, which in turn is guaranteed 151 for execution contexts to free up. 232 @max_active determines the maximum number of execution contexts per
|
D | debugging-via-ohci1394.txt | 97 ... contexts, quirks 0x11
|
D | unshare.txt | 28 as multiple execution contexts within a process. These kernels provide
|
D | atomic_ops.txt | 525 provided. They are used in contexts where some other higher-level SMP
|
D | kernel-docs.txt | 305 Keywords: HOWTO, kernel contexts, deadlock, locking, modules,
|
D | pinctrl.txt | 1262 can call pinctrl_select_state() from non-blocking contexts.
|
/linux-4.4.14/drivers/staging/speakup/ |
D | TODO | 20 are called in various contexts, and a couple of things can't happen
|
/linux-4.4.14/Documentation/networking/ |
D | l2tp.txt | 81 internal tunnel and/or session contexts to determine how to handle the 141 include/linux/l2tp.h to manage tunnel and session contexts. The 320 as the reference count for session contexts. The L2TP implementation 322 contexts.
|
D | netconsole.txt | 207 from IRQ contexts as well, and does not enable interrupts while
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_context.c | 339 if (copy_to_user(&res->contexts[i], &ctx, sizeof(ctx))) in drm_legacy_resctx()
|
D | drm_ioc32.c | 635 u32 contexts; member 653 || __put_user((struct drm_ctx __user *) (unsigned long)res32.contexts, in compat_drm_resctx() 654 &res->contexts)) in compat_drm_resctx()
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | firewire-cdev | 95 Besides stopping and freeing I/O contexts that were associated
|
/linux-4.4.14/include/uapi/drm/ |
D | drm.h | 419 struct drm_ctx __user *contexts; member
|
/linux-4.4.14/Documentation/filesystems/ |
D | xfs-delayed-logging-design.txt | 431 contexts, and as such it is simple to assign a sequence number to each 432 checkpoint. Because the switching of checkpoint contexts must be done 445 To ensure that we can do this, we need to track all the checkpoint contexts 461 need to check that all the prior contexts in the committing list are also 593 can be multiple outstanding checkpoint contexts, we can still see elevated pin 673 sequencing needs to wait until checkpoint contexts contain a commit LSN 675 sequencing needs to wait until previous checkpoint contexts are removed from
|
D | spufs.txt | 16 can use spu_create(2) to establish SPU contexts in the spufs root.
|
/linux-4.4.14/Documentation/locking/ |
D | ww-mutex-design.txt | 10 can be shared across contexts/processes, exist in different memory 17 the same order in all contexts. That is directly under control of
|
D | mutex-design.txt | 100 contexts such as tasklets and timers.
|
D | lockdep-design.txt | 187 a very unlikely constellation of tasks, irq-contexts and timings to
|
/linux-4.4.14/Documentation/power/ |
D | opp.txt | 85 in multiple contexts and this synchronization mechanism is optimal for a read 95 and other contexts that prevent blocking functions in RCU or mutex operations
|
D | runtime_pm.txt | 843 The implementation is well suited for asynchronous use in interrupt contexts.
|
/linux-4.4.14/Documentation/vm/ |
D | balance | 71 and all process contexts are sleeping. For 2.3, kswapd does not really
|
D | highmem.txt | 81 kmap_atomic() may also be used by interrupt contexts, since it is does not
|
/linux-4.4.14/Documentation/devicetree/bindings/iommu/ |
D | iommu.txt | 22 * Provide address space isolation between multiple contexts.
|
/linux-4.4.14/Documentation/RCU/ |
D | UP.txt | 39 elements A, B, and C in process contexts, but that it invokes a function
|
/linux-4.4.14/Documentation/nfc/ |
D | nfc-hci.txt | 26 HCI uses 2 execution contexts: 184 The execution contexts are the following:
|
/linux-4.4.14/Documentation/crypto/ |
D | api-intro.txt | 82 methods may only be called from softirq and user contexts. For
|
D | async-tx-api.txt | 116 contexts are permitted provided constraint #2 is not violated.
|
/linux-4.4.14/Documentation/scheduler/ |
D | completion.txt | 125 Calling it from hard-irq or irqs-off atomic contexts will result in
|
/linux-4.4.14/Documentation/sysctl/ |
D | fs.txt | 48 io_setup system call for all currently active aio contexts. If aio-nr
|
/linux-4.4.14/Documentation/spi/ |
D | spi-summary | 422 may be issued only in contexts that may sleep, and they're all 591 execution contexts like IRQ handlers, tasklets, or workqueues (such
|
/linux-4.4.14/Documentation/gpio/ |
D | driver.txt | 68 on -RT (inside hard IRQ handlers and similar contexts). Normally this should
|
D | consumer.txt | 176 handlers and similar contexts.
|
D | gpio-legacy.txt | 164 (nonthreaded) IRQ handlers and similar contexts. 226 from contexts which may sleep, since they may need to access the GPIO
|
/linux-4.4.14/drivers/gpio/ |
D | Kconfig | 69 non-sleeping contexts. They can make bitbanged serial protocols 682 other GPIOs, but only accessible from task contexts.
|
/linux-4.4.14/Documentation/security/ |
D | credentials.txt | 110 object, given those contexts.
|
D | keys.txt | 257 controls can be applied to keys created within various contexts. This support
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 57 Improve support for multiple security contexts to the same server. We 63 established security contexts. fsync now sends SMB Flush operation
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | backend-api.txt | 77 The cache methods are executed one of two contexts:
|
D | netfs-api.txt | 240 (8) A pair of functions to manage contexts for the completion callback
|
/linux-4.4.14/Documentation/block/ |
D | biodoc.txt | 1039 4.4 I/O contexts 1040 I/O contexts provide a dynamically allocated per process data area. They may
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 992 arbitrary number of tasks and interrupt contexts) cause a 1000 participant CPUs, tasks and irq-contexts would be needed
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | timekeeping.txt | 611 real time any longer. This may be useful in certain security or QA contexts,
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 1984 * another packet without changing contexts, implying we are 2189 * top level idle loop, we exhaust all active contexts prior to determining that
|
/linux-4.4.14/Documentation/cgroups/ |
D | cpusets.txt | 362 This memory placement policy is also known (in other contexts) as
|
/linux-4.4.14/arch/mips/ |
D | Kconfig | 2355 vector register contexts. If you know that your kernel will only be
|