From: kamalesh-babulal Date: Fri, 25 Apr 2025 09:51:49 +0000 (+0000) Subject: deploy: 1ae7cf85e45fdbae7c07be324c47e39cbf19ffbe X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f8d131d2773694b2b44c0f7b3cb5cc647f194b7;p=thirdparty%2Flibcgroup.git deploy: 1ae7cf85e45fdbae7c07be324c47e39cbf19ffbe --- diff --git a/abstraction-common_8h_source.html b/abstraction-common_8h_source.html index 3bf4601f..364f44d2 100644 --- a/abstraction-common_8h_source.html +++ b/abstraction-common_8h_source.html @@ -149,11 +149,28 @@ $(function(){ initResizable(false); });
112 const char * const in_value, const char * const out_setting,
113 void *in_dflt, void *out_dflt);
114
-
115#ifdef __cplusplus
-
116} /* extern "C" */
-
117#endif
-
118
-
119#endif /* __ABSTRACTION_COMMON */
+
115/* memory */
+
116int cgroup_convert_memory_limit_to_max(struct cgroup_controller * const dst_cgc,
+
117 const char * const in_value, const char * const out_setting,
+
118 void *in_dflt, void *out_dflt);
+
119
+
120int cgroup_convert_memory_soft_limit_to_max(struct cgroup_controller * const dst_cgc,
+
121 const char * const in_value, const char * const out_setting,
+
122 void *in_dflt, void *out_dflt);
+
123
+
124int cgroup_convert_memory_max_to_limit(struct cgroup_controller * const dst_cgc,
+
125 const char * const in_value, const char * const out_setting,
+
126 void *in_dflt, void *out_dflt);
+
127
+
128int cgroup_convert_memory_high_to_soft_limit(struct cgroup_controller * const dst_cgc,
+
129 const char * const in_value, const char * const out_setting,
+
130 void *in_dflt, void *out_dflt);
+
131
+
132#ifdef __cplusplus
+
133} /* extern "C" */
+
134#endif
+
135
+
136#endif /* __ABSTRACTION_COMMON */
Definition libcgroup-internal.h:113