Lines Matching refs:TD
32 [ 3] = { 3, TD, sys_read, "read" },
33 [ 4] = { 3, TD, sys_write, "write" },
34 [ 5] = { 3, TD|TF, sys_open, "open" },
35 [ 6] = { 1, TD, sys_close, "close" },
37 [ 8] = { 2, TD|TF, sys_creat, "creat" },
48 [ 19] = { 3, TD, sys_lseek, "lseek" },
57 [ 28] = { 2, TD, sys_oldfstat, "oldfstat" },
70 [ 41] = { 1, TD, sys_dup, "dup" },
71 [ 42] = { 1, TD, sys_pipe, "pipe" },
83 [ 54] = { 3, TD, sys_ioctl, "ioctl" },
84 [ 55] = { 3, TD, sys_fcntl, "fcntl" },
92 [ 63] = { 2, TD, sys_dup2, "dup2" },
111 [ 82] = { 1, TD, sys_oldselect, "oldselect" },
118 [ 89] = { 3, TD, sys_readdir, "readdir" },
119 [ 90] = { 6, TD|TM|SI, printargs, "old_mmap" }, /*not implemented in kernel */
122 [ 93] = { 2, TD, sys_ftruncate, "ftruncate" },
123 [ 94] = { 2, TD, sys_fchmod, "fchmod" },
124 [ 95] = { 3, TD, sys_fchown16, "fchown" },
129 [100] = { 2, TD, sys_fstatfs, "fstatfs" },
131 [102] = { 2, TD, sys_socketcall, "socketcall" },
137 [108] = { 2, TD, sys_fstat, "fstat" },
147 [118] = { 1, TD, sys_fsync, "fsync" },
162 [133] = { 1, TD, sys_fchdir, "fchdir" },
169 [140] = { 5, TD, sys_llseek, "_llseek" },
170 [141] = { 3, TD, sys_getdents, "getdents" },
171 [142] = { 5, TD, sys_select, "select" },
172 [143] = { 2, TD, sys_flock, "flock" },
174 [145] = { 3, TD, sys_readv, "readv" },
175 [146] = { 3, TD, sys_writev, "writev" },
177 [148] = { 1, TD, sys_fdatasync, "fdatasync" },
197 [168] = { 3, TD, sys_poll, "poll" },
209 [180] = { 5, TD, sys_pread, "pread" },
210 [181] = { 5, TD, sys_pwrite, "pwrite" },
216 [187] = { 4, TD|TN, sys_sendfile, "sendfile" },
221 [192] = { 6, TD|TM|SI, sys_mmap_pgoff, "mmap2" },
223 [194] = { 3, TD, sys_ftruncate64, "ftruncate64" },
226 [197] = { 2, TD, sys_fstat64, "fstat64" },
236 [207] = { 3, TD, sys_fchown, "fchown32" },
249 [220] = { 3, TD, sys_getdents64, "getdents64" },
250 [221] = { 3, TD, sys_fcntl, "fcntl64" },
254 [225] = { 4, TD, sys_readahead, "readahead" },
257 [228] = { 5, TD, sys_fsetxattr, "fsetxattr" },
260 [231] = { 4, TD, sys_fgetxattr, "fgetxattr" },
263 [234] = { 3, TD, sys_flistxattr, "flistxattr" },
266 [237] = { 2, TD, sys_fremovexattr, "fremovexattr" },
268 [239] = { 4, TD|TN, sys_sendfile64, "sendfile64" },
284 [255] = { 1, TD, sys_epoll_create, "epoll_create" },
285 [256] = { 4, TD, sys_epoll_ctl, "epoll_ctl" },
286 [257] = { 4, TD, sys_epoll_wait, "epoll_wait" },
299 [270] = { 3, TD, sys_fstatfs64, "fstatfs64" },
302 [273] = { 6, TD, sys_fadvise64_64, "fadvise64_64" },
320 [291] = { 0, TD, sys_inotify_init, "inotify_init" },
321 [292] = { 3, TD, sys_inotify_add_watch, "inotify_add_watch" },
322 [293] = { 2, TD, sys_inotify_rm_watch, "inotify_rm_watch" },
324 [295] = { 4, TD|TF, sys_openat, "openat" },
325 [296] = { 3, TD|TF, sys_mkdirat, "mkdirat" },
326 [297] = { 4, TD|TF, sys_mknodat, "mknodat" },
327 [298] = { 5, TD|TF, sys_fchownat, "fchownat" },
328 [299] = { 3, TD|TF, sys_futimesat, "futimesat" },
329 [300] = { 4, TD|TF, sys_newfstatat, "fstatat64" },
330 [301] = { 3, TD|TF, sys_unlinkat, "unlinkat" },
331 [302] = { 4, TD|TF, sys_renameat, "renameat" },
332 [303] = { 5, TD|TF, sys_linkat, "linkat" },
333 [304] = { 3, TD|TF, sys_symlinkat, "symlinkat" },
334 [305] = { 4, TD|TF, sys_readlinkat, "readlinkat" },
335 [306] = { 3, TD|TF, sys_fchmodat, "fchmodat" },
336 [307] = { 3, TD|TF, sys_faccessat, "faccessat" },
337 [308] = { 6, TD, sys_pselect6, "pselect6" },
338 [309] = { 5, TD, sys_ppoll, "ppoll" },
371 [342] = { 6, TD, sys_splice, "splice" },
372 [343] = { 6, TD, sys_sync_file_range, "sync_file_range" },
373 [344] = { 4, TD, sys_tee, "tee" },
374 [345] = { 4, TD, sys_vmsplice, "vmsplice" },
375 [346] = { 6, TD, sys_epoll_pwait, "epoll_pwait" },
376 [347] = { 4, TD|TF, sys_utimensat, "utimensat" },
377 [348] = { 3, TD|TS, sys_signalfd, "signalfd" },
378 [349] = { 2, TD, sys_timerfd_create, "timerfd_create" },
379 [350] = { 1, TD, sys_eventfd, "eventfd" },
380 [351] = { 5, TD, sys_pread, "pread64" },
381 [352] = { 5, TD, sys_pwrite, "pwrite64" },
382 [353] = { 5, TD, sys_fadvise64, "fadvise64" },
385 [356] = { 6, TD, sys_fallocate, "fallocate" },
387 [358] = { 4, TD, sys_timerfd_settime, "timerfd_settime" },
388 [359] = { 2, TD, sys_timerfd_gettime, "timerfd_gettime" },
389 [360] = { 4, TD|TS, sys_signalfd4, "signalfd4" },
390 [361] = { 2, TD, sys_eventfd2, "eventfd2" },
391 [362] = { 1, TD, sys_epoll_create1, "epoll_create1" },
392 [363] = { 3, TD, sys_dup3, "dup3" },
393 [364] = { 2, TD, sys_pipe2, "pipe2" },
394 [365] = { 1, TD, sys_inotify_init1, "inotify_init1" },
395 [366] = { 5, TD, sys_preadv, "preadv" },
396 [367] = { 5, TD, sys_pwritev, "pwritev" },
398 [369] = { 5, TD, sys_perf_event_open, "perf_event_open" },
400 [371] = { 2, TD, sys_fanotify_init, "fanotify_init" },
401 [372] = { 6, TD|TF, sys_fanotify_mark, "fanotify_mark" },
404 [375] = { 5, TD|TF, sys_name_to_handle_at, "name_to_handle_at" },
405 [376] = { 3, TD, sys_open_by_handle_at, "open_by_handle_at" },
407 [378] = { 1, TD, sys_syncfs, "syncfs" },
408 [379] = { 2, TD, sys_setns, "setns" },