Home
last modified time | relevance | path

Searched full:declare (Results 1 – 25 of 430) sorted by relevance

12345678910>>...18

/Linux-v6.6/fs/nfs/
Dio.c27 * nfs_start_io_read - declare the file is being used for buffered reads
30 * Declare that a buffered read operation is about to start, and ensure
58 * nfs_end_io_read - declare that the buffered read operation is done
61 * Declare that a buffered read operation is done, and release the shared
71 * nfs_start_io_write - declare the file is being used for buffered writes
74 * Declare that a buffered read operation is about to start, and ensure
85 * nfs_end_io_write - declare that the buffered write operation is done
88 * Declare that a buffered write operation is done, and release the
107 * nfs_start_io_direct - declare the file is being used for direct i/o
110 * Declare that a direct I/O operation is about to start, and ensure
[all …]
/Linux-v6.6/fs/ceph/
Dio.c35 * ceph_start_io_read - declare the file is being used for buffered reads
38 * Declare that a buffered read operation is about to start, and ensure
67 * ceph_end_io_read - declare that the buffered read operation is done
70 * Declare that a buffered read operation is done, and release the shared
80 * ceph_start_io_write - declare the file is being used for buffered writes
83 * Declare that a buffered write operation is about to start, and ensure
94 * ceph_end_io_write - declare that the buffered write operation is done
97 * Declare that a buffered write operation is done, and release the
121 * ceph_start_io_direct - declare the file is being used for direct i/o
124 * Declare that a direct I/O operation is about to start, and ensure
[all …]
/Linux-v6.6/tools/testing/selftests/bpf/
Dtest_tc_edt.sh64 declare -i NC_PID=$!
67 declare -ir TIMEOUT=20
68 declare -ir EXPECTED_BPS=5000000
71 declare -ir RX_BYTES_START=$( ip netns exec ${NS_DST} \
79 declare -ir RX_BYTES_END=$( ip netns exec ${NS_DST} \
82 declare -ir ACTUAL_BPS=$(( ($RX_BYTES_END - $RX_BYTES_START) / $TIMEOUT ))
91 declare -ir RES=$( echo $ACTUAL_BPS $EXPECTED_BPS | \
/Linux-v6.6/tools/testing/selftests/net/forwarding/
Dtsn_lib.sh78 # declare dynamic variables ptp4l_log_${if_name} and ptp4l_pid_${if_name}
80 declare -g "${log}=$(mktemp)"
89 declare -g "${pid}=$!"
117 # declare dynamic variables cpu${cpu}_freq and cpu${cpu}_governor as
119 declare -g "${freq}=$(cat /sys/bus/cpu/devices/cpu${cpu}/cpufreq/scaling_min_freq)"
120 declare -g "${governor}=$(cat /sys/bus/cpu/devices/cpu${cpu}/cpufreq/scaling_governor)"
163 declare -g "${pid}=$!"
/Linux-v6.6/arch/x86/include/asm/
Didtentry.h17 * DECLARE_IDTENTRY - Declare functions for simple IDT entry points
69 * DECLARE_IDTENTRY_ERRORCODE - Declare functions for simple IDT entry points
113 * DECLARE_IDTENTRY_RAW - Declare functions for raw IDT entry points
141 * DECLARE_IDTENTRY_RAW_ERRORCODE - Declare functions for raw IDT entry points
169 * DECLARE_IDTENTRY_IRQ - Declare functions for device interrupt IDT entry
210 * DECLARE_IDTENTRY_SYSVEC - Declare functions for system vector entry points
279 * DECLARE_IDTENTRY_XENCB - Declare functions for XEN HV callback entry point
296 * DECLARE_IDTENTRY_IST - Declare functions for IST handling IDT entry points
308 * DECLARE_IDTENTRY_VC - Declare functions for the VC entry point
341 * DECLARE_IDTENTRY_DF - Declare functions for double fault
[all …]
/Linux-v6.6/tools/testing/selftests/drivers/net/netdevsim/
Dethtool-ring.sh30 declare -A SETTINGS_MAP=(
37 declare -A EXPECTED_SETTINGS=(
44 declare -A CURRENT_SETTINGS=(
Dethtool-coalesce.sh29 declare -A SETTINGS_MAP=(
52 declare -A CURRENT_SETTINGS=(
75 declare -A EXPECTED_SETTINGS=(
/Linux-v6.6/tools/testing/fault-injection/
Dfailcmd.sh127 declare -i oom_kill_allocating_task=1
128 declare task_filter=Y
129 declare -i probability=1
130 declare -i times=1
/Linux-v6.6/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth-trace.h19 /* This is used to declare a class of events.
33 * to record. Declare name and type for each normal element,
64 /* Now declare events of the above type. Format is:
125 * to record. Declare name and type for each normal element,
/Linux-v6.6/include/rdma/
Duverbs_named_ioctl.h60 * Declare global methods. These still have a unique object_id because we
73 /* Used by drivers to declare a complete parsing tree for new methods
84 /* Used by drivers to declare a complete parsing tree for a single method that
/Linux-v6.6/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth_trace.h22 /* This is used to declare a class of events.
39 * Declare name and type for each normal element, name, type and size
70 /* Now declare events of the above type. Format is:
/Linux-v6.6/arch/ia64/include/asm/
Dasmmacro.h47 .section "__ex_table", "a" // declare section & section attributes
61 .section "__mca_table", "a" // declare section & section attributes
74 .section ".data..patch.vtop", "a" // declare section & section attributes
/Linux-v6.6/Documentation/i2c/
Dinstantiating-devices.rst12 Method 1: Declare the I2C devices statically
17 is known in advance. It is thus possible to pre-declare the I2C devices
28 Declare the I2C devices via devicetree
60 Declare the I2C devices via ACPI
67 Declare the I2C devices in board files
/Linux-v6.6/tools/perf/
Dcheck-headers.sh7 declare -a FILES
85 declare -a SYNC_CHECK_FILES
98 declare -a BEAUTY_FILES
103 declare -a FAILURES
/Linux-v6.6/tools/testing/selftests/cgroup/
Dwith_stress.sh45 declare -a stresses
46 declare -a stress_pids
/Linux-v6.6/include/trace/events/
Discsi.h13 * Declare tracepoint helper function.
19 * Declare event class for iscsi debug messages.
/Linux-v6.6/include/linux/
Dirqchip.h27 * This macro must be used by the different irqchip drivers to declare
66 * This macro must be used by the different irqchip drivers to declare
Dcompletion.h45 * DECLARE_COMPLETION - declare and initialize a completion structure
61 * DECLARE_COMPLETION_ONSTACK - declare and initialize a completion structure
/Linux-v6.6/drivers/i2c/
Di2c-boardinfo.c30 * i2c_register_board_info - statically declare I2C devices
36 * Systems using the Linux I2C driver stack can declare tables of board info
/Linux-v6.6/arch/mips/include/asm/
Dthread_info.h50 * We declare __current_thread_info as a global register variable rather than a
54 * When building the VDSO we take care not to declare the global register
58 * __current_thread_info anyway we declare it extern in order to cause a link
/Linux-v6.6/tools/lib/perf/include/internal/
Drc_check.h32 /* Declare a reference counted struct variable. */
63 /* Declare a reference counted struct variable. */
/Linux-v6.6/Documentation/admin-guide/LSM/
DYama.rst39 ``prctl(PR_SET_PTRACER, pid, ...)`` can be used. An inferior can declare which
63 inferior can call ``prctl(PR_SET_PTRACER, debugger, ...)`` to declare
/Linux-v6.6/tools/testing/selftests/net/
Dfib-onlink-tests.sh11 declare -A NETIFS
24 declare -A V4ADDRS
35 declare -A V6ADDRS
50 declare -A TEST_NET4
54 declare -A TEST_NET6
70 declare -A TEST_NET4IN6IN6
/Linux-v6.6/fs/xfs/
Dxfs_drain.c97 * Get a passive reference to an AG and declare an intent to update its
128 * Declare an intent to update AG metadata. Other threads that need exclusive
/Linux-v6.6/Documentation/devicetree/bindings/net/dsa/
Dqca8k.yaml16 ID. To declare the internal mdio-bus configuration, declare an MDIO node in
17 the switch node and declare the phandle for the port, referencing the internal

12345678910>>...18