/kernel/linux/linux-5.10/arch/x86/kernel/apic/ |
H A D | io_apic.c | 866 info->ioapic.valid = 1; in ioapic_set_alloc_attr() 883 dst->ioapic.valid = 1; in ioapic_copy_alloc_attr() 884 if (src && src->ioapic.valid) { in ioapic_copy_alloc_attr() 906 return (info && info->ioapic.valid) ? info->ioapic.node : NUMA_NO_NODE; in ioapic_alloc_attr_node() 1927 * The remote IRR is only valid in level trigger mode. It's in ioapic_irq_get_chip_state() 2952 if (info && info->ioapic.valid) { in mp_irqdomain_get_attr()
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-throttle.c | 199 bool valid; member 1444 * We're already holding queue_lock and know @tg is valid. Let's in tg_conf_updated() 2193 if (!td->avg_buckets[rw][i].valid) in throtl_update_latency_buckets() 2201 td->avg_buckets[rw][i].valid = true; in throtl_update_latency_buckets() 2208 "Latency bucket %d: read latency=%ld, read valid=%d, " in throtl_update_latency_buckets() 2209 "write latency=%ld, write valid=%d", i, in throtl_update_latency_buckets() 2211 td->avg_buckets[READ][i].valid, in throtl_update_latency_buckets() 2213 td->avg_buckets[WRITE][i].valid); in throtl_update_latency_buckets()
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_main.c | 695 path->ah->valid = 0; in ipoib_mark_paths_invalid() 833 path->ah->valid = 1; in path_rec_completion() 981 if (path->ah && path->ah->valid) { in neigh_add_path() 1047 /* no broadcast means that all paths are (going to be) not valid */ in unicast_arp_send() 1052 if (!path || !path->ah || !path->ah->valid) { in unicast_arp_send() 1159 } else if (neigh->ah && neigh->ah->valid) { in ipoib_start_xmit() 2515 * need priv to be always valid during the error flow to execute in ipoib_add_port()
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_bsg.c | 112 /* No valid FCP priority data entries */ in qla24xx_fcp_prio_cfg_valid() 114 "No valid FCP Priority data entries.\n"); in qla24xx_fcp_prio_cfg_valid() 117 /* FCP priority data is valid */ in qla24xx_fcp_prio_cfg_valid() 1399 int valid = 0; in qla2x00_optrom_setup() local 1422 valid = 1; in qla2x00_optrom_setup() 1425 valid = 1; in qla2x00_optrom_setup() 1429 valid = 1; in qla2x00_optrom_setup() 1430 if (!valid) { in qla2x00_optrom_setup()
|
/kernel/linux/linux-5.10/drivers/vdpa/mlx5/net/ |
H A D | mlx5_vnet.c | 43 bool valid; member 1929 if (res->valid) { in alloc_resources() 1942 res->valid = true; in alloc_resources() 1955 if (!res->valid) in free_resources() 1960 res->valid = false; in free_resources()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | parse-events.c | 1521 bool (*valid)(void); member 1755 .valid = kvm_s390_create_vm_valid, 1796 .valid = test__intel_pt_valid, 1880 if (e->valid && !e->valid()) { in test_event()
|
/kernel/linux/linux-6.6/arch/x86/kernel/apic/ |
H A D | io_apic.c | 871 info->ioapic.valid = 1; in ioapic_set_alloc_attr() 884 dst->ioapic.valid = 1; in ioapic_copy_alloc_attr() 885 if (src && src->ioapic.valid) { in ioapic_copy_alloc_attr() 907 return (info && info->ioapic.valid) ? info->ioapic.node : NUMA_NO_NODE; in ioapic_alloc_attr_node() 1963 * The remote IRR is only valid in level trigger mode. It's in ioapic_irq_get_chip_state() 2978 if (info && info->ioapic.valid) { in mp_irqdomain_get_attr()
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-throttle.c | 56 bool valid; member 1354 * We're already holding queue_lock and know @tg is valid. Let's in tg_conf_updated() 2126 if (!td->avg_buckets[rw][i].valid) in throtl_update_latency_buckets() 2134 td->avg_buckets[rw][i].valid = true; in throtl_update_latency_buckets() 2141 "Latency bucket %d: read latency=%ld, read valid=%d, " in throtl_update_latency_buckets() 2142 "write latency=%ld, write valid=%d", i, in throtl_update_latency_buckets() 2144 td->avg_buckets[READ][i].valid, in throtl_update_latency_buckets() 2146 td->avg_buckets[WRITE][i].valid); in throtl_update_latency_buckets()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | lm90.c | 698 bool valid; /* true if register values are valid */ member 699 bool alarms_valid; /* true if status register values are valid */ 833 * then we have a valid reading. Otherwise we have to read the low in lm90_read16() 1138 * handler) and alarm data is valid, the alarms may have been in lm90_update_alarms_locked() 1212 if (!data->valid) { in lm90_update_device() 1220 if (time_after(jiffies, next_update) || !data->valid) { in lm90_update_device() 1223 data->valid = false; in lm90_update_device() 1267 data->valid = true; in lm90_update_device() 1876 * are strictly speaking valid in lm90_detect_max1617() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_main.c | 699 path->ah->valid = 0; in ipoib_mark_paths_invalid() 837 path->ah->valid = 1; in path_rec_completion() 985 if (path->ah && path->ah->valid) { in neigh_add_path() 1051 /* no broadcast means that all paths are (going to be) not valid */ in unicast_arp_send() 1056 if (!path || !path->ah || !path->ah->valid) { in unicast_arp_send() 1163 } else if (neigh->ah && neigh->ah->valid) { in ipoib_start_xmit() 2527 * need priv to be always valid during the error flow to execute in ipoib_add_port()
|
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/ |
H A D | ibmvfc.c | 822 evt->crq.valid = 0x80; in ibmvfc_init_event_pool() 1001 * ibmvfc_valid_event - Determines if event is valid. 1006 * 1 if event is valid / 0 if event is not valid 3254 switch (crq->valid) { in ibmvfc_handle_crq() 3300 dev_err(vhost->dev, "Got an invalid message type 0x%02x\n", crq->valid); in ibmvfc_handle_crq() 3691 if (crq->valid & 0x80) { in ibmvfc_next_async_crq() 3714 if (crq->valid & 0x80) { in ibmvfc_next_crq() 3765 /* Pull all the valid messages off the async CRQ */ in ibmvfc_tasklet() 3768 async->valid in ibmvfc_tasklet() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi/ |
H A D | ibmvfc.c | 790 * ibmvfc_valid_event - Determines if event is valid. 795 * 1 if event is valid / 0 if event is not valid 1276 evt->crq.valid = 0x80; in ibmvfc_init_event_pool() 2802 switch (crq->valid) { in ibmvfc_handle_crq() 2848 dev_err(vhost->dev, "Got an invalid message type 0x%02x\n", crq->valid); in ibmvfc_handle_crq() 3197 if (crq->valid & 0x80) { in ibmvfc_next_async_crq() 3220 if (crq->valid & 0x80) { in ibmvfc_next_crq() 3268 /* Pull all the valid messages off the async CRQ */ in ibmvfc_tasklet() 3271 async->valid in ibmvfc_tasklet() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/myricom/myri10ge/ |
H A D | myri10ge.c | 1548 * valid since MSI-X irqs are not shared */ in myri10ge_intr() 1555 if (unlikely(!stats->valid)) in myri10ge_intr() 1560 if (stats->valid & 1) in myri10ge_intr() 1566 stats->valid = 0; in myri10ge_intr() 1569 stats->valid = 0; in myri10ge_intr() 1581 stats->valid = 0; in myri10ge_intr() 1584 if (likely(stats->valid == 0)) in myri10ge_intr() 2528 * to mark them valid only after writing the entire chain. 2564 mb(); /* barrier before setting valid flag */ in myri10ge_submit_req() 2567 /* re-write the last 32-bits with the valid flag in myri10ge_submit_req() [all...] |
/kernel/linux/linux-5.10/drivers/pinctrl/ |
H A D | pinctrl-rockchip.c | 146 * @valid: is all necessary information present 170 bool valid; member 3163 if (!bank->valid) { in rockchip_interrupts_register() 3164 dev_warn(&pdev->dev, "bank %s is not valid\n", in rockchip_interrupts_register() 3239 if (!bank->valid) { in rockchip_gpiolib_register() 3240 dev_warn(&pdev->dev, "bank %s is not valid\n", in rockchip_gpiolib_register() 3268 if (!bank->valid) in rockchip_gpiolib_register() 3283 if (!bank->valid) in rockchip_gpiolib_unregister() 3372 bank->valid = true; in rockchip_pinctrl_get_soc_data()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/myricom/myri10ge/ |
H A D | myri10ge.c | 1550 * valid since MSI-X irqs are not shared */ in myri10ge_intr() 1557 if (unlikely(!stats->valid)) in myri10ge_intr() 1562 if (stats->valid & 1) in myri10ge_intr() 1568 stats->valid = 0; in myri10ge_intr() 1571 stats->valid = 0; in myri10ge_intr() 1583 stats->valid = 0; in myri10ge_intr() 1586 if (likely(stats->valid == 0)) in myri10ge_intr() 2536 * to mark them valid only after writing the entire chain. 2572 mb(); /* barrier before setting valid flag */ in myri10ge_submit_req() 2575 /* re-write the last 32-bits with the valid flag in myri10ge_submit_req() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_flex_pipe.c | 114 * @valid: valid bits mask (change only the valid bits) 137 ice_gen_key_word(u8 val, u8 valid, u8 dont_care, u8 nvr_mtch, u8 *key, in ice_gen_key_word() argument 155 if (!(valid & 0x1)) { /* change only valid bits */ in ice_gen_key_word() 174 valid >>= 1; in ice_gen_key_word() 311 if (hw->tnl.tbl[i].valid && hw->tnl.tbl[i].port && in ice_get_open_tunnel_port() 423 if (hw->tnl.tbl[i].valid && in ice_tunnel_idx_to_entry() 524 if (WARN_ON(!hw->tnl.tbl[index].valid || in ice_destroy_tunnel() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_execbuf.c | 289 rcache->valid = 1; in vmw_execbuf_rcache_update() 323 if (likely(rcache->valid && rcache->res == res)) { in vmw_execbuf_res_val_add() 680 if (rcache->valid && rcache->res == res) { in vmw_cmd_res_check() 814 * vmw_cmd_cid_check - Check a command header for valid context information. 856 if (rcache->valid && rcache->res == res) in vmw_execbuf_info_from_res() 1031 BUG_ON(!ctx_entry->valid); in vmw_query_bo_switch_prepare() 1091 BUG_ON(!ctx_entry->valid); in vmw_query_bo_switch_commit() 1187 * to a valid SVGAGuestPtr 1197 * handle to a valid SVGAGuestPtr. The translation does not take place
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fDrawTests.cpp | 2183 if (!spec.valid()) 2188 bool valid; 2203 valid = attribSpec.valid(spec.apiType); 2207 valid = false; 2209 // try again if not valid 2210 if (valid)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | ProgramD3D.cpp | 1543 if (mCachedPixelExecutableIndex.valid()) 1585 if (mCachedVertexExecutableIndex.valid()) 1995 if (mCachedComputeExecutableIndex.valid()) 3242 return mCachedVertexExecutableIndex.valid(); 3260 return mCachedPixelExecutableIndex.valid(); 3265 return mCachedComputeExecutableIndex.valid();
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | etd.h | 304 uint8 valid; /* no of valid desc entries filled, non zero = fifo entry valid */ member 317 uint8 dma_fifo_valid_count; /* Number of valid dma_fifo entries */
|
/drivers/hdf_core/framework/model/input/driver/touchscreen/ |
H A D | touch_ft5x06.c | 252 frame->fingers[i].valid = true; in ParsePointData()
|
/kernel/linux/linux-5.10/drivers/firmware/psci/ |
H A D | psci.c | 324 .valid = suspend_valid_only_mem,
|
/kernel/linux/linux-5.10/arch/mips/include/asm/sn/sn0/ |
H A D | hubmd.h | 294 * Premium SIMM directory entry shifts and masks. Each is valid only in the 344 * Standard SIMM directory entry shifts and masks. Each is valid only in the 544 u64 uce_vld: 1, /* 63: valid directory uce */ 545 ae_vld: 1, /* 62: valid dir prot ecc error */ 546 ce_vld: 1, /* 61: valid correctable ECC err*/ 564 u64 uce_vld: 1, /* 63: valid memory uce */ 565 ce_vld: 1, /* 62: valid correctable ECC err*/ 582 u64 valid: 1, /* 63: valid protocol error */ member
|
/kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
H A D | pm.c | 605 .valid = suspend_valid_only_mem,
|
/kernel/linux/linux-5.10/arch/arm/mach-exynos/ |
H A D | suspend.c | 571 * used as the .valid callback used to check if a given state in exynos_suspend_prepare() 596 .valid = suspend_valid_only_mem,
|