Lines Matching refs:TD

34 [  3] = { 3,	TD,		SEN(read),			"read"			},
35 [ 4] = { 3, TD, SEN(write), "write" },
36 [ 5] = { 3, TD|TF, SEN(open), "open" },
37 [ 6] = { 1, TD, SEN(close), "close" },
39 [ 8] = { 2, TD|TF, SEN(creat), "creat" },
50 [ 19] = { 3, TD, SEN(lseek), "lseek" },
59 [ 28] = { 2, TD, SEN(oldfstat), "oldfstat" },
72 [ 41] = { 1, TD, SEN(dup), "dup" },
73 [ 42] = { 1, TD, SEN(pipe), "pipe" },
85 [ 54] = { 3, TD, SEN(ioctl), "ioctl" },
86 [ 55] = { 3, TD, SEN(fcntl), "fcntl" },
94 [ 63] = { 2, TD, SEN(dup2), "dup2" },
113 [ 82] = { 1, TD, SEN(oldselect), "select" },
120 [ 89] = { 3, TD, SEN(readdir), "readdir" },
121 [ 90] = { 6, TD|TM|SI, SEN(mmap), "mmap" },
124 [ 93] = { 2, TD, SEN(ftruncate), "ftruncate" },
125 [ 94] = { 2, TD, SEN(fchmod), "fchmod" },
126 [ 95] = { 3, TD, SEN(fchown16), "fchown" },
131 [100] = { 2, TD, SEN(fstatfs), "fstatfs" },
133 [102] = { 2, TD, SEN(socketcall), "socketcall" },
139 [108] = { 2, TD, SEN(fstat), "fstat" },
149 [118] = { 1, TD, SEN(fsync), "fsync" },
164 [133] = { 1, TD, SEN(fchdir), "fchdir" },
171 [140] = { 5, TD, SEN(llseek), "_llseek" },
172 [141] = { 3, TD, SEN(getdents), "getdents" },
173 [142] = { 5, TD, SEN(select), "_newselect" },
174 [143] = { 2, TD, SEN(flock), "flock" },
176 [145] = { 3, TD, SEN(readv), "readv" },
177 [146] = { 3, TD, SEN(writev), "writev" },
179 [148] = { 1, TD, SEN(fdatasync), "fdatasync" },
199 [168] = { 3, TD, SEN(poll), "poll" },
211 [180] = { 6, TD, SEN(pread), "pread64" },
212 [181] = { 6, TD, SEN(pwrite), "pwrite64" },
218 [187] = { 4, TD|TN, SEN(sendfile), "sendfile" },
222 [192] = { 6, TD|TM|SI, SEN(mmap_4koff), "mmap2" },
224 [194] = { 3, TD, SEN(ftruncate64), "ftruncate64" },
227 [197] = { 2, TD, SEN(fstat64), "fstat64" },
237 [207] = { 3, TD, SEN(fchown), "fchown32" },
250 [220] = { 3, TD, SEN(getdents64), "getdents64" },
251 [221] = { 3, TD, SEN(fcntl64), "fcntl64" },
254 [225] = { 4, TD, SEN(readahead), "readahead" },
257 [228] = { 5, TD, SEN(fsetxattr), "fsetxattr" },
260 [231] = { 4, TD, SEN(fgetxattr), "fgetxattr" },
263 [234] = { 3, TD, SEN(flistxattr), "flistxattr" },
266 [237] = { 2, TD, SEN(fremovexattr), "fremovexattr" },
268 [239] = { 4, TD|TN, SEN(sendfile64), "sendfile64" },
278 [250] = { 5, TD, SEN(fadvise64), "fadvise64" },
282 [254] = { 1, TD, SEN(epoll_create), "epoll_create" },
283 [255] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" },
284 [256] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
297 [269] = { 2, TD, SEN(fstatfs64), "fstatfs64" },
300 [272] = { 6, TD, SEN(fadvise64_64), "fadvise64_64" },
318 [290] = { 0, TD, SEN(inotify_init), "inotify_init" },
319 [291] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
320 [292] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
323 [295] = { 4, TD|TF, SEN(openat), "openat" },
324 [296] = { 3, TD|TF, SEN(mkdirat), "mkdirat" },
325 [297] = { 4, TD|TF, SEN(mknodat), "mknodat" },
326 [298] = { 5, TD|TF, SEN(fchownat), "fchownat" },
327 [299] = { 3, TD|TF, SEN(futimesat), "futimesat" },
328 [300] = { 4, TD|TF, SEN(newfstatat), "fstatat64" },
329 [301] = { 3, TD|TF, SEN(unlinkat), "unlinkat" },
330 [302] = { 4, TD|TF, SEN(renameat), "renameat" },
331 [303] = { 5, TD|TF, SEN(linkat), "linkat" },
332 [304] = { 3, TD|TF, SEN(symlinkat), "symlinkat" },
333 [305] = { 4, TD|TF, SEN(readlinkat), "readlinkat" },
334 [306] = { 3, TD|TF, SEN(fchmodat), "fchmodat" },
335 [307] = { 3, TD|TF, SEN(faccessat), "faccessat" },
336 [308] = { 6, TD, SEN(pselect6), "pselect6" },
337 [309] = { 5, TD, SEN(ppoll), "ppoll" },
341 [313] = { 6, TD, SEN(splice), "splice" },
342 [314] = { 6, TD, SEN(sync_file_range), "sync_file_range" },
343 [315] = { 4, TD, SEN(tee), "tee" },
344 [316] = { 5, TD, SEN(vmsplice), "vmsplice" },
347 [319] = { 6, TD, SEN(epoll_pwait), "epoll_pwait" },
348 [320] = { 4, TD|TF, SEN(utimensat), "utimensat" },
349 [321] = { 3, TD|TS, SEN(signalfd), "signalfd" },
350 [322] = { 2, TD, SEN(timerfd_create), "timerfd_create" },
351 [323] = { 1, TD, SEN(eventfd), "eventfd" },
352 [324] = { 6, TD, SEN(fallocate), "fallocate" },
353 [325] = { 4, TD, SEN(timerfd_settime), "timerfd_settime" },
354 [326] = { 2, TD, SEN(timerfd_gettime), "timerfd_gettime" },
355 [327] = { 4, TD|TS, SEN(signalfd4), "signalfd4" },
356 [328] = { 2, TD, SEN(eventfd2), "eventfd2" },
357 [329] = { 1, TD, SEN(epoll_create1), "epoll_create1" },
358 [330] = { 3, TD, SEN(dup3), "dup3" },
359 [331] = { 2, TD, SEN(pipe2), "pipe2" },
360 [332] = { 1, TD, SEN(inotify_init1), "inotify_init1" },
361 [333] = { 5, TD, SEN(preadv), "preadv" },
362 [334] = { 5, TD, SEN(pwritev), "pwritev" },
364 [336] = { 5, TD, SEN(perf_event_open), "perf_event_open" },
365 [337] = { 2, TD, SEN(fanotify_init), "fanotify_init" },
366 [338] = { 6, TD|TF, SEN(fanotify_mark), "fanotify_mark" },
387 [359] = { 5, TD|TF, SEN(name_to_handle_at), "name_to_handle_at" },
388 [360] = { 3, TD, SEN(open_by_handle_at), "open_by_handle_at" },
390 [362] = { 1, TD, SEN(syncfs), "syncfs" },
392 [364] = { 2, TD, SEN(setns), "setns" },
396 [368] = { 3, TD, SEN(finit_module), "finit_module" },