Searched refs:tindex (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/macintosh/
H A Dwindfarm_pid.c105 st->index = st->tindex = 0;
110 st->tindex = (st->tindex + 1) % 2;
111 st->temps[st->tindex] = new_temp;
125 deriv = st->temps[st->tindex] -
126 st->temps[(st->tindex + 2 - 1) % 2];
H A Dwindfarm_pid.h75 int tindex; /* index of current temp */ member in struct:wf_cpu_pid_state
/linux-master/tools/perf/util/
H A Dvalues.c188 int tindex, cindex; local
190 tindex = perf_read_values__findnew_thread(values, pid, tid);
191 if (tindex < 0)
192 return tindex;
197 values->value[tindex][cindex] += value;
/linux-master/drivers/hwmon/pmbus/
H A Dadm1275.c519 int tindex = -1; local
655 tindex = 8;
715 tindex = 3;
844 if (tindex >= 0) {
845 info->m[PSC_TEMPERATURE] = coefficients[tindex].m;
846 info->b[PSC_TEMPERATURE] = coefficients[tindex].b;
847 info->R[PSC_TEMPERATURE] = coefficients[tindex].R;
/linux-master/net/netfilter/
H A Dnf_log.c418 int tindex = (unsigned long)table->extra1; local
434 nf_log_unbind_pf(net, tindex);
438 logger = __find_logger(tindex, buf);
443 rcu_assign_pointer(net->nf.nf_loggers[tindex], logger);
450 logger = nft_log_dereference(net->nf.nf_loggers[tindex]);
/linux-master/drivers/scsi/aacraid/
H A Daachba.c894 char * get_container_type(unsigned tindex) argument
896 if (tindex >= ARRAY_SIZE(container_types))
897 tindex = ARRAY_SIZE(container_types) - 1;
898 return container_types[tindex];
910 static void setinqstr(struct aac_dev *dev, void *data, int tindex) argument
958 if (tindex < ARRAY_SIZE(container_types)){
965 if (((findit - str->pid) + strlen(container_types[tindex]))
967 inqstrcpy (container_types[tindex], findit + 1);
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Drtw8822c.c3522 u32 tmp, val_integerd_b, tindex; local
3534 tindex = tmp / 5;
3536 if (tindex >= ARRAY_SIZE(table_fraction))
3537 tindex = ARRAY_SIZE(table_fraction) - 1;
3539 val_fractiond_b = table_fraction[tindex];

Completed in 203 milliseconds