/linux/security/selinux/include/ |
A D | avc.h | 51 u32 requested; member 64 static inline u32 avc_audit_required(u32 requested, in avc_audit_required() argument 71 denied = requested & ~avd->allowed; in avc_audit_required() 93 audited = denied = requested; in avc_audit_required() 95 audited = requested & avd->auditallow; in avc_audit_required() 102 u32 requested, u32 audited, u32 denied, int result, 126 u16 tclass, u32 requested, in avc_audit() argument 136 requested, audited, denied, result, in avc_audit() 144 u16 tclass, u32 requested, 150 u16 tclass, u32 requested, [all …]
|
/linux/security/selinux/ |
A D | avc.c | 396 denied = requested & ~avd->allowed; in avc_xperms_audit_required() 401 audited &= ~requested; in avc_xperms_audit_required() 404 audited = denied = requested; in avc_xperms_audit_required() 409 audited &= ~requested; in avc_xperms_audit_required() 786 sad.requested = requested; in slow_avc_audit() 1015 u16 tclass, u32 requested, in avc_denied() argument 1055 if (WARN_ON(!requested)) in avc_has_extended_perms() 1082 avd.allowed &= ~requested; in avc_has_extended_perms() 1098 avd.allowed &= ~requested; in avc_has_extended_perms() 1138 u16 tclass, u32 requested, in avc_has_perm_noaudit() argument [all …]
|
/linux/drivers/gpu/drm/msm/disp/mdp4/ |
A D | mdp4_lvds_connector.c | 65 long actual, requested; in mdp4_lvds_connector_mode_valid() local 67 requested = 1000 * mode->clock; in mdp4_lvds_connector_mode_valid() 68 actual = mdp4_lcdc_round_pixclk(encoder, requested); in mdp4_lvds_connector_mode_valid() 70 DBG("requested=%ld, actual=%ld", requested, actual); in mdp4_lvds_connector_mode_valid() 72 if (actual != requested) in mdp4_lvds_connector_mode_valid()
|
/linux/include/trace/events/ |
A D | avc.h | 25 __field(u32, requested) 35 __entry->requested = sad->requested; 45 __entry->requested, __entry->denied, __entry->audited, __entry->result,
|
A D | rdma_core.h | 121 int requested, 125 TP_ARGS(cq, requested, rc), 129 __field(int, requested) 135 __entry->requested = requested; 140 __entry->cq_id, __entry->requested, __entry->rc
|
/linux/drivers/gpu/drm/msm/edp/ |
A D | edp_connector.c | 65 long actual, requested; in edp_connector_mode_valid() local 67 requested = 1000 * mode->clock; in edp_connector_mode_valid() 69 requested, edp_connector->edp->encoder); in edp_connector_mode_valid() 71 DBG("requested=%ld, actual=%ld", requested, actual); in edp_connector_mode_valid() 72 if (actual != requested) in edp_connector_mode_valid()
|
/linux/Documentation/userspace-api/media/v4l/ |
A D | vidioc-create-bufs.rst | 43 ``count`` field must be set to the number of requested buffers, the 44 ``memory`` field specifies the requested I/O method and the ``reserved`` 52 requested format is supported by the driver. Based on the format's 53 ``type`` field the requested buffer size (for single-planar) or plane 64 driver may reject the requested size, but if it is accepted the driver 68 will attempt to allocate up to the requested number of buffers and store 71 than the number requested. 87 - The number of buffers requested or granted. If count == 0, then 136 The buffer type (``format.type`` field), requested I/O method
|
A D | vidioc-reqbufs.rst | 48 the desired number of buffers, ``memory`` must be set to the requested 51 allocate the requested number of buffers and it stores the actual number 53 requested, even zero, when the driver runs out of free memory. A larger 83 - The number of buffers requested or granted. 180 The buffer type (``type`` field) or the requested I/O method
|
/linux/fs/gfs2/ |
A D | trans.h | 28 static inline unsigned int gfs2_rg_blocks(const struct gfs2_inode *ip, unsigned requested) in gfs2_rg_blocks() argument 32 if (requested < rgd->rd_length) in gfs2_rg_blocks() 33 return requested + 1; in gfs2_rg_blocks()
|
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
A D | pp_psm.c | 245 struct pp_power_state *requested; in power_state_management() local 249 requested = new_ps; in power_state_management() 251 requested = hwmgr->request_ps; in power_state_management() 255 phm_apply_state_adjust_rules(hwmgr, requested, pcurrent); in power_state_management() 257 &pcurrent->hardware, &requested->hardware, &equal))) in power_state_management() 261 phm_set_power_state(hwmgr, &pcurrent->hardware, &requested->hardware); in power_state_management()
|
/linux/tools/usb/ffs-aio-example/multibuff/device_app/ |
A D | aio_multibuff.c | 148 unsigned requested; member 215 iobuf->requested = 0; in init_bufs() 328 if (iobuf[i].requested) in main() 342 iobuf[i].requested = ret; in main() 363 iobuf[actual].requested -= ret; in main() 366 if (!iobuf[actual].requested) in main()
|
/linux/drivers/visorbus/ |
A D | visorchannel.c | 32 bool requested; member 55 if (channel->requested) in visorchannel_destroy() 371 channel->requested = request_mem_region(physaddr, size, VISOR_DRV_NAME); in visorchannel_create() 372 if (!channel->requested && !guid_equal(guid, &visor_video_guid)) in visorchannel_create() 387 if (channel->requested) in visorchannel_create() 390 channel->requested = request_mem_region(channel->physaddr, size, in visorchannel_create() 392 if (!channel->requested && !guid_equal(guid, &visor_video_guid)) in visorchannel_create()
|
/linux/fs/nfs/ |
A D | direct.c | 449 ssize_t result, requested; in nfs_file_direct_read() local 491 if (requested > 0) { in nfs_file_direct_read() 494 requested -= result; in nfs_file_direct_read() 497 iov_iter_revert(iter, requested); in nfs_file_direct_read() 499 result = requested; in nfs_file_direct_read() 896 ssize_t result, requested; in nfs_file_direct_write() local 941 requested = nfs_direct_write_schedule_iovec(dreq, iter, pos); in nfs_file_direct_write() 950 if (requested > 0) { in nfs_file_direct_write() 953 requested -= result; in nfs_file_direct_write() 958 iov_iter_revert(iter, requested); in nfs_file_direct_write() [all …]
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-class-devfreq | 76 the minimum frequency requested by users. It is 0 if 78 frequency requested by governors. 85 the maximum frequency requested by users. It is 0 if 87 frequency requested by governors and min_freq. 96 the requested polling interval of the corresponding devfreq 111 sets the requested frequency for the devfreq object if
|
/linux/Documentation/userspace-api/media/dvb/ |
A D | dmx-reqbufs.rst | 53 attempt to allocate the requested number of buffers and it stores the actual 54 number allocated in the ``count`` field. The ``count`` can be smaller than the number requested, ev… 57 at ``size``, and can be smaller than what's requested. 75 The the requested I/O method is not supported.
|
/linux/arch/x86/kernel/fpu/ |
A D | xstate.c | 1598 static int __xstate_request_perm(u64 permitted, u64 requested) in __xstate_request_perm() argument 1613 if ((permitted & requested) == requested) in __xstate_request_perm() 1617 mask = permitted | requested; in __xstate_request_perm() 1629 WRITE_ONCE(fpu->perm.__state_perm, requested); in __xstate_request_perm() 1645 u64 permitted, requested; in xstate_request_perm() local 1656 requested = xstate_prctl_req[idx]; in xstate_request_perm() 1657 if (!requested) in xstate_request_perm() 1660 if ((fpu_user_cfg.max_features & requested) != requested) in xstate_request_perm() 1665 if ((permitted & requested) == requested) in xstate_request_perm() 1671 ret = __xstate_request_perm(permitted, requested); in xstate_request_perm()
|
/linux/drivers/infiniband/hw/hfi1/ |
A D | opfn.c | 58 if (!priv->opfn.extended || !priv->opfn.requested || in opfn_conn_request() 59 priv->opfn.requested == priv->opfn.completed || priv->opfn.curr) in opfn_conn_request() 62 mask = priv->opfn.requested & ~priv->opfn.completed; in opfn_conn_request() 237 priv->opfn.requested = 0; in opfn_conn_error() 266 priv->opfn.requested |= OPFN_MASK(TID_RDMA); in opfn_qp_init()
|
/linux/arch/powerpc/sysdev/ |
A D | fsl_gtm.c | 96 if (!gtm->timers[i].requested) { in gtm_get_timer16() 97 gtm->timers[i].requested = true; in gtm_get_timer16() 132 if (gtm->timers[timer].requested) in gtm_get_specific_timer16() 136 ret->requested = true; in gtm_get_specific_timer16() 156 tmr->requested = false; in gtm_put_timer16()
|
/linux/scripts/coccinelle/misc/ |
A D | irqf_oneshot.cocci | 3 /// threaded IRQs without a primary handler need to be requested with 106 msg = "WARNING: Threaded IRQ with no primary handler requested without IRQF_ONESHOT (unless it is n… 112 msg = "WARNING: Threaded IRQ with no primary handler requested without IRQF_ONESHOT (unless it is n…
|
/linux/drivers/gpu/drm/i915/gem/ |
A D | i915_gem_ttm.c | 156 struct ttm_place *requested, in i915_ttm_placement_from_obj() argument 166 obj->mm.region, requested, flags); in i915_ttm_placement_from_obj() 174 *busy = *requested; in i915_ttm_placement_from_obj() 178 placement->placement = requested; in i915_ttm_placement_from_obj() 703 struct ttm_place requested, busy[I915_TTM_MAX_PLACEMENTS]; in i915_ttm_get_pages() local 709 i915_ttm_placement_from_obj(obj, &requested, busy, &placement); in i915_ttm_get_pages() 731 struct ttm_place requested; in i915_ttm_migrate() local 735 i915_ttm_place_from_region(mr, &requested, obj->flags); in i915_ttm_migrate() 738 placement.placement = &requested; in i915_ttm_migrate() 739 placement.busy_placement = &requested; in i915_ttm_migrate()
|
/linux/drivers/gpu/drm/msm/hdmi/ |
A D | hdmi_connector.c | 380 long actual, requested; in msm_hdmi_connector_mode_valid() local 382 requested = 1000 * mode->clock; in msm_hdmi_connector_mode_valid() 384 requested, hdmi_connector->hdmi->encoder); in msm_hdmi_connector_mode_valid() 393 DBG("requested=%ld, actual=%ld", requested, actual); in msm_hdmi_connector_mode_valid() 395 if (actual != requested) in msm_hdmi_connector_mode_valid()
|
/linux/Documentation/devicetree/bindings/spmi/ |
A D | qcom,spmi-pmic-arb.txt | 39 cell 1: slave ID for the requested interrupt (0-15) 40 cell 2: peripheral ID for requested interrupt (0-255) 41 cell 3: the requested peripheral interrupt (0-7)
|
/linux/Documentation/devicetree/bindings/hwmon/ |
A D | max6650.txt | 16 - maxim,fan-target-rpm: Initial requested fan rotation speed. If specified, the 17 driver selects closed-loop mode and the requested speed.
|
/linux/Documentation/devicetree/bindings/mtd/ |
A D | arm,pl353-nand-r2p1.yaml | 25 - description: Offset of the memory region requested by the device 26 - description: Length of the memory region requested by the device
|
/linux/drivers/net/wwan/iosm/ |
A D | iosm_ipc_protocol.c | 140 u32 requested; in ipc_protocol_pm_dev_sleep_handle() local 154 requested = ipc_protocol_pm_dev_get_sleep_notification(ipc_protocol); in ipc_protocol_pm_dev_sleep_handle() 156 return ipc_pm_dev_slp_notification(&ipc_protocol->pm, requested); in ipc_protocol_pm_dev_sleep_handle()
|