Home
last modified time | relevance | path

Searched defs:got (Results 1 – 46 of 46) sorted by relevance

/linux-4.4.14/arch/x86/boot/compressed/
Dvmlinux.lds.S46 KEEP(*(.got.plt))
48 _egot = .;
/linux-4.4.14/arch/powerpc/kernel/
Dvmlinux.lds.S227 arch/powerpc/kernel/prom_init.o*(.toc .got)
230 *(.got)
/linux-4.4.14/arch/alpha/kernel/
Dmodule.c81 Elf64_Shdr *esechdrs, *symtab, *s, *got; in module_frob_arch_sections() local
153 unsigned long got, gp; in apply_relocate_add() local
/linux-4.4.14/arch/m32r/boot/compressed/
Dvmlinux.lds.S17 .got : { *(.got) _egot = .; *(.got.*) } section
/linux-4.4.14/drivers/input/serio/
Dhil_mlc.c450 #define EXPECT(comp, to, got, got_wrong, timed_out) \ argument
452 #define EXPECT_LAST(comp, to, got, got_wrong, timed_out) \ argument
454 #define EXPECT_DISC(comp, to, got, got_wrong, timed_out) \ argument
456 #define IN(to, got, got_error, timed_out) \ argument
/linux-4.4.14/arch/ia64/include/asm/
Dmodule.h18 struct elf64_shdr *got; /* global offset table */ member
/linux-4.4.14/drivers/staging/lustre/lustre/fld/
Dfld_cache.c483 struct fld_cache_entry *got = NULL; in fld_cache_entry_lookup_nolock() local
505 struct fld_cache_entry *got = NULL; in fld_cache_entry_lookup() local
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_bmap.c1534 xfs_bmbt_irec_t got; /* current extent value */ in xfs_bmap_last_before() local
3910 struct xfs_bmbt_irec *got, in xfs_bmapi_trim_map()
4019 struct xfs_bmbt_irec got; in xfs_bmapi_read() local
4101 struct xfs_bmbt_irec *got, in xfs_bmapi_reserve_delalloc()
4206 struct xfs_bmbt_irec got; /* current file extent record */ in xfs_bmapi_delay() local
4741 xfs_bmbt_irec_t got; /* current extent entry */ in xfs_bmap_del_extent() local
5063 xfs_bmbt_irec_t got; /* current extent record */ in xfs_bunmapi() local
5425 struct xfs_bmbt_irec *got, /* current extent to shift */ in xfs_bmse_can_merge()
5465 struct xfs_bmbt_irec got; in xfs_bmse_merge() local
5542 struct xfs_bmbt_irec got; in xfs_bmse_shift_one() local
[all …]
Dxfs_bmap.h39 struct xfs_bmbt_irec got; /* extent after, or delayed */ member
Dxfs_da_btree.c2016 int nmap, error, got, i, mapi; in xfs_da_grow_inode_int() local
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_user_pages.c58 size_t got; in __qib_get_user_pages() local
Dqib_user_sdma.c164 struct qib_user_sdma_rb_node *got; in qib_user_sdma_rb_insert() local
/linux-4.4.14/drivers/staging/rdma/hfi1/
Duser_pages.c75 size_t got; in __hfi1_get_user_pages() local
/linux-4.4.14/tools/testing/selftests/powerpc/primitives/
Dload_unaligned_zeropad.c114 unsigned long got; in do_one_test() local
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_user_pages.c59 size_t got; in __ipath_get_user_pages() local
/linux-4.4.14/net/ceph/
Dpagevec.c19 int got = 0; in ceph_get_direct_page_vector() local
Dmon_client.c277 int ceph_monc_got_mdsmap(struct ceph_mon_client *monc, u32 got) in ceph_monc_got_mdsmap()
286 int ceph_monc_got_osdmap(struct ceph_mon_client *monc, u32 got) in ceph_monc_got_osdmap()
/linux-4.4.14/mm/
Dzpool.c82 bool got = try_module_get(driver->owner); in zpool_get_driver() local
Dswap.c296 bool got; in __get_page_tail() local
/linux-4.4.14/fs/ceph/
Dfile.c876 int want, got = 0; in ceph_read_iter() local
1007 int err, want, got; in ceph_write_iter() local
1350 int want, got = 0; in ceph_fallocate() local
Daddr.c1241 int want, got, ret; in ceph_filemap_fault() local
1327 int want, got, ret; in ceph_page_mkwrite() local
Dcaps.c2266 static void __take_cap_refs(struct ceph_inode_info *ci, int got, in __take_cap_refs()
2300 loff_t endoff, bool nonblock, int *got, int *err) in try_get_cap_refs()
2467 loff_t endoff, int *got, struct page **pinned_page) in ceph_get_caps()
/linux-4.4.14/sound/aoa/soundbus/i2sbus/
Dcore.c333 int got = 0, err; in i2sbus_probe() local
/linux-4.4.14/kernel/debug/kdb/
Dkdb_io.c733 int got = 0; in vkdb_printf() local
/linux-4.4.14/arch/powerpc/platforms/512x/
Dmpc512x_shared.c78 unsigned long offset, want, got, delta; in mpc512x_set_pixel_clock() local
/linux-4.4.14/drivers/usb/misc/
Duss720.c482 size_t got = 0; in parport_uss720_epp_read_data() local
541 size_t got = 0; in parport_uss720_epp_read_addr() local
/linux-4.4.14/drivers/tty/hvc/
Dhvc_vio.c89 int got; in hvterm_raw_get_chars() local
Dhvcs.c594 int got = 0; in hvcs_io() local
Dhvsi.c231 unsigned long got; in hvsi_read() local
/linux-4.4.14/drivers/i2c/busses/
Di2c-s3c2410.c863 static int s3c24xx_i2c_clockrate(struct s3c24xx_i2c *i2c, unsigned int *got) in s3c24xx_i2c_clockrate()
932 unsigned int got; in s3c24xx_i2c_cpufreq_transition() local
/linux-4.4.14/drivers/parport/
Dparport_pc.c268 size_t got = 0; in parport_pc_epp_read_data() local
362 size_t got = 0; in parport_pc_epp_read_addr() local
413 size_t got; in parport_pc_ecpepp_read_data() local
442 size_t got; in parport_pc_ecpepp_read_addr() local
Dparport_ip32.c1114 size_t got; in parport_ip32_epp_read() local
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dinsn.h32 unsigned char got; member
/linux-4.4.14/net/rds/
Diw_send.c343 unsigned int avail, posted, got = 0, advertise; in rds_iw_send_grab_credits() local
Dib_send.c357 unsigned int avail, posted, got = 0, advertise; in rds_ib_send_grab_credits() local
/linux-4.4.14/arch/x86/include/asm/
Dinsn.h32 unsigned char got; member
/linux-4.4.14/fs/ocfs2/dlmfs/
Ddlmfs.c245 ssize_t readlen, got; in dlmfs_file_read() local
/linux-4.4.14/drivers/block/paride/
Dpg.c392 int got[5]; in pg_reset() local
/linux-4.4.14/arch/parisc/kernel/
Dmodule.c388 struct got_entry *got; in get_got() local
/linux-4.4.14/tools/testing/selftests/net/
Dpsock_tpacket.c358 unsigned int frame_num = 0, got = 0; in walk_v1_v2_tx() local
/linux-4.4.14/arch/ia64/kernel/
Dmodule.c510 struct got_entry *got, *e; in get_ltoff() local
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_lock.c983 struct cl_lock_descr *got = &lov->lls_sub[0].sub_got; in lov_lock_fits_into() local
/linux-4.4.14/drivers/net/wireless/libertas/
Ddebugfs.c229 struct mrvl_ie_thresholds *got; in lbs_threshold_read() local
/linux-4.4.14/fs/quota/
Ddquot.c1401 struct dquot **dquots, *got[MAXQUOTAS] = {}; in __dquot_initialize() local
/linux-4.4.14/drivers/scsi/
Dst.c3803 int segs, max_segs, b_size, order, got; in enlarge_buffer() local
Dosst.c5333 int segs, nbr, max_segs, b_size, order, got; in enlarge_buffer() local