Home
last modified time | relevance | path

Searched refs:intents (Results 1 – 16 of 16) sorted by relevance

/linux-6.15/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom,apr.yaml64 qcom,intents:
71 - description: amount of intents to preallocate
74 List of (size, amount) pairs describing what intents should be
76 default intents available for the channel to meet expectations of the
154 qcom,intents = <512 20>;
191 qcom,intents = <512 20>;
/linux-6.15/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,glink-rpm-edge.yaml51 qcom,intents:
58 - description: amount of intents to preallocate
61 List of (size, amount) pairs describing what intents should be
63 default intents available for the channel to meet expectations of the
/linux-6.15/drivers/rpmsg/
H A Dqcom_glink_native.c1038 struct intent_pair intents[]; in qcom_glink_handle_intent() member
1041 const size_t msglen = struct_size(msg, intents, count); in qcom_glink_handle_intent()
1069 count > 0 ? msg->intents[0].size : 0, in qcom_glink_handle_intent()
1070 count > 0 ? msg->intents[0].iid : 0); in qcom_glink_handle_intent()
1077 intent->id = le32_to_cpu(msg->intents[i].iid); in qcom_glink_handle_intent()
1078 intent->size = le32_to_cpu(msg->intents[i].size); in qcom_glink_handle_intent()
/linux-6.15/Documentation/admin-guide/cgroup-v1/
H A Drdma.rst78 User should set all the limit to max value if it intents to remove/unconfigure
/linux-6.15/Documentation/arch/x86/
H A Dsgx.rst79 For all intents and purposes, the SGX architecture allows the processor to
/linux-6.15/Documentation/filesystems/xfs/
H A Dxfs-delayed-logging-design.rst28 logging mechanisms are varied and complex, combining intents, logical and
36 chained together by intents, ensuring that journal recovery can restart and
121 the high level operation must use intents and deferred operations to guarantee
H A Dxfs-online-fsck-design.rst1761 <https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git/log/?h=scrub-drain-intents>`_.
1830 try to wait for intents to complete.
/linux-6.15/Documentation/RCU/Design/Expedited-Grace-Periods/
H A DExpedited-Grace-Periods.rst21 given that they for all intents and purposes hammer every CPU that
/linux-6.15/arch/arm64/boot/dts/qcom/
H A Dsar2130p.dtsi1562 qcom,intents = <512 20>;
H A Dsdm845.dtsi936 qcom,intents = <512 20>;
H A Dsm8450.dtsi2727 qcom,intents = <512 20>;
H A Dsm8550.dtsi2467 qcom,intents = <512 20>;
H A Dsm8650.dtsi3070 qcom,intents = <512 20>;
H A Dsc8280xp.dtsi2787 qcom,intents = <512 20>;
H A Dx1e80100.dtsi4037 qcom,intents = <512 20>;
/linux-6.15/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst18 RCU is for all intents and purposes a large state machine, and its