Home
last modified time | relevance | path

Searched refs:tunable (Results 1 – 23 of 23) sorted by relevance

/third_party/selinux/secilc/docs/
Dcil_conditional_statements.md124 tunable section in Conditional Statements
131 …ments.md#tunableif) statements are resolved first, [`tunable`](cil_conditional_statements.md#tunab…
136 (tunable tunable_id true|false)
148 <td align="left"><p><code>tunable</code></p></td>
149 <td align="left"><p>The <code>tunable</code> keyword.</p></td>
153 <td align="left"><p>The <code>tunable</code> identifier.</p></td>
157 <td align="left"><p>The initial state of the <code>tunable</code>.</p></td>
171 …itional_statements.md#tunableif) block. Otherwise, [`tunable`](cil_conditional_statements.md#tunab…
200 <td align="left"><p>Either a single <code>tunable</code> identifier or one or more <code>expr</code…
214 … optional set of CIL statements that will be instantiated when the <code>tunable</code> is evaluat…
[all …]
Dcil_container_statements.md224 [`tunable`](cil_conditional_statements.md#tunable), [`in`](cil_container_statements.md#in), [`block…
287 [`tunable`](cil_conditional_statements.md#tunable) and [`in`](cil_container_statements.md#in) state…
DREADME.md51 * [tunable](cil_conditional_statements.md#tunable)
Dcil_call_macro_statements.md61 [`tunable`](cil_conditional_statements.md#tunable), [`in`](cil_container_statements.md#in), [`block…
Dcil_reference_guide.md48 tunable
/third_party/ltp/testcases/kernel/mem/
D.gitignore68 /tunable/max_map_count
69 /tunable/min_free_kbytes
70 /tunable/overcommit_memory
/third_party/selinux/secilc/test/
Dintegration.cil112 (tunable allow_execfile true)
113 (tunable allow_userexec false)
211 (tunable tun1 true)
/third_party/selinux/checkpolicy/
Dpolicy_scan.l108 tunable { return(TUNABLE); }
/third_party/exfatprogs/
DREADME.md59 Adjust tunable filesystem parameters on an exFAT filesystem
/third_party/selinux/libsepol/cil/src/
Dcil_write_ast.c849 struct cil_tunable *tunable = node->data; in cil_write_ast_node() local
850 …fprintf(out, "(tunable %s %s)\n", datum_to_str(DATUM(tunable)), tunable->value ? "true" : "false"); in cil_write_ast_node()
Dcil_build_ast.c2539 struct cil_tunable *tunable = NULL; in cil_gen_tunable() local
2551 cil_tunable_init(&tunable); in cil_gen_tunable()
2556 tunable->value = CIL_TRUE; in cil_gen_tunable()
2558 tunable->value = CIL_FALSE; in cil_gen_tunable()
2565 …rc = cil_gen_node(db, ast_node, (struct cil_symtab_datum*)tunable, (hashtab_key_t)key, CIL_SYM_TUN… in cil_gen_tunable()
2574 cil_destroy_tunable(tunable); in cil_gen_tunable()
2579 void cil_destroy_tunable(struct cil_tunable *tunable) in cil_destroy_tunable() argument
2581 if (tunable == NULL) { in cil_destroy_tunable()
2585 cil_symtab_datum_destroy(&tunable->datum); in cil_destroy_tunable()
2586 free(tunable); in cil_destroy_tunable()
Dcil_build_ast.h128 void cil_destroy_tunable(struct cil_tunable *tunable);
/third_party/libxml2/os400/
DREADME40038 _ Edit file iniscript.sh. You may want to change tunable configuration
/third_party/curl/packages/OS400/
DREADME.OS400264 _ Edit file iniscript.sh. You may want to change tunable configuration
/third_party/libwebsockets/READMEs/
DREADME.jit-trust.md237 The context creation info struct has a couple of runtime-tunable settings
/third_party/python/Doc/library/
Dhashlib.rst236 brute-force attacks. A good password hashing function must be tunable, slow, and
Dos.rst4600 This class represents tunable scheduling parameters used in
/third_party/FreeBSD/
DUPDATING261 loader tunable 'hw.nvme.use_nvd=1' if you wish to use the existing
317 EFIRT may be disabled via a loader tunable, efi.rt.disabled, if a system
/third_party/mesa3d/docs/gallium/
Dscreen.rst735 performance. This is a tunable for the GLSL compiler and the behavior is
/third_party/json/
DREADME.md1606 **Your program is compiled with glibc.** There is a tunable threshold that glibc uses to decide whe…
/third_party/python/Doc/whatsnew/
D3.2.rst2319 seconds. This parameter is tunable through :func:`sys.setswitchinterval()`.
/third_party/libxml2/
DNEWS3197 size to be application tunable.
/third_party/python/Misc/
DHISTORY18055 - Patch #1454481: thread stack size is now tunable at runtime for thread