Home
last modified time | relevance | path

Searched refs:td_read (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/babeltrace/babeltrace-1.5.7/lib/
H A Diterator.c343 struct bt_trace_descriptor *td_read; in seek_last_ctf_trace_collection() local
345 td_read = g_ptr_array_index(tc->array, i); in seek_last_ctf_trace_collection()
346 if (!td_read) in seek_last_ctf_trace_collection()
460 struct bt_trace_descriptor *td_read; in bt_iter_set_pos() local
463 if (!td_read) in bt_iter_set_pos()
490 struct bt_trace_descriptor *td_read; in bt_iter_set_pos() local
494 if (!td_read) in bt_iter_set_pos()
685 struct bt_trace_descriptor *td_read) in bt_iter_add_trace() argument
758 struct bt_trace_descriptor *td_read; in bt_iter_init() local
761 if (!td_read) in bt_iter_init()
[all …]
/dports/devel/py-jsonpickle/jsonpickle-2.0.0/tests/
H A Ddatetime_test.py63 td_read = dt_now - self._dt_read
67 s += ' dt_read: ' + str(self._dt_read) + ' (%s ago)' % td_read + '\n'
73 td_read = dt_now - self._dt_read
75 return td_read > td and td_write > td
/dports/devel/babeltrace/babeltrace-1.5.7/formats/ctf/
H A Dcallbacks.c92 struct bt_trace_descriptor *td_read; in bt_ctf_iter_add_callback() local
94 td_read = g_ptr_array_index(tc->array, i); in bt_ctf_iter_add_callback()
95 tin = container_of(td_read, struct ctf_trace, parent); in bt_ctf_iter_add_callback()
H A Dctf.c914 int ctf_find_stream_intersection(struct bt_trace_descriptor *td_read, in ctf_find_stream_intersection() argument
1007 struct bt_trace_descriptor *td_read; in ctf_find_tc_stream_packet_intersection_union() local
1010 td_read = g_ptr_array_index(ctx->tc->array, i); in ctf_find_tc_stream_packet_intersection_union()
1011 if (!td_read) { in ctf_find_tc_stream_packet_intersection_union()
1014 ret = ctf_find_stream_intersection(td_read, &intersection_real, in ctf_find_tc_stream_packet_intersection_union()
1047 struct bt_trace_descriptor *td_read; in ctf_tc_set_stream_intersection_mode() local
1050 td_read = g_ptr_array_index(ctx->tc->array, i); in ctf_tc_set_stream_intersection_mode()
1051 if (!td_read) { in ctf_tc_set_stream_intersection_mode()
1055 ret = ctf_find_stream_intersection(td_read, &intersection_real, in ctf_tc_set_stream_intersection_mode()
1064 td_read->interval_real = intersection_real; in ctf_tc_set_stream_intersection_mode()
[all …]
/dports/devel/babeltrace/babeltrace-1.5.7/include/babeltrace/
H A Diterator-internal.h71 struct bt_trace_descriptor *td_read);
/dports/benchmarks/fio/fio-3.29/engines/
H A Dglusterfs.c265 } else if (td_read(td)) {
277 flags & O_RDONLY ? "ro" : "rw", td_read(td) ? "read" : "write");
285 if (td_read(td)) {
H A Dfiledelete.c72 if (td_read(td)) in init()
H A Dfilecreate.c81 if (td_read(td)) in init()
H A Dfilestat.c145 if (td_read(td)) in init()
H A Dnet.c706 if (td_read(td) && io_u->ddir == DDIR_READ) in fio_netio_queue()
1063 if (td_read(td)) in fio_netio_setup_connect_inet()
1335 o->listen = td_read(td); in fio_netio_init()
H A Dime.c207 } else if (td_read(td)) { in fio_ime_open_file()
252 } else if (td_read(td) && f->real_file_size < desired_fs) { in fio_ime_open_file()
H A Dlibzbc.c70 } else if (td_read(td)) { in libzbc_open_dev()
H A Drdma.c959 if (td_read(td)) in fio_rdmaio_open_file()
1312 if (td_read(td)) { /* READ as the server */ in fio_rdmaio_init()
H A Ddfs.c386 } else if (td_read(td)) {
H A Dlibrpma_gpspm.c79 if (td_read(td) || td_trim(td)) { in client_init()
/dports/benchmarks/fio/fio-3.29/
H A Dio_ddir.h46 #define td_read(td) ((td)->o.td_ddir & TD_DDIR_READ) macro
H A Deta.c75 } else if (td_read(td)) { in check_str_update()
289 if (td_read(td)) in thread_eta()
430 if (td_read(td)) { in calc_thread_status()
H A Drate-submit.c266 if (td_read(src)) in io_workqueue_update_acct_fn()
H A Dbackend.c803 else if (td_read(td))
1323 if (td_ioengine_flagged(td, FIO_NOIO) || !(td_read(td) || td_write(td)))
1911 if (td_read(td) && td->io_bytes[DDIR_READ])
H A Dinit.c669 if (td_read(td))
804 o->time_based && !td_read(td) && !o->verify_backlog) {
824 else if (td_read(td) && o->verify_interval > o->min_bs[DDIR_READ])
H A Dfilesetup.c136 if (td_read(td) ||
770 } else if (td_read(td)) {
H A Dstat.c2600 if (td_read(td) && td->ts.io_bytes[DDIR_READ]) in __show_running_run_stats()
2621 if (td_read(td) && td->ts.io_bytes[DDIR_READ]) in __show_running_run_stats()
H A Dio_u.c749 } else if (td_read(td)) in get_rw_ddir()
/dports/emulators/simh/simh-3.9.0_5/PDP8/
H A Dpdp8_td.c205 int32 td_read (UNIT *uptr, int32 blk, int32 line);
550 else datb = td_read (uptr, blkno, /* no, read */ in td_svc()
643 int32 td_read (UNIT *uptr, int32 blk, int32 line) in td_read() function
/dports/devel/ncurses/ncurses-6.3/ncurses/base/
H A Dlib_getch.c330 n = CallDriver_1(sp, td_read, &buf); in fifo_push()

12