Searched refs:randomize (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/perf/bench/ |
| H A D | epoll-wait.c | 93 static bool wdone, done, __verbose, randomize, nonblocking; variable 132 OPT_BOOLEAN('R', "randomize", &randomize, "Enable random write behaviour (default is lineal)"), 390 randomize? "random":"lineal"); in writerfn() 393 if (randomize) { in writerfn() 400 if (randomize) { in writerfn() 536 if (randomize) in bench_epoll_wait()
|
| H A D | epoll-ctl.c | 38 static bool done, __verbose, randomize; variable 80 OPT_BOOLEAN( 'R', "randomize", &randomize, "Perform random operations on random fds"), 188 if (randomize) { in workerfn() 259 if (randomize) in do_threads()
|
| /linux/drivers/target/iscsi/ |
| H A D | iscsi_target_seq_pdu_list.c | 446 if (bl->randomize & RANDOM_R2T_OFFSETS) { in iscsit_do_build_pdu_and_seq_lists() 453 if (bl->randomize & RANDOM_DATAIN_SEQ_OFFSETS) { in iscsit_do_build_pdu_and_seq_lists() 465 if (bl->randomize & RANDOM_DATAOUT_PDU_OFFSETS) { in iscsit_do_build_pdu_and_seq_lists() 472 if (bl->randomize & RANDOM_DATAIN_PDU_OFFSETS) { in iscsit_do_build_pdu_and_seq_lists() 516 bl.randomize |= RANDOM_DATAIN_PDU_OFFSETS; in iscsit_build_pdu_and_seq_lists() 518 bl.randomize |= RANDOM_DATAIN_SEQ_OFFSETS; in iscsit_build_pdu_and_seq_lists() 523 bl.randomize |= RANDOM_R2T_OFFSETS; in iscsit_build_pdu_and_seq_lists()
|
| H A D | iscsi_target_seq_pdu_list.h | 50 int randomize; member
|
| /linux/security/ |
| H A D | Kconfig.hardening | 304 The seed used for compilation is in scripts/basic/randomize.seed. 316 bool "Fully randomize structure layout" 320 Fully randomize the member layout of sensitive 338 groups of members. It will further not randomize bitfields 349 Use GCC plugin to randomize structure layout.
|
| /linux/drivers/gpu/drm/ttm/tests/ |
| H A D | TODO | 9 - Suggestion: randomize the number and size of tested buffers in
|
| /linux/Documentation/arch/powerpc/ |
| H A D | kaslr-booke32.rst | 24 We will use the first 512M of the low memory to randomize the kernel
|
| /linux/tools/testing/selftests/net/ |
| H A D | tcp_mmap.c | 426 static void randomize(void *target, size_t count) in randomize() function 582 randomize(buffer, buffer_sz); in main()
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-bench.txt | 259 --randomize:: 260 Specify seed to randomize page access offset (default: 0, or not randomized).
|
| /linux/Documentation/arch/arm/ |
| H A D | uefi.rst | 68 kaslr-seed 64-bit Entropy used to randomize the kernel image
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | sunxi_nand.c | 1041 bool randomize, int page) in sunxi_nfc_hw_ecc_read_extra_oob() argument 1055 if (!randomize) in sunxi_nfc_hw_ecc_read_extra_oob()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_receiver.c | 800 goto randomize; in conn_connect() 810 goto randomize; in conn_connect() 817 randomize: in conn_connect()
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 723 norand: Do not re-randomize CFI hashes. 4838 should randomize its free lists. This parameter can be
|