Home
last modified time | relevance | path

Searched refs:APPEND (Results 1 – 15 of 15) sorted by relevance

/Linux-v6.6/samples/pktgen/
Dpktgen_sample01_simple.sh44 [ -z "$APPEND" ] && pg_ctrl "reset"
48 [ -z "$APPEND" ] && pg_thread $thread "rem_device_all"
95 if [ -z "$APPEND" ]; then
Dpktgen_sample02_multiqueue.sh44 [ -z "$APPEND" ] && pg_ctrl "reset"
53 [ -z "$APPEND" ] && pg_thread $thread "rem_device_all"
101 if [ -z "$APPEND" ]; then
Dpktgen_sample03_burst_single_flow.sh50 [ -z "$APPEND" ] && pg_ctrl "reset"
57 [ -z "$APPEND" ] && pg_thread $thread "rem_device_all"
103 if [ -z "$APPEND" ]; then
Dpktgen_sample05_flow_per_thread.sh41 [ -z "$APPEND" ] && pg_ctrl "reset"
48 [ -z "$APPEND" ] && pg_thread $thread "rem_device_all"
99 if [ -z "$APPEND" ]; then
Dpktgen_sample04_many_flows.sh51 [ -z "$APPEND" ] && pg_ctrl "reset"
58 [ -z "$APPEND" ] && pg_thread $thread "rem_device_all"
115 if [ -z "$APPEND" ]; then
Dpktgen_sample06_numa_awared_queue_irq_affinity.sh50 [ -z "$APPEND" ] && pg_ctrl "reset"
64 [ -z "$APPEND" ] && pg_thread $thread "rem_device_all"
120 if [ -z "$APPEND" ]; then
Dparameters.sh89 export APPEND=yes
90 info "Append mode: APPEND=$APPEND"
Dfunctions.sh114 if [[ -z "$APPEND" ]] && [[ $EUID -eq 0 ]]; then
DREADME.rst33 -a : ($APPEND) Script will not reset generator's state, but will append its config
/Linux-v6.6/tools/perf/trace/beauty/
Dopen_flags.c41 P_FLAG(APPEND); in open__scnprintf_flags()
/Linux-v6.6/include/linux/ceph/
Drados.h235 f(APPEND, __CEPH_OSD_OP(WR, DATA, 6), "append") \
/Linux-v6.6/Documentation/networking/
Dpktgen.rst263 -a : ($APPEND) Script will not reset generator's state, but will append its config
/Linux-v6.6/drivers/mfd/
Daxp20x.c552 INIT_REGMAP_IRQ(AXP288, APPEND, 1, 7),
/Linux-v6.6/Documentation/admin-guide/
Dinitrd.rst197 the options using APPEND, e.g.::
/Linux-v6.6/fs/ext4/
Dext4.h624 CHECK_FLAG_VALUE(APPEND); in ext4_check_flag_values()