Home
last modified time | relevance | path

Searched refs:randomize (Results 1 – 10 of 10) sorted by relevance

/linux/tools/perf/bench/
H A Depoll-wait.c93 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 Depoll-ctl.c38 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 Discsi_target_seq_pdu_list.c446 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 Discsi_target_seq_pdu_list.h50 int randomize; member
/linux/security/
H A DKconfig.hardening329 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/drivers/gpu/drm/ttm/tests/
H A DTODO9 - Suggestion: randomize the number and size of tested buffers in
/linux/Documentation/arch/powerpc/
H A Dkaslr-booke32.rst24 We will use the first 512M of the low memory to randomize the kernel
/linux/tools/testing/selftests/net/
H A Dtcp_mmap.c426 static void randomize(void *target, size_t count) in randomize() function
582 randomize(buffer, buffer_sz); in main()
/linux/Documentation/arch/arm/
H A Duefi.rst68 kaslr-seed 64-bit Entropy used to randomize the kernel image
/linux/drivers/block/drbd/
H A Ddrbd_receiver.c988 goto randomize; in conn_connect()
998 goto randomize; in conn_connect()
1005 randomize: in conn_connect()