Home
last modified time | relevance | path

Searched refs:got (Results 51 – 75 of 248) sorted by relevance

12345678910

/linux/arch/csky/kernel/vdso/
H A Dvdso.lds.S32 *(.got.plt) *(.got)
/linux/mm/
H A Dzpool.c77 bool got = try_module_get(driver->owner); in zpool_get_driver() local
79 if (got) in zpool_get_driver()
82 return got ? driver : NULL; in zpool_get_driver()
/linux/arch/sparc/vdso/
H A Dvdso-layout.lds.S45 *(.got.plt) *(.got)
/linux/arch/riscv/kernel/vdso/
H A Dvdso.lds.S30 *(.got.plt) *(.got)
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_extern.c127 uint64_t *got, *exp; in test_core_extern() local
157 got = (uint64_t *)skel->data; in test_core_extern()
160 ASSERT_EQ(got[j], exp[j], "result"); in test_core_extern()
/linux/arch/arm64/kernel/vdso32/
H A Dvdso.lds.S41 *(.got)
42 *(.got.plt)
/linux/lib/
H A Dtest_scanf.c67 typeof(*expect) got = *va_arg(ap, typeof(expect)); \
68 pr_debug("\t" arg_fmt "\n", got); \
69 if (got != *expect) { \
71 str, fmt, *expect, got); \
684 T got; \
691 got = (fn)(test_buffer, &endp, base); \
692 pr_debug(#fn "(\"%s\", %d) -> " gen_fmt "\n", test_buffer, base, got); \
693 if (got != (expect)) { \
696 test_buffer, base, got, expect); \
/linux/arch/x86/entry/vdso/
H A Dvdso-layout.lds.S53 *(.got.plt) *(.got)
/linux/arch/arm64/kernel/vdso/
H A Dvdso.lds.S62 *(.got)
63 *(.got.plt)
/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_htab_mem.c270 ssize_t got; in htab_mem_read_mem_cgrp_file() local
281 got = read(fd, buf, sizeof(buf) - 1); in htab_mem_read_mem_cgrp_file()
282 if (got <= 0) { in htab_mem_read_mem_cgrp_file()
286 buf[got] = 0; in htab_mem_read_mem_cgrp_file()
/linux/fs/xfs/libxfs/
H A Dxfs_bmap.h24 struct xfs_bmbt_irec got; /* extent after, or delayed */ member
206 struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *got,
209 struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *got,
224 struct xfs_bmbt_irec *got, struct xfs_iext_cursor *cur,
/linux/Documentation/filesystems/
H A Dqnx6.rst8 It got introduced in QNX 6.4.0 and is used default since 6.4.1.
42 Each qnx6fs got two superblocks, each one having a 64bit serial number.
114 Eeach filename record additionally got a filename length field.
118 These got set a filename length field of 0xff in the corresponding directory
127 Symbolic links are also filesystem objects with inodes. They got a specific
132 Hard links got an inode, a directory entry, but a specific mode bit set,
179 Each superblock got its own half of the system area. So superblock #1
/linux/tools/testing/selftests/powerpc/switch_endian/
H A Dswitch_endian_test.S81 ld r4, success_message@got(%r2)
94 ld r4, failure_message@got(%r2)
/linux/arch/powerpc/kernel/vdso/
H A Dvdso32.lds.S74 .got : { *(.got) } :text
H A Dvdso64.lds.S74 .got ALIGN(8) : { *(.got .toc) }
/linux/fs/ceph/
H A Dfile.c549 got = want; in try_prep_async_create()
552 return got; in try_prep_async_create()
2120 int want = 0, got = 0; in ceph_read_iter() local
2183 ceph_put_cap_refs(ci, got); in ceph_read_iter()
2273 int want = 0, got = 0; in ceph_splice_read() local
2309 rw_ctx.caps = got; in ceph_splice_read()
2317 ceph_put_cap_refs(ci, got); in ceph_splice_read()
2344 int err, want = 0, got; in ceph_write_iter() local
2415 got = 0; in ceph_write_iter()
2490 ceph_put_cap_refs(ci, got); in ceph_write_iter()
[all …]
/linux/kernel/debug/kdb/
H A Dkdb_io.c783 int got = 0; in vkdb_printf() local
788 got = 0; in vkdb_printf()
790 got = 0; in vkdb_printf()
792 got++; in vkdb_printf()
795 kdb_nextline += got / (colcount + 1); in vkdb_printf()
/linux/drivers/usb/misc/
H A Duss720.c464 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()
/linux/arch/parisc/kernel/vdso32/
H A Dvdso32.lds.S47 .got : { *(.got) }
/linux/arch/parisc/kernel/vdso64/
H A Dvdso64.lds.S45 .got : { *(.got) }
/linux/arch/riscv/kernel/
H A Dvmlinux.lds.S138 .got : { *(.got*) }
/linux/include/trace/events/
H A Dio_uring.h628 TP_PROTO(void *ctx, u64 fpos, u64 wanted, u64 got),
630 TP_ARGS(ctx, fpos, wanted, got),
636 __field(u64, got)
643 __entry->got = got;
648 __entry->wanted, __entry->got)
/linux/arch/powerpc/kernel/
H A Dmodule_64.c700 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()
/linux/fs/xfs/scrub/
H A Dattr_repair.c884 struct xfs_bmbt_irec got; in xrep_xattr_recover() local
900 offset = got.br_startoff + got.br_blockcount) { in xrep_xattr_recover()
903 &got, &nmap, XFS_BMAPI_ATTRFORK); in xrep_xattr_recover()
908 if (!xfs_bmap_is_written_extent(&got)) in xrep_xattr_recover()
911 for (dabno = round_up(got.br_startoff, geo->fsbcount); in xrep_xattr_recover()
912 dabno < got.br_startoff + got.br_blockcount; in xrep_xattr_recover()
914 xfs_fileoff_t curr_offset = dabno - got.br_startoff; in xrep_xattr_recover()
921 got.br_blockcount - curr_offset); in xrep_xattr_recover()
923 curr_offset + got.br_startblock, in xrep_xattr_recover()
/linux/Documentation/driver-api/media/drivers/
H A Drkisp1.rst33 - The module for lens shading correction got changed
35 - The AWB and AEC modules got replaced to support finer

12345678910