/Linux-v6.1/tools/lib/traceevent/Documentation/ |
D | libtraceevent.txt | 19 int *tep_get_ref*(struct tep_handle pass:[*]_tep_); 23 int *tep_get_cpus*(struct tep_handle pass:[*]_tep_); 24 void *tep_set_cpus*(struct tep_handle pass:[*]_tep_, int _cpus_); 25 int *tep_get_long_size*(strucqt tep_handle pass:[*]_tep_); 26 void *tep_set_long_size*(struct tep_handle pass:[*]_tep_, int _long_size_); 27 int *tep_get_page_size*(struct tep_handle pass:[*]_tep_); 28 void *tep_set_page_size*(struct tep_handle pass:[*]_tep_, int _page_size_); 29 int *tep_get_header_page_size*(struct tep_handle pass:[*]_tep_); 30 int *tep_get_header_timestamp_size*(struct tep_handle pass:[*]_tep_); 32 …int *tep_strerror*(struct tep_handle pass:[*]_tep_, enum tep_errno _errnum_, char pass:[*]_buf_, s… [all …]
|
/Linux-v6.1/tools/lib/perf/Documentation/ |
D | libperf.txt | 26 typedef int (*libperf_print_fn_t)(enum libperf_print_level level, 47 int perf_cpu_map__cpu(const struct perf_cpu_map *cpus, int idx); 48 int perf_cpu_map__nr(const struct perf_cpu_map *cpus); 50 int perf_cpu_map__max(struct perf_cpu_map *map); 51 bool perf_cpu_map__has(const struct perf_cpu_map *map, int cpu); 65 struct perf_thread_map *perf_thread_map__new_array(int nr_threads, pid_t *array); 67 void perf_thread_map__set_pid(struct perf_thread_map *map, int idx, pid_t pid); 68 char *perf_thread_map__comm(struct perf_thread_map *map, int idx); 69 int perf_thread_map__nr(struct perf_thread_map *threads); 70 pid_t perf_thread_map__pid(struct perf_thread_map *map, int idx); [all …]
|
/Linux-v6.1/Documentation/filesystems/ |
D | locking.rst | 20 int (*d_revalidate)(struct dentry *, unsigned int); 21 int (*d_weak_revalidate)(struct dentry *, unsigned int); 22 int (*d_hash)(const struct dentry *, struct qstr *); 23 int (*d_compare)(const struct dentry *, 24 unsigned int, const char *, const struct qstr *); 25 int (*d_delete)(struct dentry *); 26 int (*d_init)(struct dentry *); 29 char *(*d_dname)((struct dentry *dentry, char *buffer, int buflen); 31 int (*d_manage)(const struct path *, bool); 59 int (*create) (struct inode *,struct dentry *,umode_t, bool); [all …]
|
/Linux-v6.1/tools/memory-model/litmus-tests/ |
D | IRIW+poonceonces+OnceOnce.litmus | 15 P0(int *x) 20 P1(int *x, int *y) 22 int r0; 23 int r1; 29 P2(int *y) 34 P3(int *x, int *y) 36 int r0; 37 int r1;
|
D | IRIW+fencembonceonces+OnceOnce.litmus | 15 P0(int *x) 20 P1(int *x, int *y) 22 int r0; 23 int r1; 30 P2(int *y) 35 P3(int *x, int *y) 37 int r0; 38 int r1;
|
D | ISA2+pooncelock+pooncelock+pombonce.litmus | 12 P0(int *x, int *y, spinlock_t *mylock) 20 P1(int *y, int *z, spinlock_t *mylock) 22 int r0; 30 P2(int *x, int *z) 32 int r1; 33 int r2;
|
D | ISA2+poonceonces.litmus | 14 P0(int *x, int *y) 20 P1(int *y, int *z) 22 int r0; 28 P2(int *x, int *z) 30 int r0; 31 int r1;
|
D | SB+rfionceonce-poonceonces.litmus | 11 P0(int *x, int *y) 13 int r1; 14 int r2; 21 P1(int *x, int *y) 23 int r3; 24 int r4;
|
D | WRC+poonceonces+Once.litmus | 13 P0(int *x) 18 P1(int *x, int *y) 20 int r0; 26 P2(int *x, int *y) 28 int r0; 29 int r1;
|
D | ISA2+pooncerelease+poacquirerelease+poacquireonce.litmus | 16 P0(int *x, int *y) 22 P1(int *y, int *z) 24 int r0; 30 P2(int *x, int *z) 32 int r0; 33 int r1;
|
D | WRC+pooncerelease+fencermbonceonce+Once.litmus | 15 P0(int *x) 20 P1(int *x, int *y) 22 int r0; 28 P2(int *x, int *y) 30 int r0; 31 int r1;
|
D | Z6.0+pooncelock+poonceLock+pombonce.litmus | 14 P0(int *x, int *y, spinlock_t *mylock) 22 P1(int *y, int *z, spinlock_t *mylock) 24 int r0; 33 P2(int *x, int *z) 35 int r1;
|
D | Z6.0+pooncelock+pooncelock+pombonce.litmus | 13 P0(int *x, int *y, spinlock_t *mylock) 21 P1(int *y, int *z, spinlock_t *mylock) 23 int r0; 31 P2(int *x, int *z) 33 int r1;
|
D | LB+poonceonces.litmus | 12 P0(int *x, int *y) 14 int r0; 20 P1(int *x, int *y) 22 int r0;
|
D | MP+poonceonces.litmus | 12 P0(int *buf, int *flag) // Producer 18 P1(int *buf, int *flag) // Consumer 20 int r0; 21 int r1;
|
D | MP+pooncerelease+poacquireonce.litmus | 13 P0(int *buf, int *flag) // Producer 19 P1(int *buf, int *flag) // Consumer 21 int r0; 22 int r1;
|
/Linux-v6.1/Documentation/litmus-tests/rcu/ |
D | RCU+sync+free.litmus | 19 int x = 1; 20 int *y = &x; 21 int z = 1; 24 P0(int *x, int *z, int **y) 26 int *r0; 27 int r1; 35 P1(int *x, int *z, int **y)
|
D | RCU+sync+read.litmus | 15 int x = 0; 16 int y = 0; 19 P0(int *x, int *y) 27 P1(int *x, int *y) 29 int r0; 30 int r1;
|
/Linux-v6.1/lib/raid6/ |
D | s390vx.uc | 32 static inline void SHLBYTE(int x, int y) 43 static inline void MASK(int x, int y) 48 static inline void AND(int x, int y, int z) 53 static inline void XOR(int x, int y, int z) 58 static inline void LOAD_DATA(int x, u8 *ptr) 68 static inline void STORE_DATA(int x, u8 *ptr) 78 static inline void COPY_VEC(int x, int y) 83 static void raid6_s390vx$#_gen_syndrome(int disks, size_t bytes, void **ptrs) 87 int d, z, z0; 115 static void raid6_s390vx$#_xor_syndrome(int disks, int start, int stop, [all …]
|
/Linux-v6.1/Documentation/admin-guide/device-mapper/ |
D | dm-io.rst | 30 int dm_io_sync(unsigned int num_regions, struct io_region *where, int rw, 31 struct page_list *pl, unsigned int offset, 33 int dm_io_async(unsigned int num_regions, struct io_region *where, int rw, 34 struct page_list *pl, unsigned int offset, 41 int dm_io_sync_bvec(unsigned int num_regions, struct io_region *where, 42 int rw, struct bio_vec *bvec, 44 int dm_io_async_bvec(unsigned int num_regions, struct io_region *where, 45 int rw, struct bio_vec *bvec, 53 int dm_io_sync_vm(unsigned int num_regions, struct io_region *where, int rw, 55 int dm_io_async_vm(unsigned int num_regions, struct io_region *where, int rw,
|
/Linux-v6.1/scripts/coccinelle/misc/ |
D | doubleinit.cocci | 40 if int(ps[0].line) < int(pr[0].line) or (int(ps[0].line) == int(pr[0].line) and int(ps[0].column) <… 52 if int(ps[0].line) < int(pr[0].line) or (int(ps[0].line) == int(pr[0].line) and int(ps[0].column) <…
|
/Linux-v6.1/drivers/scsi/aic7xxx/ |
D | aic79xx_reg_print.c_shipped | 23 int 35 int 50 int 68 int 89 int 106 int 120 int 135 int 151 int 167 int [all …]
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | libv4l-introduction.rst | 119 .. c:function:: int v4l2_open(const char *file, int oflag, ...) 123 .. c:function:: int v4l2_close(int fd) 127 .. c:function:: int v4l2_dup(int fd) 131 .. c:function:: int v4l2_ioctl (int fd, unsigned long int request, ...) 135 .. c:function:: int v4l2_read (int fd, void* buffer, size_t n) 139 .. c:function:: void *v4l2_mmap(void *start, size_t length, int prot, int flags, int fd, int64_t of… 143 .. c:function:: int v4l2_munmap(void *_start, size_t length); 149 .. c:function:: int v4l2_fd_open(int fd, int v4l2_flags) 156 .. c:function:: int v4l2_set_control(int fd, int cid, int value) 162 .. c:function:: int v4l2_get_control(int fd, int cid)
|
/Linux-v6.1/tools/power/x86/amd_pstate_tracer/ |
D | amd_pstate_trace.py | 166 …\n" % (cpu_int, int(time_pre_dec), int(time_post_dec), int(min_perf), int(des_perf), int(max_perf)… 205 cpu_int = int(cpu) 228 …duration_us = (int(time_pre_dec) - int(last_sec_cpu[cpu_int])) * 1000000 + (int(time_post_dec) - i… 233 load = Decimal(int(mperf)*100)/ Decimal(tsc) 264 cpu_mask = zeros((MAX_CPUS,), dtype=int) 297 if int(p) < MAX_CPUS : 298 cpu_mask[int(p)] = 1 326 time.sleep(int(interval))
|
/Linux-v6.1/Documentation/block/ |
D | ioprio.rst | 71 extern int sys_ioprio_set(int, int, int); 72 extern int sys_ioprio_get(int, int); 90 static inline int ioprio_set(int which, int who, int ioprio) 95 static inline int ioprio_get(int which, int who) 117 int main(int argc, char *argv[]) 119 int ioprio = 4, set = 0, ioprio_class = IOPRIO_CLASS_BE; 120 int c, pid = 0;
|