Searched refs:ti (Results 176 - 184 of 184) sorted by relevance

12345678

/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dspa.c10257 spa_syncthread_info_t *ti = spa->spa_syncthreads; local
10258 for (int i = 0; i < nthreads; i++, ti++) {
10259 ti->sti_thread = kthreads[i];
10260 ti->sti_allocator = i;
10297 spa_syncthread_info_t *ti = spa->spa_syncthreads; local
10298 for (i = 0; i < spa->spa_alloc_count; i++, ti++) {
10299 if (ti->sti_thread == curthread) {
10300 ti->sti_allocator = r;
10339 spa_syncthread_info_t *ti = spa->spa_syncthreads; local
10340 for (int i = 0; i < spa->spa_alloc_count; i++, ti
[all...]
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c1557 dtrace_typeinfo_t ti; local
1591 tip = &ti;
/freebsd-current/contrib/file/magic/
H A DMakefile.in586 $(MAGIC_FRAGMENT_DIR)/ti-8x \
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1320 TransVariant(Record *def, unsigned rwi, unsigned pi, unsigned ti): argument
1321 VarOrSeqDef(def), RWIdx(rwi), ProcIdx(pi), TransVecIdx(ti) {}
/freebsd-current/libexec/rtld-elf/
H A Drtld.c3911 tls_index ti; local
4033 ti.ti_module = defobj->tlsindex;
4034 ti.ti_offset = def->st_value;
4035 sym = __tls_get_addr(&ti);
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4496 void setTypeSourceInfo(TypeSourceInfo *ti) {
4497 TInfo = ti;
/freebsd-current/sys/arm/ti/cpsw/
H A Dif_cpsw.c77 #include <arm/ti/am335x/am335x_scm.h>
697 if (!ofw_bus_is_compatible(dev, "ti,cpsw"))
1047 /* ti,cpsw actually have an optional syscon reference but only for am33xx?? */
/freebsd-current/sys/cam/ctl/
H A Dctl.c6847 scsi_ulto2b(SLP_TI, data->ti.hdr.param_code);
6849 data->ti.hdr.param_len = sizeof(struct scsi_log_time_interval) -
6851 scsi_ulto4b(3, data->ti.exponent);
6852 scsi_ulto4b(1, data->ti.integer);
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp518 SWIG_TypeClientData(swig_type_info *ti, void *clientdata) { argument
519 swig_cast_info *cast = ti->cast;
520 /* if (ti->clientdata == clientdata) return; */
521 ti->clientdata = clientdata;
534 SWIG_TypeNewClientData(swig_type_info *ti, void *clientdata) { argument
535 SWIG_TypeClientData(ti, clientdata);
536 ti->owndata = 1;
[all...]

Completed in 697 milliseconds

12345678