Searched refs:randomize (Results 1 – 12 of 12) 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() 531 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/drivers/gpu/drm/ttm/tests/ |
H A D | TODO | 9 - Suggestion: randomize the number and size of tested buffers in
|
/linux/security/ |
H A D | Kconfig.hardening | 329 The seed used for compilation is in scripts/basic/randomize.seed. 341 bool "Fully randomize structure layout" 345 Fully randomize the member layout of sensitive 363 groups of members. It will further not randomize bitfields 374 Use GCC plugin to randomize structure layout.
|
/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/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 | 878 bool randomize, int page) in sunxi_nfc_hw_ecc_read_extra_oob() argument 892 if (!randomize) in sunxi_nfc_hw_ecc_read_extra_oob()
|
/linux/drivers/block/drbd/ |
H A D | drbd_receiver.c | 988 goto randomize; in conn_connect() 998 goto randomize; in conn_connect() 1005 randomize: in conn_connect()
|
/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 4231 should randomize its free lists. This parameter can be
|