| /linux/security/selinux/include/ |
| H A D | avc.h | 52 u32 requested; member 64 static inline u32 avc_audit_required(u32 requested, struct av_decision *avd, in avc_audit_required() argument 72 denied = requested & ~avd->allowed; in avc_audit_required() 94 audited = denied = requested; in avc_audit_required() 96 audited = requested & avd->auditallow; in avc_audit_required() 101 int slow_avc_audit(u32 ssid, u32 tsid, u16 tclass, u32 requested, u32 audited, 123 static inline int avc_audit(u32 ssid, u32 tsid, u16 tclass, u32 requested, in avc_audit() argument 128 audited = avc_audit_required(requested, avd, result, 0, &denied); in avc_audit() 131 return slow_avc_audit(ssid, tsid, tclass, requested, audited, denied, in avc_audit() 137 int avc_has_perm_noaudit(u32 ssid, u32 tsid, u16 tclass, u32 requested, [all …]
|
| /linux/security/selinux/ |
| H A D | avc.c | 383 static inline u32 avc_xperms_audit_required(u32 requested, in avc_xperms_audit_required() argument 392 denied = requested & ~avd->allowed; in avc_xperms_audit_required() 400 audited = denied = requested; in avc_xperms_audit_required() 402 audited = requested & avd->auditallow; in avc_xperms_audit_required() 414 u32 requested, struct av_decision *avd, in avc_xperms_audit() argument 422 requested, avd, xpd, perm, result, &denied); in avc_xperms_audit() 425 return slow_avc_audit(ssid, tsid, tclass, requested, in avc_xperms_audit() 755 u32 requested, u32 audited, u32 denied, int result, in slow_avc_audit() argument 770 sad.requested = requested; in slow_avc_audit() 996 static noinline int avc_denied(u32 ssid, u32 tsid, u16 tclass, u32 requested, in avc_denied() argument [all …]
|
| /linux/include/trace/events/ |
| H A D | avc.h | 25 __field(u32, requested) 35 __entry->requested = sad->requested; 44 TP_printk("requested=0x%x denied=0x%x audited=0x%x result=%d scontext=%s tcontext=%s tclass=%s", 45 __entry->requested, __entry->denied, __entry->audited, __entry->result,
|
| H 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/Documentation/userspace-api/media/v4l/ |
| H 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 140 The buffer type (``format.type`` field), requested I/O method
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| H A D | pp_psm.c | 250 struct pp_power_state *requested; in power_state_management() local 254 requested = new_ps; in power_state_management() 256 requested = hwmgr->request_ps; in power_state_management() 260 phm_apply_state_adjust_rules(hwmgr, requested, pcurrent); in power_state_management() 262 &pcurrent->hardware, &requested->hardware, &equal))) in power_state_management() 266 phm_set_power_state(hwmgr, &pcurrent->hardware, &requested->hardware); in power_state_management()
|
| /linux/Documentation/userspace-api/gpio/ |
| H A D | gpio-v2-line-get-values-ioctl.rst | 12 GPIO_V2_LINE_GET_VALUES_IOCTL - Get the values of requested lines. 30 to indicate the subset of requested lines to get. 35 Get the values of requested lines. 47 may be either the output buffer (the last requested value set) or the input
|
| H A D | gpio-v2-line-set-config-ioctl.rst | 12 GPIO_V2_LINE_SET_CONFIG_IOCTL - Update the configuration of previously requested lines. 30 requested lines. 35 Update the configuration of previously requested lines, without releasing the 38 The new configuration must specify a configuration for all requested lines.
|
| H A D | gpio-handle-set-config-ioctl.rst | 16 GPIOHANDLE_SET_CONFIG_IOCTL - Update the configuration of previously requested lines. 34 requested lines. 39 Update the configuration of previously requested lines, without releasing the 42 The configuration applies to all requested lines.
|
| H A D | gpio-v2-get-line-ioctl.rst | 39 A number of lines may be requested in the one line request, and request 40 operations are performed on the requested lines by the kernel as atomically 42 requested lines at once. 45 remain as requested until the returned file descriptor is closed. Once the 58 For any given requested line, the following configuration rules apply: 63 and the line is requested "as-is" to allow reading of the line value 102 Where the requested configuration is not directly supported by the underlying 141 is the requested configuration, not the resulting hardware configuration.
|
| H A D | gpio-handle-get-line-values-ioctl.rst | 15 GPIOHANDLE_GET_LINE_VALUES_IOCTL - Get the values of all requested lines. 37 Get the values of all requested lines. 49 may be either the output buffer (the last requested value set) or the input 55 one line requested in that case, only the one value is returned in ``values``.
|
| H A D | gpio-v2-line-set-values-ioctl.rst | 12 GPIO_V2_LINE_SET_VALUES_IOCTL - Set the values of requested output lines. 30 to indicate the subset of requested lines to set and ``bits`` set to 36 Set the values of requested output lines.
|
| H A D | gpio-get-linehandle-ioctl.rst | 40 While multiple lines may be requested, the same configuration applies to all 47 remain as requested until the returned file descriptor is closed. Once the 65 line is requested "as-is" to allow reading of the line value without altering 85 Where the requested configuration is not directly supported by the underlying 114 is the requested configuration, not the resulting hardware configuration.
|
| /linux/tools/usb/ffs-aio-example/multibuff/device_app/ |
| H 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/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-inv_icm42600 | 6 requested power mode to use if the ODR support it. If ODR 9 power mode if the sensor is on, or the requested value if the 10 sensor is off. The value between real and requested value can
|
| H A D | sysfs-class-devfreq | 79 the minimum frequency requested by users. It is 0 if 81 frequency requested by governors. 88 the maximum frequency requested by users. It is 0 if 90 frequency requested by governors and min_freq. 99 the requested polling interval of the corresponding devfreq 114 sets the requested frequency for the devfreq object if
|
| /linux/fs/nfs/ |
| H A D | direct.c | 440 ssize_t result, requested; in nfs_file_direct_read() local 487 requested = nfs_direct_read_schedule_iovec(dreq, iter, iocb->ki_pos); in nfs_file_direct_read() 492 if (requested > 0) { in nfs_file_direct_read() 495 requested -= result; in nfs_file_direct_read() 498 iov_iter_revert(iter, requested); in nfs_file_direct_read() 500 result = requested; in nfs_file_direct_read() 991 ssize_t result, requested; in nfs_file_direct_write() local 1039 requested = nfs_direct_write_schedule_iovec(dreq, iter, pos, in nfs_file_direct_write() 1051 requested = nfs_direct_write_schedule_iovec(dreq, iter, pos, in nfs_file_direct_write() 1062 if (requested > 0) { in nfs_file_direct_write() [all …]
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H 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/drivers/pmdomain/xilinx/ |
| H A D | zynqmp-pm-domains.c | 35 bool requested; member 113 if (!pd->requested) { in zynqmp_gpd_power_off() 170 pd->requested = true; in zynqmp_gpd_attach_dev() 200 pd->requested = false; in zynqmp_gpd_detach_dev()
|
| /linux/arch/powerpc/sysdev/ |
| H 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/drivers/infiniband/hw/hfi1/ |
| H 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/drivers/cxl/core/ |
| H A D | features.c | 394 int requested; in cxlctl_get_supported_features() local 405 requested = count / sizeof(*pos); in cxlctl_get_supported_features() 414 requested = min_t(int, requested, cxlfs->entries->num_features - start); in cxlctl_get_supported_features() 417 struct_size(feat_out, ents, requested); in cxlctl_get_supported_features() 424 rpc_out->size = struct_size(feat_out, ents, requested); in cxlctl_get_supported_features() 429 if (i - start == requested) in cxlctl_get_supported_features() 447 feat_out->num_entries = cpu_to_le16(requested); in cxlctl_get_supported_features()
|
| /linux/scripts/coccinelle/misc/ |
| H 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/platform/x86/ |
| H A D | asus-armoury.c | 548 u32 requested, enable, result; in egpu_enable_current_value_store() local 550 err = kstrtou32(buf, 10, &requested); in egpu_enable_current_value_store() 554 if (requested >= ARRAY_SIZE(egpu_status_map)) in egpu_enable_current_value_store() 556 enable = egpu_status_map[requested]; in egpu_enable_current_value_store() 706 u32 requested, mem; in apu_mem_current_value_store() local 708 result = kstrtou32(buf, 10, &requested); in apu_mem_current_value_store() 712 if (requested >= ARRAY_SIZE(apu_mem_map)) in apu_mem_current_value_store() 714 mem = apu_mem_map[requested]; in apu_mem_current_value_store() 722 pr_info("APU memory changed to %uGB, reboot required\n", requested + 1); in apu_mem_current_value_store()
|
| /linux/include/linux/ |
| H A D | rtc.h | 237 ktime_t requested) in rtc_bound_alarmtime() argument 240 rtc->alarm_offset_max * MSEC_PER_SEC < ktime_to_ms(requested)) in rtc_bound_alarmtime() 243 return requested; in rtc_bound_alarmtime()
|