Searched refs:tdata (Results 1 - 25 of 85) sorted by relevance

1234

/freebsd-11-stable/contrib/binutils/bfd/hosts/
H A Dalphalinux.h6 ((abfd)->tdata.trad_core_data->u.signal)
H A Ddecstation.h17 ((core_bfd)->tdata.trad_core_data->u.u_arg[0])
H A Di386bsd.h31 ((core_bfd)->tdata.trad_core_data->u.u_sig)
/freebsd-11-stable/contrib/ntp/scripts/stats/
H A Dtdata.S0 tdata <- scan(file1, list(day=0, sec=0, m=0, w=0, x=0, y=0, z=0))
5 plot(tdata$sec, tdata$m, type="l", xlab=paste("MJD", tdata$day, "Time (s)"), ylab="LORAN-M SNR (dB)")
1 tdata <- scan(file1, list(day=0, sec=0, m=0, w=0, x=0, y=0, z=0)) label
/freebsd-11-stable/contrib/jemalloc/src/
H A Dprof.c69 * Table of mutexes that are shared among tdata's. No operations require
70 * holding multiple tdata locks, so there is no problem with using them for more
71 * than one tdata at the same time, even though a gctx lock may be acquired
72 * while holding a tdata lock.
126 static bool prof_tdata_should_destroy(tsdn_t *tsdn, prof_tdata_t *tdata,
128 static void prof_tdata_destroy(tsdn_t *tsdn, prof_tdata_t *tdata,
199 prof_tdata_t *tdata; local
210 tdata = prof_tdata_get(tsd, true);
211 if (tdata != NULL)
212 prof_sample_threshold_update(tdata);
270 prof_enter(tsd_t *tsd, prof_tdata_t *tdata) argument
285 prof_leave(tsd_t *tsd, prof_tdata_t *tdata) argument
576 prof_gctx_try_destroy(tsd_t *tsd, prof_tdata_t *tdata_self, prof_gctx_t *gctx, prof_tdata_t *tdata) argument
642 prof_tdata_t *tdata = tctx->tdata; local
707 prof_tdata_destroy(tsd_tsdn(tsd), tdata, false); local
714 prof_lookup_global(tsd_t *tsd, prof_bt_t *bt, prof_tdata_t *tdata, void **p_btkey, prof_gctx_t **p_gctx, bool *p_new_gctx) argument
768 prof_tdata_t *tdata; local
846 prof_sample_threshold_update(prof_tdata_t *tdata) argument
888 prof_tdata_count_iter(prof_tdata_tree_t *tdatas, prof_tdata_t *tdata, void *arg) argument
919 prof_tdata_t *tdata; local
1042 prof_tctx_merge_tdata(tsdn_t *tsdn, prof_tctx_t *tctx, prof_tdata_t *tdata) argument
1215 prof_tdata_t *tdata = prof_tdata_get(tsd, false); local
1263 prof_tdata_merge_iter(prof_tdata_tree_t *tdatas, prof_tdata_t *tdata, void *opaque) argument
1297 prof_tdata_dump_iter(prof_tdata_tree_t *tdatas, prof_tdata_t *tdata, void *arg) argument
1548 prof_tdata_t *tdata; local
1680 prof_tdata_t *tdata; local
1732 prof_tdata_t *tdata; local
1797 prof_tdata_t *tdata; local
1848 prof_tdata_should_destroy_unlocked(prof_tdata_t *tdata, bool even_if_attached) argument
1859 prof_tdata_should_destroy(tsdn_t *tsdn, prof_tdata_t *tdata, bool even_if_attached) argument
1869 prof_tdata_destroy_locked(tsdn_t *tsdn, prof_tdata_t *tdata, bool even_if_attached) argument
1888 prof_tdata_destroy(tsdn_t *tsdn, prof_tdata_t *tdata, bool even_if_attached) argument
1897 prof_tdata_detach(tsd_t *tsd, prof_tdata_t *tdata) argument
1916 prof_tdata_destroy(tsd_tsdn(tsd), tdata, true); local
1920 prof_tdata_reinit(tsd_t *tsd, prof_tdata_t *tdata) argument
1934 prof_tdata_expire(tsdn_t *tsdn, prof_tdata_t *tdata) argument
1951 prof_tdata_reset_iter(prof_tdata_tree_t *tdatas, prof_tdata_t *tdata, void *arg) argument
1988 prof_tdata_t *tdata; local
2024 prof_tdata_t *tdata; local
2056 prof_tdata_t *tdata; local
2089 prof_tdata_t *tdata; local
2100 prof_tdata_t *tdata; local
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dppcboot.c104 #define ppcboot_set_tdata(abfd, ptr) ((abfd)->tdata.any = (PTR) (ptr))
105 #define ppcboot_get_tdata(abfd) ((ppcboot_data_t *) ((abfd)->tdata.any))
155 ppcboot_data_t *tdata;
220 tdata = ppcboot_get_tdata (abfd);
221 tdata->sec = sec;
222 memcpy ((PTR) &tdata->header, (PTR) &hdr, sizeof (ppcboot_hdr_t));
417 ppcboot_data_t *tdata = ppcboot_get_tdata (abfd);
418 long entry_offset = bfd_getl_signed_32 ((PTR) tdata->header.entry_offset);
419 long length = bfd_getl_signed_32 ((PTR) tdata->header.length);
426 if (tdata
152 ppcboot_data_t *tdata; local
407 ppcboot_data_t *tdata = ppcboot_get_tdata (abfd); local
[all...]
H A Dptrace-core.c44 #define core_upage(bfd) (&((bfd)->tdata.trad_core_data->u))
45 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section)
46 #define core_stacksec(bfd) ((bfd)->tdata.trad_core_data->stack_section)
47 #define core_regsec(bfd) ((bfd)->tdata.trad_core_data->reg_section)
87 abfd->tdata.trad_core_data = rawptr;
89 rawptr->u = u; /*Copy the uarea into the tdata part of the bfd */
131 bfd_release (abfd, abfd->tdata.any);
132 abfd->tdata.any = NULL;
141 char *com = abfd->tdata.trad_core_data->u.pt_comm;
152 return abfd->tdata
[all...]
H A Dsrec.c163 /* The S-record tdata information. */
190 /* Set up the S-record tdata information. */
195 tdata_type *tdata; local
199 tdata = bfd_alloc (abfd, sizeof (tdata_type));
200 if (tdata == NULL)
203 abfd->tdata.srec_data = tdata;
204 tdata->type = 1;
205 tdata->head = NULL;
206 tdata
819 tdata_type *tdata = abfd->tdata.srec_data; local
958 srec_write_section(bfd *abfd, tdata_type *tdata, srec_data_list_type *list) argument
1001 srec_write_terminator(bfd *abfd, tdata_type *tdata) argument
1065 tdata_type *tdata = abfd->tdata.srec_data; local
[all...]
H A Dihex.c149 /* The ihex tdata information. */
176 struct ihex_data_struct *tdata; local
178 tdata = bfd_alloc (abfd, sizeof (* tdata));
179 if (tdata == NULL)
182 abfd->tdata.ihex_data = tdata;
183 tdata->head = NULL;
184 tdata->tail = NULL;
524 tdata_save = abfd->tdata
662 struct ihex_data_struct *tdata; local
[all...]
H A Dlibieee.h132 #define IEEE_DATA(abfd) ((abfd)->tdata.ieee_data)
133 #define IEEE_AR_DATA(abfd) ((abfd)->tdata.ieee_ar_data)
H A Dtrad-core.c58 #define core_upage(bfd) (&((bfd)->tdata.trad_core_data->u))
59 #define core_datasec(bfd) ((bfd)->tdata.trad_core_data->data_section)
60 #define core_stacksec(bfd) ((bfd)->tdata.trad_core_data->stack_section)
61 #define core_regsec(bfd) ((bfd)->tdata.trad_core_data->reg_section)
153 abfd->tdata.trad_core_data = rawptr;
155 rawptr->u = u; /*Copy the uarea into the tdata part of the bfd */
227 bfd_release (abfd, abfd->tdata.any);
228 abfd->tdata.any = NULL;
238 char *com = abfd->tdata.trad_core_data->u.u_comm;
H A Dtekhex.c316 struct data_struct *d = abfd->tdata.tekhex_data->data;
330 d->next = abfd->tdata.tekhex_data->data;
332 abfd->tdata.tekhex_data->data = d;
423 new->prev = abfd->tdata.tekhex_data->symbols;
424 abfd->tdata.tekhex_data->symbols = new;
506 tekhex_symbol_type *p = abfd->tdata.tekhex_data->symbols;
529 tdata_type *tdata; local
531 tdata = bfd_alloc (abfd, (bfd_size_type) sizeof (tdata_type));
532 if (!tdata)
534 abfd->tdata
[all...]
H A Dsco5-core.c90 abfd->tdata.sco5_core_data = rawptr;
236 case CORES_UAREA: /* U-area, read in tdata */
317 if (abfd->tdata.any)
319 bfd_release (abfd, abfd->tdata.any);
320 abfd->tdata.any = NULL;
330 char *com = abfd->tdata.sco5_core_data->u.u_comm;
341 return ((ignore_abfd->tdata.sco5_core_data->u.u_sysabort != 0)
342 ? ignore_abfd->tdata.sco5_core_data->u.u_sysabort
H A Dnetbsd-core.c85 abfd->tdata.netbsd_core_data = rawptr;
232 bfd_release (abfd, abfd->tdata.any);
233 abfd->tdata.any = NULL;
242 return abfd->tdata.netbsd_core_data->core.c_name;
249 return abfd->tdata.netbsd_core_data->core.c_signo;
H A Dlibcoff-in.h25 /* Object file tdata; access macros. */
27 #define coff_data(bfd) ((bfd)->tdata.coff_obj_data)
123 #define pe_data(bfd) ((bfd)->tdata.pe_obj_data)
171 #define xcoff_data(abfd) ((abfd)->tdata.xcoff_obj_data)
200 void * tdata; member in struct:coff_section_tdata
225 ((struct xcoff_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
239 ((struct pei_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dprof.h42 * Number of mutexes shared among all tdata's. No space is allocated for these
90 prof_tdata_t *tdata; member in struct:prof_tctx_s
93 * Copy of tdata->thr_{uid,discrim}, necessary because tdata may be
99 /* Profiling counters, protected by tdata->lock. */
183 * Monotonically increasing discriminator among tdata structures
221 * Set to true during an early dump phase for tdata's which are
222 * currently being dumped. New threads' tdata's have this initialized
229 * True if profiling is active for this tdata's thread
303 prof_tdata_t *prof_tdata_reinit(tsd_t *tsd, prof_tdata_t *tdata);
379 prof_tdata_t *tdata; local
435 prof_tdata_t *tdata; local
465 prof_tdata_t *tdata; local
[all...]
/freebsd-11-stable/lib/libc/db/recno/
H A Drec_put.c63 DBT fdata, tdata; local
143 if ((tdata.data = malloc(t->bt_reclen)) == NULL)
145 tdata.size = t->bt_reclen;
146 memset(tdata.data, t->bt_bval, tdata.size);
148 tdata.data = NULL;
149 tdata.size = 0;
153 t->bt_nrecs, &tdata, 0) != RET_SUCCESS)
156 free(tdata.data);
190 DBT tdata; local
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h192 * structure. tdata is the thread private data that resides on the thread
243 kmp_hier_private_bdata_t *tdata);
247 kmp_hier_private_bdata_t *tdata);
252 kmp_hier_private_bdata_t *tdata) {
253 tdata->num_active = num_active;
254 tdata->index = 0;
255 tdata->wait_val[0] = tdata->wait_val[1] = get_wait_val(num_active);
266 kmp_hier_private_bdata_t *tdata) {
267 kmp_uint64 current_index = tdata
[all...]
/freebsd-11-stable/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c375 struct cxgbei_task_data *tdata = NULL; local
384 tdata = (struct cxgbei_task_data *)*prv;
385 if (xferlen == 0 || tdata == NULL)
391 tdata->nsge = cxgbei_map_sg(tdata->sgl, scmd);
392 if (tdata->nsge == 0) {
396 sge = tdata->sgl;
398 tdata->sc_ddp_tag = *itt;
401 __func__, *itt, tdata->sc_ddp_tag);
403 tdata
428 struct cxgbei_task_data *tdata = NULL; local
775 struct cxgbei_task_data *tdata = ofld_priv; local
[all...]
/freebsd-11-stable/contrib/flex/
H A Dgen.c104 flex_int8_t *tdata = 0; local
111 tbl->td_data = tdata =
115 tdata[i] = rule_has_nl[i] ? 1 : 0;
206 flex_int32_t *tdata = 0, curr = 0; local
220 tbl->td_data = tdata =
269 tdata[curr++] = 0;
270 tdata[curr++] = base[lastdfa + 1] - i;
274 tdata[curr++] = 0;
275 tdata[curr++] = nxt[i];
279 tdata[cur
307 flex_int32_t *tdata = 0; local
438 flex_int32_t *tdata = 0; local
644 flex_int32_t *tdata = 0; local
[all...]
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestmemcache.c311 apr_hash_t *tdata; local
325 tdata = apr_hash_make(p);
326 create_test_hash(pool, tdata);
328 for (hi = apr_hash_first(p, tdata); hi; hi = apr_hash_next(hi)) {
423 apr_hash_t *tdata, *values; local
437 tdata = apr_hash_make(p);
439 create_test_hash(pool, tdata);
441 for (hi = apr_hash_first(p, tdata); hi; hi = apr_hash_next(hi)) {
469 for (hi = apr_hash_first(p, tdata); hi; hi = apr_hash_next(hi)) {
490 apr_hash_t *tdata; local
[all...]
H A Dtestredis.c359 apr_hash_t *tdata; local
373 tdata = apr_hash_make(pool);
375 create_test_hash(pool, tdata);
377 for (hi = apr_hash_first(p, tdata); hi; hi = apr_hash_next(hi)) {
395 for (hi = apr_hash_first(p, tdata); hi; hi = apr_hash_next(hi)) {
415 apr_hash_t *tdata; local
429 tdata = apr_hash_make(pool);
431 create_test_hash(pool, tdata);
433 for (hi = apr_hash_first(p, tdata); hi; hi = apr_hash_next(hi)) {
453 for (hi = apr_hash_first(p, tdata); h
[all...]
/freebsd-11-stable/lib/libc/db/btree/
H A Dbt_put.c68 DBT tkey, tdata; local
136 tdata.data = db;
137 tdata.size = NOVFLSIZE;
143 data = &tdata;
/freebsd-11-stable/cddl/usr.bin/ctfconvert/
H A DMakefile26 tdata.c \
/freebsd-11-stable/cddl/usr.bin/ctfmerge/
H A DMakefile21 tdata.c \

Completed in 307 milliseconds

1234