Home
last modified time | relevance | path

Searched full:requested (Results 1 – 25 of 2595) sorted by relevance

12345678910>>...104

/Linux-v5.10/security/selinux/include/
Davc.h51 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,
110 * @requested: requested permissions
127 u16 tclass, u32 requested, in avc_audit() argument
134 audited = avc_audit_required(requested, avd, result, 0, &denied); in avc_audit()
141 requested, audited, denied, result, in avc_audit()
[all …]
/Linux-v5.10/include/linux/gpio/
Dconsumer.h248 /* GPIO can never have been requested */ in gpiod_put()
257 /* GPIO can never have been requested */ in devm_gpiod_unhinge()
265 /* GPIO can never have been requested */ in gpiod_put_array()
318 /* GPIO can never have been requested */ in devm_gpiod_put()
327 /* GPIO can never have been requested */ in devm_gpiod_put_array()
334 /* GPIO can never have been requested */ in gpiod_get_direction()
340 /* GPIO can never have been requested */ in gpiod_direction_input()
346 /* GPIO can never have been requested */ in gpiod_direction_output()
352 /* GPIO can never have been requested */ in gpiod_direction_output_raw()
360 /* GPIO can never have been requested */ in gpiod_get_value()
[all …]
/Linux-v5.10/drivers/target/iscsi/
Discsi_target_nodeattrib.c50 pr_err("Requested DataOut Timeout %u larger than" in iscsit_na_dataout_timeout()
55 pr_err("Requested DataOut Timeout %u smaller than" in iscsit_na_dataout_timeout()
75 pr_err("Requested DataOut Timeout Retries %u larger" in iscsit_na_dataout_timeout_retries()
80 pr_err("Requested DataOut Timeout Retries %u smaller" in iscsit_na_dataout_timeout_retries()
106 pr_err("Requested NopIn Timeout %u larger than maximum" in iscsit_na_nopin_timeout()
111 pr_err("Requested NopIn Timeout %u smaller than" in iscsit_na_nopin_timeout()
156 pr_err("Requested NopIn Response Timeout %u larger" in iscsit_na_nopin_response_timeout()
161 pr_err("Requested NopIn Response Timeout %u smaller" in iscsit_na_nopin_response_timeout()
182 pr_err("Requested Random DataIN PDU Offsets: %u not" in iscsit_na_random_datain_pdu_offsets()
202 pr_err("Requested Random DataIN Sequence Offsets: %u" in iscsit_na_random_datain_seq_offsets()
[all …]
/Linux-v5.10/security/selinux/
Davc.c386 static inline u32 avc_xperms_audit_required(u32 requested, in avc_xperms_audit_required() argument
395 denied = requested & ~avd->allowed; in avc_xperms_audit_required()
400 audited &= ~requested; in avc_xperms_audit_required()
403 audited = denied = requested; in avc_xperms_audit_required()
405 audited = requested & avd->auditallow; in avc_xperms_audit_required()
408 audited &= ~requested; in avc_xperms_audit_required()
418 u32 requested, struct av_decision *avd, in avc_xperms_audit() argument
426 requested, avd, xpd, perm, result, &denied); in avc_xperms_audit()
429 return slow_avc_audit(state, ssid, tsid, tclass, requested, in avc_xperms_audit()
764 u32 requested, u32 audited, u32 denied, int result, in slow_avc_audit() argument
[all …]
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dvidioc-create-bufs.rst43 ``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
131 The buffer type (``format.type`` field), requested I/O method
/Linux-v5.10/include/sound/
Dpcm_oss.h29 int rate; /* requested rate */
30 int format; /* requested OSS format */
31 unsigned int channels; /* requested channels */
34 unsigned int subdivision; /* requested subdivision */
35 size_t period_bytes; /* requested period size */
39 size_t buffer_bytes; /* requested buffer size */
/Linux-v5.10/tools/perf/pmu-events/arch/x86/tremontx/
Duncore-other.json289 "BriefDescription": "Data requested of the CPU : Card reading from DRAM",
297 …"PublicDescription": "Data requested of the CPU : Card reading from DRAM : Number of DWs (4 bytes)…
302 "BriefDescription": "Data requested of the CPU : Card reading from DRAM",
310 …"PublicDescription": "Data requested of the CPU : Card reading from DRAM : Number of DWs (4 bytes)…
315 "BriefDescription": "Data requested of the CPU : Card reading from DRAM",
323 …"PublicDescription": "Data requested of the CPU : Card reading from DRAM : Number of DWs (4 bytes)…
328 "BriefDescription": "Data requested of the CPU : Card reading from DRAM",
336 …"PublicDescription": "Data requested of the CPU : Card reading from DRAM : Number of DWs (4 bytes)…
341 "BriefDescription": "Data requested of the CPU : Card writing to DRAM",
349 …"PublicDescription": "Data requested of the CPU : Card writing to DRAM : Number of DWs (4 bytes) t…
[all …]
/Linux-v5.10/include/linux/
Dgpio.h134 /* GPIO can never have been requested */ in gpio_free()
142 /* GPIO can never have been requested */ in gpio_free_array()
163 /* GPIO can never have been requested or set as {in,out}put */ in gpio_get_value()
170 /* GPIO can never have been requested or set as output */ in gpio_set_value()
176 /* GPIO can never have been requested or set as {in,out}put */ in gpio_cansleep()
183 /* GPIO can never have been requested or set as {in,out}put */ in gpio_get_value_cansleep()
190 /* GPIO can never have been requested or set as output */ in gpio_set_value_cansleep()
196 /* GPIO can never have been requested or set as {in,out}put */ in gpio_export()
217 /* GPIO can never have been requested or set as input */ in gpio_to_irq()
/Linux-v5.10/drivers/gpu/drm/msm/disp/mdp4/
Dmdp4_lvds_connector.c65 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-v5.10/include/trace/events/
Davc.h25 __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,
Drdma_core.h121 int requested,
125 TP_ARGS(cq, requested, rc),
129 __field(int, requested)
135 __entry->requested = requested;
139 TP_printk("cq.id=%u requested %d, returned %d",
140 __entry->cq_id, __entry->requested, __entry->rc
/Linux-v5.10/drivers/gpu/drm/msm/edp/
Dedp_connector.c65 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-v5.10/tools/testing/selftests/kvm/lib/
Dio.c16 * + Write of less than requested amount
20 * continue writing the requested data.
26 * to the number of requested bytes. All other conditions in this and
88 * + Read of less than requested amount
92 * continue reading the requested data.
96 * contains at least the number of requested bytes to be read. A TEST_ASSERT
103 * to the number of requested bytes. All other conditions in this and
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-class-devfreq45 the requested polling interval of the corresponding devfreq
74 sets the requested frequency for the devfreq object if
98 the minimum frequency requested by users. It is 0 if
100 frequency requested by governors.
107 the maximum frequency requested by users. It is 0 if
109 frequency requested by governors and min_freq.
/Linux-v5.10/drivers/gpu/drm/msm/dp/
Ddp_panel.h73 * @lane_rate: link rate requested by the sink
75 * Returns true if the requested link rate is supported.
87 * @lane_count: lane count requested by the sink
89 * Returns true if the requested lane count is supported.
Ddp_link.c287 * dp_link_is_bit_depth_valid() - validates the bit depth requested
288 * @tbd: bit depth requested by the sink
290 * Returns true if the requested bit depth is supported.
314 /* Read the requested video link pattern (Byte 0x221). */ in dp_link_parse_timing_params1()
336 /* Read the requested video link pattern (Byte 0x221). */ in dp_link_parse_timing_params2()
371 * bit depth requested by the sink and, and if the values parsed are valid.
394 /* Read the requested color bit depth and dynamic range (Byte 0x232) */ in dp_link_parse_video_pattern_params()
570 * requested.
604 * @link: link requested by the sink
606 * Returns true if the requested link is a permitted audio/video link.
[all …]
/Linux-v5.10/Documentation/userspace-api/media/dvb/
Ddmx-reqbufs.rst53 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-v5.10/fs/vboxsf/
Dshfl_hostintf.h141 /** No additional information is available / requested. */
145 * available / requested.
150 * available / requested.
353 /* Read/write requested access for the object. */
356 /* No access requested. */
358 /* Read access requested. */
360 /* Write access requested. */
362 /* Read/Write access requested. */
365 /* Requested share access for the object. */
377 /* Requested access to attributes of the object. */
[all …]
/Linux-v5.10/arch/mips/include/asm/octeon/
Dcvmx-bootmem.h80 * requested).
214 * freed. If the requested name block is already allocated, return
251 * (optional) requested address and alignment.
261 * @alignment: Requested alignment of the block. If this alignment
265 * internally enforced. Requested alignments of less than
279 * (optional) requested address and alignment.
287 * @param alignment Requested alignment of the block. If this
291 * internally enforced. Requested alignments of less
/Linux-v5.10/Documentation/filesystems/spufs/
Dspufs.rst87 If a count smaller than four is requested, read returns -1 and
101 If a count smaller than four is requested, read returns -1 and
122 four is requested, write returns -1 and sets errno to EINVAL. If there
146 If a count smaller than four is requested, read returns -1 and
198 If a count smaller than four is requested, read returns -1 and
204 If a count smaller than four is requested, write returns -1 and
219 If a count smaller than four is requested, read returns -1 and
225 If a count smaller than four is requested, write returns -1 and
/Linux-v5.10/include/uapi/linux/
Dgpio.h39 * Maximum number of requested lines.
137 * associated with one or more of the requested lines.
153 * all requested lines but may be overridden for particular lines using
157 * @attrs: the configuration attributes associated with the requested
176 * @config: requested configuration for the lines.
177 * @num_lines: number of lines requested in this request, i.e. the number
233 * @GPIO_V2_LINE_CHANGED_REQUESTED: line has been requested
333 /* Maximum number of requested handles */
384 * together. Note that even if multiple lines are requested, the same flags
389 * @default_values: if the %GPIOHANDLE_REQUEST_OUTPUT is set for a requested
[all …]
/Linux-v5.10/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c364 errx(0, "no CPUs requested"); in validate_cpu_selected_set()
369 errx(1, "Requested cpu% is not present", cpu); in validate_cpu_selected_set()
404 errx(1, "Requested cpu%d exceeds max cpu%d", cpu, max_cpu_num); in parse_cmdline_cpu()
447 errx(1, "Requested cpu%d exceeds max cpu%d", cpu, max_cpu_num); in parse_cmdline_cpu()
484 errx(1, "Requested pkg%d exceeds max pkg%d", pkg, max_pkg_num); in parse_cmdline_pkg()
499 errx(1, "Requested pkg%d Exceeds max pkg%d", pkg, max_pkg_num); in parse_cmdline_pkg()
926 /* fail if min > max requested */ in verify_hwp_req_self_consistency()
928 errx(1, "cpu%d: requested hwp-min %d > hwp_max %d", in verify_hwp_req_self_consistency()
934 errx(1, "cpu%d: requested hwp-desired %d > hwp_max %d", in verify_hwp_req_self_consistency()
939 errx(1, "cpu%d: requested hwp-desired %d < requested hwp_min %d", in verify_hwp_req_self_consistency()
[all …]
/Linux-v5.10/fs/gfs2/
Dtrans.h28 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-v5.10/drivers/visorbus/
Dvisorchannel.c32 bool requested; member
55 if (channel->requested) in visorchannel_destroy()
369 * we haven't requested it so we don't try to release later on. in visorchannel_create()
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-v5.10/drivers/infiniband/hw/hfi1/
Dopfn.c54 * Exit if the extended bit is not set, or if nothing is requested, or in opfn_conn_request()
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()
261 * We only want to set the OPFN requested bit when the in opfn_qp_init()
266 priv->opfn.requested |= OPFN_MASK(TID_RDMA); in opfn_qp_init()

12345678910>>...104