/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | vmlinux.lds.S | 138 .got : { *(.got*) }
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/ |
H A D | siw_mem.c | 414 int got, nents = min_t(int, num_pages, PAGES_PER_CHUNK); in siw_umem_get() local 422 got = 0; in siw_umem_get() 424 struct page **plist = &umem->page_chunk[i].plist[got]; in siw_umem_get() 436 got += rv; in siw_umem_get() 438 num_pages -= got; in siw_umem_get()
|
/kernel/linux/linux-5.10/kernel/debug/kdb/ |
H A D | kdb_io.c | 756 int got = 0; in vkdb_printf() local 761 got = 0; in vkdb_printf() 763 got = 0; in vkdb_printf() 765 got++; in vkdb_printf() 768 kdb_nextline += got / (colcount + 1); in vkdb_printf()
|
/kernel/linux/linux-6.6/kernel/debug/kdb/ |
H A D | kdb_io.c | 780 int got = 0; in vkdb_printf() local 785 got = 0; in vkdb_printf() 787 got = 0; in vkdb_printf() 789 got++; in vkdb_printf() 792 kdb_nextline += got / (colcount + 1); in vkdb_printf()
|
/kernel/linux/linux-6.6/tools/testing/selftests/user_events/ |
H A D | ftrace_test.c | 31 int bytes = 0, got; in trace_bytes() local 37 got = read(fd, buf, sizeof(buf)); in trace_bytes() 39 if (got == -1) in trace_bytes() 42 if (got == 0) in trace_bytes() 45 bytes += got; in trace_bytes()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | file.c | 453 int got = 0, want = CEPH_CAP_FILE_EXCL | CEPH_CAP_DIR_CREATE; in try_prep_async_create() local 491 got = want; in try_prep_async_create() 494 return got; in try_prep_async_create() 664 * we got here. Assume the server is aware of it at in ceph_finish_async_create() 940 dout("sync_read %llu~%llu got %zd i_size %llu%s\n", in ceph_sync_read() 1553 int want, got = 0; in ceph_read_iter() local 1570 &got, &pinned_page); in ceph_read_iter() 1579 if ((got & (CEPH_CAP_FILE_CACHE|CEPH_CAP_FILE_LAZYIO)) == 0 || in ceph_read_iter() 1583 dout("aio_sync_read %p %llx.%llx %llu~%u got cap refs on %s\n", in ceph_read_iter() 1585 ceph_cap_string(got)); in ceph_read_iter() 1710 int err, want, got; ceph_write_iter() local 2083 int want, got = 0; ceph_fallocate() local [all...] |
/test/testfwk/arkxtest/jsunit/src/module/assert/ |
H A D | assertPromiseIsRejected.js | 26 function (got) {
|
H A D | assertPromiseIsResolved.js | 27 function (got) {
|
H A D | assertPromiseIsRejectedWith.js | 33 function (got) {
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | module_64.c | 451 /* Override the got size */ in module_frob_arch_sections() 700 struct ppc64_got_entry *got; in got_for_addr() local 706 num_got = sechdrs[me->arch.got_section].sh_size / sizeof(*got); in got_for_addr() 709 got = (void *)sechdrs[me->arch.got_section].sh_addr; in got_for_addr() 710 for (i = 0; got[i].addr; i++) { in got_for_addr() 714 if (got[i].addr == addr) in got_for_addr() 715 return (unsigned long)&got[i]; in got_for_addr() 718 got[i].addr = addr; in got_for_addr() 720 return (unsigned long)&got[i]; in got_for_addr() 755 pr_err("%s: Expected nop after call, got in restore_r2() [all...] |
/kernel/linux/linux-5.10/drivers/input/serio/ |
H A D | hil_mlc.c | 448 #define EXPECT(comp, to, got, got_wrong, timed_out) \ 449 { HILSE_EXPECT, { .packet = comp }, to, got, got_wrong, timed_out }, 450 #define EXPECT_LAST(comp, to, got, got_wrong, timed_out) \ 451 { HILSE_EXPECT_LAST, { .packet = comp }, to, got, got_wrong, timed_out }, 452 #define EXPECT_DISC(comp, to, got, got_wrong, timed_out) \ 453 { HILSE_EXPECT_DISC, { .packet = comp }, to, got, got_wrong, timed_out }, 454 #define IN(to, got, got_error, timed_out) \ 455 { HILSE_IN, { .packet = 0 }, to, got, got_error, timed_out },
|
/kernel/linux/linux-5.10/drivers/usb/misc/ |
H A D | uss720.c | 464 size_t got = 0; in parport_uss720_epp_read_data() local 468 for (; got < length; got++) { in parport_uss720_epp_read_data() 478 return got; in parport_uss720_epp_read_data() 523 size_t got = 0; in parport_uss720_epp_read_addr() local 527 for (; got < length; got++) { in parport_uss720_epp_read_addr() 537 return got; in parport_uss720_epp_read_addr()
|
/kernel/linux/linux-6.6/drivers/usb/misc/ |
H A D | uss720.c | 464 size_t got = 0; in parport_uss720_epp_read_data() local 468 for (; got < length; got++) { in parport_uss720_epp_read_data() 478 return got; in parport_uss720_epp_read_data() 523 size_t got = 0; in parport_uss720_epp_read_addr() local 527 for (; got < length; got++) { in parport_uss720_epp_read_addr() 537 return got; in parport_uss720_epp_read_addr()
|
/kernel/linux/linux-6.6/drivers/input/serio/ |
H A D | hil_mlc.c | 448 #define EXPECT(comp, to, got, got_wrong, timed_out) \ 449 { HILSE_EXPECT, { .packet = comp }, to, got, got_wrong, timed_out }, 450 #define EXPECT_LAST(comp, to, got, got_wrong, timed_out) \ 451 { HILSE_EXPECT_LAST, { .packet = comp }, to, got, got_wrong, timed_out }, 452 #define EXPECT_DISC(comp, to, got, got_wrong, timed_out) \ 453 { HILSE_EXPECT_DISC, { .packet = comp }, to, got, got_wrong, timed_out }, 454 #define IN(to, got, got_error, timed_out) \ 455 { HILSE_IN, { .packet = 0 }, to, got, got_error, timed_out },
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | io_uring.h | 632 TP_PROTO(void *ctx, u64 fpos, u64 wanted, u64 got), 634 TP_ARGS(ctx, fpos, wanted, got), 640 __field(u64, got) 647 __entry->got = got; 650 TP_printk("ring %p, fpos %lld, wanted %lld, got %lld", 652 __entry->wanted, __entry->got)
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | module.h | 20 struct elf64_shdr *got; /* global offset table */ member 24 unsigned int next_got_entry; /* index of next available got entry */
|
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H A D | module.h | 20 struct elf64_shdr *got; /* global offset table */ member 24 unsigned int next_got_entry; /* index of next available got entry */
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ |
H A D | branch_loops.S | 21 ld r4, 2f@got(%r2)
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | vmlinux.lds.h | 108 *(.got) /* Global offset table */ \ 109 *(.got.plt) \
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_inode_fork.h | 164 #define for_each_xfs_iext(ifp, ext, got) \ 166 xfs_iext_get_extent((ifp), (ext), (got)); \
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_inode_fork.h | 247 #define for_each_xfs_iext(ifp, ext, got) \ 249 xfs_iext_get_extent((ifp), (ext), (got)); \
|
/kernel/linux/linux-5.10/drivers/parport/ |
H A D | parport_pc.c | 262 size_t got = 0; in parport_pc_epp_read_data() local 274 while (!(status & 0x08) && got < length) { in parport_pc_epp_read_data() 282 got += 16; in parport_pc_epp_read_data() 288 got++; in parport_pc_epp_read_data() 299 return got; in parport_pc_epp_read_data() 312 for (; got < length; got++) { in parport_pc_epp_read_data() 322 return got; in parport_pc_epp_read_data() 356 size_t got = 0; in parport_pc_epp_read_addr() local 366 for (; got < lengt in parport_pc_epp_read_addr() 407 size_t got; parport_pc_ecpepp_read_data() local 436 size_t got; parport_pc_ecpepp_read_addr() local [all...] |
/kernel/linux/linux-6.6/drivers/parport/ |
H A D | parport_pc.c | 269 size_t got = 0; in parport_pc_epp_read_data() local 281 while (!(status & 0x08) && got < length) { in parport_pc_epp_read_data() 289 got += 16; in parport_pc_epp_read_data() 295 got++; in parport_pc_epp_read_data() 306 return got; in parport_pc_epp_read_data() 325 for (; got < length; got++) { in parport_pc_epp_read_data() 335 return got; in parport_pc_epp_read_data() 375 size_t got = 0; in parport_pc_epp_read_addr() local 385 for (; got < lengt in parport_pc_epp_read_addr() 426 size_t got; parport_pc_ecpepp_read_data() local 455 size_t got; parport_pc_ecpepp_read_addr() local [all...] |
/kernel/linux/linux-5.10/drivers/block/paride/ |
H A D | pg.c | 392 int got[5]; in pg_reset() local 405 got[i] = read_reg(dev, i + 1); in pg_reset() 407 err = memcmp(expect, got, sizeof(got)) ? -1 : 0; in pg_reset() 412 printk("%3x", got[i]); in pg_reset()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | ioctl.c | 293 int ret, got = 0; in ceph_set_encryption_policy() local 309 ret = ceph_get_caps(file, CEPH_CAP_FILE_SHARED, 0, -1, &got); in ceph_set_encryption_policy() 314 if (got) in ceph_set_encryption_policy() 315 ceph_put_cap_refs(ci, got); in ceph_set_encryption_policy()
|