/linux/fs/ceph/ |
H A D | io.c | 35 * 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/fs/nfs/ |
H A D | io.c | 27 * 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 67 * nfs_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 * nfs_start_io_write - declare the file is being used for buffered writes 83 * Declare that a buffered read operation is about to start, and ensure 98 * nfs_end_io_write - declare that the buffered write operation is done 101 * Declare that a buffered write operation is done, and release the 120 * nfs_start_io_direct - declare the file is being used for direct i/o 123 * Declare that a direct I/O operation is about to start, and ensure [all …]
|
/linux/fs/netfs/ |
H A D | locking.c | 41 * netfs_start_io_read - declare the file is being used for buffered reads 44 * Declare that a buffered read operation is about to start, and ensure 81 * netfs_end_io_read - declare that the buffered read operation is done 84 * Declare that a buffered read operation is done, and release the shared 95 * netfs_start_io_write - declare the file is being used for buffered writes 98 * Declare that a buffered read operation is about to start, and ensure 118 * netfs_end_io_write - declare that the buffered write operation is done 121 * Declare that a buffered write operation is done, and release the 152 * netfs_start_io_direct - declare the file is being used for direct i/o 155 * Declare that a direct I/O operation is about to start, and ensure [all …]
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_tc_edt.sh | 64 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/tools/testing/selftests/net/forwarding/ |
H A D | tsn_lib.sh | 78 # 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/arch/x86/include/asm/ |
H A D | idtentry.h | 19 * DECLARE_IDTENTRY - Declare functions for simple IDT entry points 73 * DECLARE_IDTENTRY_ERRORCODE - Declare functions for simple IDT entry points 117 * DECLARE_IDTENTRY_RAW - Declare functions for raw IDT entry points 156 * DECLARE_IDTENTRY_RAW_ERRORCODE - Declare functions for raw IDT entry points 184 * DECLARE_IDTENTRY_IRQ - Declare functions for device interrupt IDT entry 225 * DECLARE_IDTENTRY_SYSVEC - Declare functions for system vector entry points 314 * DECLARE_IDTENTRY_XENCB - Declare functions for XEN HV callback entry point 331 * DECLARE_IDTENTRY_IST - Declare functions for IST handling IDT entry points 343 * DECLARE_IDTENTRY_VC - Declare functions for the VC entry point 376 * DECLARE_IDTENTRY_DF - Declare functions for double fault [all …]
|
/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | ethtool-ring.sh | 30 declare -A SETTINGS_MAP=( 37 declare -A EXPECTED_SETTINGS=( 44 declare -A CURRENT_SETTINGS=(
|
H A D | ethtool-coalesce.sh | 29 declare -A SETTINGS_MAP=( 52 declare -A CURRENT_SETTINGS=( 75 declare -A EXPECTED_SETTINGS=(
|
/linux/tools/testing/fault-injection/ |
H A D | failcmd.sh | 135 declare -i oom_kill_allocating_task=1 136 declare task_filter=Y 137 declare -i probability=1 138 declare -i times=1
|
/linux/include/rdma/ |
H A D | uverbs_named_ioctl.h | 60 * 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/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_eth_trace.h | 22 /* 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/Documentation/i2c/ |
H A D | instantiating-devices.rst | 12 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/tools/testing/selftests/net/packetdrill/ |
H A D | ksft_runner.sh | 33 declare -a optargs 41 declare -ar xfail_list=(
|
/linux/tools/perf/ |
H A D | check-headers.sh | 7 declare -a FILES 77 declare -a SYNC_CHECK_FILES 90 declare -a BEAUTY_FILES 106 declare -a FAILURES
|
/linux/tools/testing/selftests/cgroup/ |
H A D | with_stress.sh | 45 declare -a stresses 46 declare -a stress_pids
|
/linux/include/linux/ |
H A D | irqchip.h | 27 * 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
|
H A D | completion.h | 45 * DECLARE_COMPLETION - declare and initialize a completion structure 61 * DECLARE_COMPLETION_ONSTACK - declare and initialize a completion structure
|
/linux/include/trace/events/ |
H A D | iscsi.h | 13 * Declare tracepoint helper function. 19 * Declare event class for iscsi debug messages.
|
/linux/arch/mips/include/asm/ |
H A D | thread_info.h | 50 * 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/drivers/i2c/ |
H A D | i2c-boardinfo.c | 30 * i2c_register_board_info - statically declare I2C devices 36 * Systems using the Linux I2C driver stack can declare tables of board info
|
/linux/drivers/staging/rtl8723bs/include/ |
H A D | rtw_ht.h | 72 #define BEAMFORMING_HT_BEAMFORMER_ENABLE BIT0 /* Declare our NIC supports beamformer */ 73 #define BEAMFORMING_HT_BEAMFORMEE_ENABLE BIT1 /* Declare our NIC supports beamformee */
|
/linux/tools/testing/selftests/net/ |
H A D | fib-onlink-tests.sh | 12 declare -A NETIFS 25 declare -A V4ADDRS 36 declare -A V6ADDRS 51 declare -A TEST_NET4 55 declare -A TEST_NET6 71 declare -A TEST_NET4IN6IN6
|
/linux/tools/lib/perf/include/internal/ |
H A D | rc_check.h | 36 /* Declare a reference counted struct variable. */ 70 /* Declare a reference counted struct variable. */
|
/linux/Documentation/admin-guide/LSM/ |
H A D | Yama.rst | 39 ``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/Documentation/devicetree/bindings/net/dsa/ |
H A D | qca8k.yaml | 16 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
|