/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | cq.c | 63 struct mlx4_cq *mcq, *temp; in mlx4_cq_tasklet_cb() local 69 list_for_each_entry_safe(mcq, temp, &ctx->process_list, tasklet_ctx.list) { in mlx4_cq_tasklet_cb()
|
/kernel/linux/linux-6.6/arch/microblaze/kernel/cpu/ |
H A D | cache.c | 144 unsigned int volatile temp = 0; \ 153 : : "r" (temp), "r" (start), "r" (end), \
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | binstr.S | 50 | d1: temp used to form the digit 55 | d6: temp for bit-field extracts
|
/kernel/linux/linux-5.10/drivers/leds/trigger/ |
H A D | ledtrig-netdev.c | 355 struct rtnl_link_stats64 temp; in netdev_trig_work() local 370 dev_stats = dev_get_stats(trigger_data->net_dev, &temp); in netdev_trig_work()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | r200.c | 372 uint32_t temp = idx_value >> 4; in r200_packet0_check() local 374 track->textures[i].enabled = !!(temp & (1 << i)); in r200_packet0_check()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | port.c | 178 unsigned long temp = eth_proto_oper; in mlx5e_port_ptys2speed() local 185 i = find_first_bit(&temp, max_size); in mlx5e_port_ptys2speed()
|
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | sun4i-gpadc-iio.c | 415 static int sun4i_gpadc_get_temp(void *data, int *temp) in sun4i_gpadc_get_temp() argument 426 *temp = (val + offset) * scale; in sun4i_gpadc_get_temp()
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | vfio_ccw_drv.c | 240 struct vfio_ccw_crw *crw, *temp; in vfio_ccw_sch_remove() local 244 list_for_each_entry_safe(crw, temp, &private->crw, next) { in vfio_ccw_sch_remove()
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/ |
H A D | bnx2i_init.c | 137 struct bnx2i_hba *hba, *temp; in bnx2i_find_hba_for_cnic() local 140 list_for_each_entry_safe(hba, temp, &adapter_list, link) { in bnx2i_find_hba_for_cnic()
|
/kernel/linux/linux-5.10/drivers/parisc/ |
H A D | led.c | 366 struct rtnl_link_stats64 temp; in led_get_net_activity() 372 stats = dev_get_stats(dev, &temp); in led_get_net_activity()
|
/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/ |
H A D | int3400_thermal.c | 412 int *temp) in int3400_thermal_get_temp() 414 *temp = 20 * 1000; /* faked temp sensor with 20C */ in int3400_thermal_get_temp() 411 int3400_thermal_get_temp(struct thermal_zone_device *thermal, int *temp) int3400_thermal_get_temp() argument
|
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
H A D | event-plugin.c | 117 char **temp = list; in tep_plugin_list_options() local 126 list = temp; in tep_plugin_list_options()
|
/kernel/linux/linux-5.10/fs/orangefs/ |
H A D | devorangefs-req.c | 162 struct orangefs_kernel_op_s *op, *temp; in orangefs_devreq_read() local 192 list_for_each_entry_safe(op, temp, &orangefs_request_list, list) { in orangefs_devreq_read()
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | ds2782_battery.c | 98 static int ds278x_get_temp(struct ds278x_info *info, int *temp) in ds278x_get_temp() argument 112 *temp = ((raw / 32) * 125) / 100; in ds278x_get_temp()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | hwmon.c | 12 #define CHANNELS_TYPE_NUM 2 /* chip channel and temp channel */ 21 #define mtmp_temp_to_mdeg(temp) ((temp) * 125)
|
/kernel/linux/linux-6.6/fs/orangefs/ |
H A D | devorangefs-req.c | 162 struct orangefs_kernel_op_s *op, *temp; in orangefs_devreq_read() local 192 list_for_each_entry_safe(op, temp, &orangefs_request_list, list) { in orangefs_devreq_read()
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | ds2782_battery.c | 98 static int ds278x_get_temp(struct ds278x_info *info, int *temp) in ds278x_get_temp() argument 112 *temp = ((raw / 32) * 125) / 100; in ds278x_get_temp()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_pmu.c | 579 struct amdgpu_pmu_entry *pe, *temp; in amdgpu_pmu_fini() local 581 list_for_each_entry_safe(pe, temp, &amdgpu_pmu_list, entry) { in amdgpu_pmu_fini()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | cq.c | 63 struct mlx4_cq *mcq, *temp; in mlx4_cq_tasklet_cb() local 69 list_for_each_entry_safe(mcq, temp, &ctx->process_list, tasklet_ctx.list) { in mlx4_cq_tasklet_cb()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | r200.c | 372 uint32_t temp = idx_value >> 4; in r200_packet0_check() local 374 track->textures[i].enabled = !!(temp & (1 << i)); in r200_packet0_check()
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | sun4i-gpadc-iio.c | 414 static int sun4i_gpadc_get_temp(struct thermal_zone_device *tz, int *temp) in sun4i_gpadc_get_temp() argument 425 *temp = (val + offset) * scale; in sun4i_gpadc_get_temp()
|
/kernel/linux/linux-6.6/drivers/leds/trigger/ |
H A D | ledtrig-netdev.c | 496 struct rtnl_link_stats64 temp; in netdev_trig_work() local 511 dev_stats = dev_get_stats(trigger_data->net_dev, &temp); in netdev_trig_work()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | vport.c | 287 struct rtnl_link_stats64 temp; in ovs_vport_get_stats() local 289 dev_stats = dev_get_stats(vport->dev, &temp); in ovs_vport_get_stats()
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/ |
H A D | bnx2i_init.c | 137 struct bnx2i_hba *hba, *temp; in bnx2i_find_hba_for_cnic() local 140 list_for_each_entry_safe(hba, temp, &adapter_list, link) { in bnx2i_find_hba_for_cnic()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | net-procfs.c | 79 struct rtnl_link_stats64 temp; in dev_seq_printf_stats() local 80 const struct rtnl_link_stats64 *stats = dev_get_stats(dev, &temp); in dev_seq_printf_stats()
|