Searched full:declare (Results 1 – 25 of 790) sorted by relevance
12345678910>>...32
| /kernel/linux/linux-5.10/fs/nfs/ |
| 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 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_end_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 …]
|
| /kernel/linux/linux-6.6/fs/nfs/ |
| 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 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 …]
|
| /kernel/linux/linux-6.6/fs/ceph/ |
| 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 …]
|
| /kernel/linux/linux-5.10/fs/ceph/ |
| 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_end_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 …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
| D | mptcp_lib.sh | 8 # shellcheck disable=SC2155 # declare and assign separately 12 declare -rx MPTCP_LIB_EVENT_CREATED=1 # MPTCP_EVENT_CREATED 13 declare -rx MPTCP_LIB_EVENT_ESTABLISHED=2 # MPTCP_EVENT_ESTABLISHED 14 declare -rx MPTCP_LIB_EVENT_CLOSED=3 # MPTCP_EVENT_CLOSED 15 declare -rx MPTCP_LIB_EVENT_ANNOUNCED=6 # MPTCP_EVENT_ANNOUNCED 16 declare -rx MPTCP_LIB_EVENT_REMOVED=7 # MPTCP_EVENT_REMOVED 17 declare -rx MPTCP_LIB_EVENT_SUB_ESTABLISHED=10 # MPTCP_EVENT_SUB_ESTABLISHED 18 declare -rx MPTCP_LIB_EVENT_SUB_CLOSED=11 # MPTCP_EVENT_SUB_CLOSED 19 declare -rx MPTCP_LIB_EVENT_SUB_PRIORITY=13 # MPTCP_EVENT_SUB_PRIORITY 20 declare -rx MPTCP_LIB_EVENT_LISTENER_CREATED=15 # MPTCP_EVENT_LISTENER_CREATED [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| D | test_tc_edt.sh | 63 declare -i NC_PID=$! 66 declare -ir TIMEOUT=20 67 declare -ir EXPECTED_BPS=5000000 70 declare -ir RX_BYTES_START=$( ip netns exec ${NS_DST} \ 78 declare -ir RX_BYTES_END=$( ip netns exec ${NS_DST} \ 81 declare -ir ACTUAL_BPS=$(( ($RX_BYTES_END - $RX_BYTES_START) / $TIMEOUT )) 90 declare -ir RES=$( echo $ACTUAL_BPS $EXPECTED_BPS | \
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| 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 | \
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
| 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}=$!"
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | idtentry.h | 15 * DECLARE_IDTENTRY - Declare functions for simple IDT entry points 67 * DECLARE_IDTENTRY_ERRORCODE - Declare functions for simple IDT entry points 111 * DECLARE_IDTENTRY_RAW - Declare functions for raw IDT entry points 139 * DECLARE_IDTENTRY_RAW_ERRORCODE - Declare functions for raw IDT entry points 167 * DECLARE_IDTENTRY_IRQ - Declare functions for device interrupt IDT entry 209 * DECLARE_IDTENTRY_SYSVEC - Declare functions for system vector entry points 280 * DECLARE_IDTENTRY_XENCB - Declare functions for XEN HV callback entry point 297 * DECLARE_IDTENTRY_IST - Declare functions for IST handling IDT entry points 309 * DECLARE_IDTENTRY_VC - Declare functions for the VC entry point 342 * DECLARE_IDTENTRY_DF - Declare functions for double fault [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/ |
| D | dpaa2-eth-trace.h | 19 /* 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: 109 * to record. Declare name and type for each normal element,
|
| /kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/ |
| D | ethtool-ring.sh | 30 declare -A SETTINGS_MAP=( 37 declare -A EXPECTED_SETTINGS=( 44 declare -A CURRENT_SETTINGS=(
|
| D | ethtool-coalesce.sh | 29 declare -A SETTINGS_MAP=( 52 declare -A CURRENT_SETTINGS=( 75 declare -A EXPECTED_SETTINGS=(
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| 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 …]
|
| /kernel/linux/linux-5.10/tools/testing/fault-injection/ |
| D | failcmd.sh | 127 declare -i oom_kill_allocating_task=1 128 declare task_filter=Y 129 declare -i probability=1 130 declare -i times=1
|
| /kernel/linux/linux-6.6/tools/testing/fault-injection/ |
| D | failcmd.sh | 127 declare -i oom_kill_allocating_task=1 128 declare task_filter=Y 129 declare -i probability=1 130 declare -i times=1
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
| D | dpaa2-eth-trace.h | 19 /* 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,
|
| /kernel/linux/linux-5.10/include/rdma/ |
| 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
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa/ |
| 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:
|
| /kernel/linux/linux-6.6/include/rdma/ |
| 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
|
| /kernel/linux/linux-5.10/arch/ia64/include/asm/ |
| D | asmmacro.h | 47 .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
|
| /kernel/linux/linux-6.6/arch/ia64/include/asm/ |
| D | asmmacro.h | 47 .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
|
| /kernel/linux/linux-5.10/Documentation/i2c/ |
| 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 58 Declare the I2C devices via ACPI 65 Declare the I2C devices in board files
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/ |
| D | dpaa_eth_trace.h | 48 /* This is used to declare a class of events. 65 * Declare name and type for each normal element, name, type and size 96 /* Now declare events of the above type. Format is:
|
| /kernel/linux/linux-6.6/Documentation/i2c/ |
| 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
|
| /kernel/linux/linux-6.6/tools/perf/ |
| D | check-headers.sh | 7 declare -a FILES 85 declare -a SYNC_CHECK_FILES 98 declare -a BEAUTY_FILES 103 declare -a FAILURES
|
12345678910>>...32