Searched refs:tindex (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/macintosh/ |
D | windfarm_pid.c | 106 st->index = st->tindex = 0; in wf_cpu_pid_run() 111 st->tindex = (st->tindex + 1) % 2; in wf_cpu_pid_run() 112 st->temps[st->tindex] = new_temp; in wf_cpu_pid_run() 126 deriv = st->temps[st->tindex] - in wf_cpu_pid_run() 127 st->temps[(st->tindex + 2 - 1) % 2]; in wf_cpu_pid_run()
|
D | windfarm_pid.h | 73 int tindex; /* index of current temp */ member
|
/linux-4.4.14/net/netfilter/ |
D | nf_log.c | 403 int tindex = (unsigned long)table->extra1; in nf_log_proc_dostring() local 413 nf_log_unbind_pf(net, tindex); in nf_log_proc_dostring() 417 logger = __find_logger(tindex, buf); in nf_log_proc_dostring() 422 rcu_assign_pointer(net->nf.nf_loggers[tindex], logger); in nf_log_proc_dostring() 426 logger = nft_log_dereference(net->nf.nf_loggers[tindex]); in nf_log_proc_dostring()
|
/linux-4.4.14/tools/perf/util/ |
D | values.c | 122 int tindex, cindex; in perf_read_values_add_value() local 124 tindex = perf_read_values__findnew_thread(values, pid, tid); in perf_read_values_add_value() 127 values->value[tindex][cindex] = value; in perf_read_values_add_value()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_aops.c | 691 loff_t tindex, in xfs_convert_page() argument 704 if (page->index != tindex) in xfs_convert_page() 830 pgoff_t tindex, in xfs_cluster_write() argument 840 while (!done && tindex <= tlast) { in xfs_cluster_write() 841 unsigned len = min_t(pgoff_t, PAGEVEC_SIZE, tlast - tindex + 1); in xfs_cluster_write() 843 if (!pagevec_lookup(&pvec, inode->i_mapping, tindex, len)) in xfs_cluster_write() 847 done = xfs_convert_page(inode, pvec.pages[i], tindex++, in xfs_cluster_write()
|
/linux-4.4.14/drivers/scsi/aacraid/ |
D | aachba.c | 853 char * get_container_type(unsigned tindex) in get_container_type() argument 855 if (tindex >= ARRAY_SIZE(container_types)) in get_container_type() 856 tindex = ARRAY_SIZE(container_types) - 1; in get_container_type() 857 return container_types[tindex]; in get_container_type() 869 static void setinqstr(struct aac_dev *dev, void *data, int tindex) in setinqstr() argument 912 if (tindex < ARRAY_SIZE(container_types)){ in setinqstr() 919 if (((findit - str->pid) + strlen(container_types[tindex])) in setinqstr() 921 inqstrcpy (container_types[tindex], findit + 1); in setinqstr()
|