Lines Matching refs:TD

33 [  3] = { 3,	TD,		SEN(read),			"read"			},
34 [ 4] = { 3, TD, SEN(write), "write" },
35 [ 5] = { 3, TD|TF, SEN(open), "open" },
36 [ 6] = { 1, TD, SEN(close), "close" },
38 [ 8] = { 2, TD|TF, SEN(creat), "creat" },
49 [ 19] = { 3, TD, SEN(lseek), "lseek" },
71 [ 41] = { 1, TD, SEN(dup), "dup" },
72 [ 42] = { 1, TD, SEN(pipe), "pipe" },
84 [ 54] = { 3, TD, SEN(ioctl), "ioctl" },
85 [ 55] = { 3, TD, SEN(fcntl), "fcntl" },
93 [ 63] = { 2, TD, SEN(dup2), "dup2" },
114 [ 89] = { 3, TD, SEN(readdir), "readdir" },
115 [ 90] = { 1, TD|TM|SI, SEN(old_mmap), "mmap" },
118 [ 93] = { 2, TD, SEN(ftruncate), "ftruncate" },
119 [ 94] = { 2, TD, SEN(fchmod), "fchmod" },
125 [100] = { 2, TD, SEN(fstatfs), "fstatfs" },
127 [102] = { 2, TD, SEN(socketcall), "socketcall" },
133 [108] = { 2, TD, SEN(fstat), "fstat" },
143 [118] = { 1, TD, SEN(fsync), "fsync" },
158 [133] = { 1, TD, SEN(fchdir), "fchdir" },
164 [141] = { 3, TD, SEN(getdents), "getdents" },
165 [142] = { 5, TD, SEN(select), "select" },
166 [143] = { 2, TD, SEN(flock), "flock" },
168 [145] = { 3, TD, SEN(readv), "readv" },
169 [146] = { 3, TD, SEN(writev), "writev" },
171 [148] = { 1, TD, SEN(fdatasync), "fdatasync" },
189 [168] = { 3, TD, SEN(poll), "poll" },
200 [180] = { 4, TD, SEN(pread), "pread64" },
201 [181] = { 4, TD, SEN(pwrite), "pwrite64" },
207 [187] = { 4, TD|TN, SEN(sendfile), "sendfile" },
222 [207] = { 3, TD, SEN(fchown), "fchown" },
235 [220] = { 3, TD, SEN(getdents64), "getdents64" },
237 [222] = { 3, TD, SEN(readahead), "readahead" },
241 [226] = { 5, TD, SEN(fsetxattr), "fsetxattr" },
244 [229] = { 4, TD, SEN(fgetxattr), "fgetxattr" },
247 [232] = { 3, TD, SEN(flistxattr), "flistxattr" },
250 [235] = { 2, TD, SEN(fremovexattr), "fremovexattr" },
264 [249] = { 1, TD, SEN(epoll_create), "epoll_create" },
265 [250] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" },
266 [251] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
268 [253] = { 4, TD, SEN(fadvise64), "fadvise64" },
281 [266] = { 3, TD, SEN(fstatfs64), "fstatfs64" },
299 [284] = { 0, TD, SEN(inotify_init), "inotify_init" },
300 [285] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
301 [286] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
303 [288] = { 4, TD|TF, SEN(openat), "openat" },
304 [289] = { 3, TD|TF, SEN(mkdirat), "mkdirat" },
305 [290] = { 4, TD|TF, SEN(mknodat), "mknodat" },
306 [291] = { 5, TD|TF, SEN(fchownat), "fchownat" },
307 [292] = { 3, TD|TF, SEN(futimesat), "futimesat" },
308 [293] = { 4, TD|TF, SEN(newfstatat), "newfstatat" },
309 [294] = { 3, TD|TF, SEN(unlinkat), "unlinkat" },
310 [295] = { 4, TD|TF, SEN(renameat), "renameat" },
311 [296] = { 5, TD|TF, SEN(linkat), "linkat" },
312 [297] = { 3, TD|TF, SEN(symlinkat), "symlinkat" },
313 [298] = { 4, TD|TF, SEN(readlinkat), "readlinkat" },
314 [299] = { 3, TD|TF, SEN(fchmodat), "fchmodat" },
315 [300] = { 3, TD|TF, SEN(faccessat), "faccessat" },
316 [301] = { 6, TD, SEN(pselect6), "pselect6" },
317 [302] = { 5, TD, SEN(ppoll), "ppoll" },
321 [306] = { 6, TD, SEN(splice), "splice" },
322 [307] = { 4, TD, SEN(sync_file_range), "sync_file_range" },
323 [308] = { 4, TD, SEN(tee), "tee" },
324 [309] = { 4, TD, SEN(vmsplice), "vmsplice" },
327 [312] = { 6, TD, SEN(epoll_pwait), "epoll_pwait" },
329 [314] = { 4, TD, SEN(fallocate), "fallocate" },
330 [315] = { 4, TD|TF, SEN(utimensat), "utimensat" },
331 [316] = { 3, TD|TS, SEN(signalfd), "signalfd" },
332 [317] = { 4, TD, SEN(timerfd), "timerfd" },
333 [318] = { 1, TD, SEN(eventfd), "eventfd" },
334 [319] = { 2, TD, SEN(timerfd_create), "timerfd_create" },
335 [320] = { 4, TD, SEN(timerfd_settime), "timerfd_settime" },
336 [321] = { 2, TD, SEN(timerfd_gettime), "timerfd_gettime" },
337 [322] = { 4, TD|TS, SEN(signalfd4), "signalfd4" },
338 [323] = { 2, TD, SEN(eventfd2), "eventfd2" },
339 [324] = { 1, TD, SEN(inotify_init1), "inotify_init1" },
340 [325] = { 2, TD, SEN(pipe2), "pipe2" },
341 [326] = { 3, TD, SEN(dup3), "dup3" },
342 [327] = { 1, TD, SEN(epoll_create1), "epoll_create1" },
343 [328] = { 4, TD, SEN(preadv), "preadv" },
344 [329] = { 4, TD, SEN(pwritev), "pwritev" },
346 [331] = { 5, TD, SEN(perf_event_open), "perf_event_open" },
347 [332] = { 2, TD, SEN(fanotify_init), "fanotify_init" },
348 [333] = { 5, TD|TF, SEN(fanotify_mark), "fanotify_mark" },
350 [335] = { 5, TD|TF, SEN(name_to_handle_at), "name_to_handle_at" },
351 [336] = { 3, TD, SEN(open_by_handle_at), "open_by_handle_at" },
353 [338] = { 1, TD, SEN(syncfs), "syncfs" },
354 [339] = { 2, TD, SEN(setns), "setns" },
359 [344] = { 3, TD, SEN(finit_module), "finit_module" },
362 [347] = { 5, TD|TF, SEN(renameat2), "renameat2" },
365 [350] = { 2, TD, SEN(memfd_create), "memfd_create", },
366 [351] = { 3, TD, SEN(bpf), "bpf", },
369 [354] = { 5, TD|TF|TP|SE|SI, SEN(execveat), "execveat", },
370 [355] = { 1, TD, SEN(userfaultfd), "userfaultfd", },