| /f-stack/dpdk/drivers/net/bnxt/tf_core/ |
| H A D | bitalloc.c | 134 clear); in ba_alloc_helper() 137 *clear = 1; in ba_alloc_helper() 141 if (*clear) { in ba_alloc_helper() 152 int clear = 0; in ba_alloc() local 190 int *clear) in ba_alloc_reverse_helper() argument 210 *clear = 1; in ba_alloc_reverse_helper() 214 if (*clear) { in ba_alloc_reverse_helper() 225 int clear = 0; in ba_alloc_reverse() local 248 clear); in ba_alloc_index_helper() 258 *clear = 1; in ba_alloc_index_helper() [all …]
|
| /f-stack/freebsd/x86/iommu/ |
| H A D | intel_fault.c | 95 uint32_t clear; in dmar_fault_intr_clear() local 97 clear = 0; in dmar_fault_intr_clear() 100 clear |= DMAR_FSTS_ITE; in dmar_fault_intr_clear() 105 clear |= DMAR_FSTS_ICE; in dmar_fault_intr_clear() 110 clear |= DMAR_FSTS_IQE; in dmar_fault_intr_clear() 114 clear |= DMAR_FSTS_APF; in dmar_fault_intr_clear() 118 clear |= DMAR_FSTS_AFO; in dmar_fault_intr_clear() 120 if (clear != 0) in dmar_fault_intr_clear() 121 dmar_write4(unit, DMAR_FSTS_REG, clear); in dmar_fault_intr_clear()
|
| /f-stack/freebsd/contrib/openzfs/contrib/bpftrace/ |
| H A D | taskqlatency.bt | 49 clear(@birth); 50 clear(@start); 52 clear(@tq_name); 53 clear(@tqent_id);
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_offline/ |
| H A D | zpool_offline_003_pos.ksh | 83 log_must zpool clear $TESTPOOL $disk 91 log_must zpool clear $TESTPOOL $disk 105 log_must zpool clear $TESTPOOL $disk
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_thread.c | 834 req->port_in_stats_read.clear = clear; in softnic_pipeline_port_in_stats_read() 979 req->port_out_stats_read.clear = clear; in softnic_pipeline_port_out_stats_read() 1034 req->table_stats_read.clear = clear; in softnic_pipeline_table_stats_read() 1719 req->table_rule_stats_read.clear = clear; in softnic_pipeline_table_rule_stats_read() 1914 req->table_rule_mtr_read.clear = clear; in softnic_pipeline_table_rule_mtr_read() 2040 req->table_rule_ttl_read.clear = clear; in softnic_pipeline_table_rule_ttl_read() 2089 int clear = req->port_in_stats_read.clear; in pipeline_msg_handle_port_in_stats_read() local 2131 int clear = req->port_out_stats_read.clear; in pipeline_msg_handle_port_out_stats_read() local 2147 int clear = req->table_stats_read.clear; in pipeline_msg_handle_table_stats_read() local 2855 int clear = req->table_rule_mtr_read.clear; in pipeline_msg_handle_table_rule_mtr_read() local [all …]
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | thread.c | 810 req->port_in_stats_read.clear = clear; in pipeline_port_in_stats_read() 952 req->port_out_stats_read.clear = clear; in pipeline_port_out_stats_read() 1006 req->table_stats_read.clear = clear; in pipeline_table_stats_read() 1826 req->table_rule_stats_read.clear = clear; in pipeline_table_rule_stats_read() 2000 req->table_rule_mtr_read.clear = clear; in pipeline_table_rule_mtr_read() 2123 req->table_rule_ttl_read.clear = clear; in pipeline_table_rule_ttl_read() 2235 int clear = req->port_in_stats_read.clear; in pipeline_msg_handle_port_in_stats_read() local 2277 int clear = req->port_out_stats_read.clear; in pipeline_msg_handle_port_out_stats_read() local 2293 int clear = req->table_stats_read.clear; in pipeline_msg_handle_table_stats_read() local 2929 int clear = req->table_rule_mtr_read.clear; in pipeline_msg_handle_table_rule_mtr_read() local [all …]
|
| H A D | pipeline.h | 312 int clear); 326 int clear); 332 int clear); 366 int clear); 384 int clear); 397 int clear);
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/fault/ |
| H A D | auto_spare_multiple.ksh | 139 log_must zpool clear $TESTPOOL $FAULT_DEV1 140 log_must zpool clear $TESTPOOL $FAULT_DEV2 206 log_must zpool clear $TESTPOOL $FAULT_DEV1 207 log_must zpool clear $TESTPOOL $FAULT_DEV2
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_clear/ |
| H A D | zpool_clear_readonly.ksh | 63 log_mustnot zpool clear $TESTPOOL1 68 log_mustnot zpool clear $TESTPOOL1 $TESTDIR/file.$i
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_events/ |
| H A D | zpool_events_poolname.ksh | 54 log_must zpool clear $TESTPOOL 57 log_must zpool clear $NEWPOOL
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/ |
| H A D | redundancy_raidz.ksh | 91 log_must zpool clear $pool 116 log_must zpool clear $pool 138 log_must zpool clear $pool 152 log_must zpool clear $pool
|
| /f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | arm,versatile-fpga-irq.txt | 15 - clear-mask: a u32 number representing the mask written to clear all IRQs 29 clear-mask = <0xffffffff>;
|
| /f-stack/dpdk/lib/librte_cryptodev/ |
| H A D | cryptodev_trace_points.c | 46 lib.cryptodev.sym.clear) 49 lib.cryptodev.asym.clear)
|
| /f-stack/dpdk/lib/librte_port/ |
| H A D | rte_port_kni.c | 89 struct rte_port_in_stats *stats, int clear) in rte_port_kni_reader_stats_read() argument 97 if (clear) in rte_port_kni_reader_stats_read() 265 struct rte_port_out_stats *stats, int clear) in rte_port_kni_writer_stats_read() argument 273 if (clear) in rte_port_kni_writer_stats_read() 475 struct rte_port_out_stats *stats, int clear) in rte_port_kni_writer_nodrop_stats_read() argument 483 if (clear) in rte_port_kni_writer_nodrop_stats_read()
|
| H A D | rte_port_sched.c | 89 struct rte_port_in_stats *stats, int clear) in rte_port_sched_reader_stats_read() argument 97 if (clear) in rte_port_sched_reader_stats_read() 263 struct rte_port_out_stats *stats, int clear) in rte_port_sched_writer_stats_read() argument 271 if (clear) in rte_port_sched_writer_stats_read()
|
| H A D | rte_port_fd.c | 122 struct rte_port_in_stats *stats, int clear) in rte_port_fd_reader_stats_read() argument 130 if (clear) in rte_port_fd_reader_stats_read() 293 struct rte_port_out_stats *stats, int clear) in rte_port_fd_writer_stats_read() argument 301 if (clear) in rte_port_fd_writer_stats_read() 478 struct rte_port_out_stats *stats, int clear) in rte_port_fd_writer_nodrop_stats_read() argument 486 if (clear) in rte_port_fd_writer_nodrop_stats_read()
|
| H A D | rte_port_ethdev.c | 91 struct rte_port_in_stats *stats, int clear) in rte_port_ethdev_reader_stats_read() argument 99 if (clear) in rte_port_ethdev_reader_stats_read() 271 struct rte_port_out_stats *stats, int clear) in rte_port_ethdev_writer_stats_read() argument 279 if (clear) in rte_port_ethdev_writer_stats_read() 484 struct rte_port_out_stats *stats, int clear) in rte_port_ethdev_writer_nodrop_stats_read() argument 492 if (clear) in rte_port_ethdev_writer_nodrop_stats_read()
|
| H A D | rte_port.h | 116 int clear); 218 int clear);
|
| H A D | rte_port_sym_crypto.c | 113 struct rte_port_in_stats *stats, int clear) in rte_port_sym_crypto_reader_stats_read() argument 121 if (clear) in rte_port_sym_crypto_reader_stats_read() 299 struct rte_port_out_stats *stats, int clear) in rte_port_sym_crypto_writer_stats_read() argument 307 if (clear) in rte_port_sym_crypto_writer_stats_read() 511 struct rte_port_out_stats *stats, int clear) in rte_port_sym_crypto_writer_nodrop_stats_read() argument 519 if (clear) in rte_port_sym_crypto_writer_nodrop_stats_read()
|
| H A D | rte_port_eventdev.c | 98 struct rte_port_in_stats *stats, int clear) in rte_port_eventdev_reader_stats_read() argument 106 if (clear) in rte_port_eventdev_reader_stats_read() 304 struct rte_port_out_stats *stats, int clear) in rte_port_eventdev_writer_stats_read() argument 312 if (clear) in rte_port_eventdev_writer_stats_read() 544 struct rte_port_out_stats *stats, int clear) in rte_port_eventdev_writer_nodrop_stats_read() argument 552 if (clear) in rte_port_eventdev_writer_nodrop_stats_read()
|
| /f-stack/dpdk/lib/librte_pipeline/ |
| H A D | rte_pipeline.h | 529 struct rte_pipeline_table_stats *stats, int clear); 661 struct rte_pipeline_port_in_stats *stats, int clear); 752 struct rte_pipeline_port_out_stats *stats, int clear);
|
| /f-stack/dpdk/lib/librte_table/ |
| H A D | rte_table_stub.c | 70 rte_table_stub_stats_read(void *table, struct rte_table_stats *stats, int clear) in rte_table_stub_stats_read() argument 77 if (clear) in rte_table_stub_stats_read()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_ktr.c | 140 int clear, error; in sysctl_debug_ktr_clear() local 142 clear = 0; in sysctl_debug_ktr_clear() 143 error = sysctl_handle_int(oidp, &clear, 0, req); in sysctl_debug_ktr_clear() 147 if (clear) { in sysctl_debug_ktr_clear() 154 SYSCTL_PROC(_debug_ktr, OID_AUTO, clear,
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/procfs/ |
| H A D | pool_state.ksh | 66 log_must zpool clear $TESTPOOL2 111 log_must zpool clear $TESTPOOL
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/online_offline/ |
| H A D | online_offline_002_neg.ksh | 94 log_must zpool clear $TESTPOOL 126 log_must zpool clear $TESTPOOL
|