Home
last modified time | relevance | path

Searched refs:got (Results 1 – 183 of 183) sorted by relevance

/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dinsn.c89 if (prefixes->got) in insn_get_prefixes()
147 insn->rex_prefix.got = 1; in insn_get_prefixes()
185 insn->vex_prefix.got = 1; in insn_get_prefixes()
187 prefixes->got = 1; in insn_get_prefixes()
208 if (opcode->got) in insn_get_opcode()
210 if (!insn->prefixes.got) in insn_get_opcode()
240 opcode->got = 1; in insn_get_opcode()
258 if (modrm->got) in insn_get_modrm()
260 if (!insn->opcode.got) in insn_get_modrm()
278 modrm->got = 1; in insn_get_modrm()
[all …]
Dinsn.h32 unsigned char got; member
131 if (!insn->prefixes.got) in insn_is_avx()
139 return insn->opcode.got && insn->modrm.got && insn->sib.got && in insn_complete()
140 insn->displacement.got && insn->immediate.got; in insn_complete()
/linux-4.4.14/arch/x86/lib/
Dinsn.c89 if (prefixes->got) in insn_get_prefixes()
147 insn->rex_prefix.got = 1; in insn_get_prefixes()
185 insn->vex_prefix.got = 1; in insn_get_prefixes()
187 prefixes->got = 1; in insn_get_prefixes()
208 if (opcode->got) in insn_get_opcode()
210 if (!insn->prefixes.got) in insn_get_opcode()
240 opcode->got = 1; in insn_get_opcode()
258 if (modrm->got) in insn_get_modrm()
260 if (!insn->opcode.got) in insn_get_modrm()
278 modrm->got = 1; in insn_get_modrm()
[all …]
/linux-4.4.14/drivers/staging/rdma/hfi1/
Duser_pages.c75 size_t got; in __hfi1_get_user_pages() local
85 for (got = 0; got < num_pages; got += ret) { in __hfi1_get_user_pages()
87 start_page + got * PAGE_SIZE, in __hfi1_get_user_pages()
88 num_pages - got, 1, 1, in __hfi1_get_user_pages()
89 p + got, NULL); in __hfi1_get_user_pages()
100 __hfi1_release_user_pages(p, got, 0); in __hfi1_get_user_pages()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_user_pages.c58 size_t got; in __qib_get_user_pages() local
68 for (got = 0; got < num_pages; got += ret) { in __qib_get_user_pages()
70 start_page + got * PAGE_SIZE, in __qib_get_user_pages()
71 num_pages - got, 1, 1, in __qib_get_user_pages()
72 p + got, NULL); in __qib_get_user_pages()
83 __qib_release_user_pages(p, got, 0); in __qib_get_user_pages()
Dqib_user_sdma.c164 struct qib_user_sdma_rb_node *got; in qib_user_sdma_rb_insert() local
167 got = container_of(*node, struct qib_user_sdma_rb_node, node); in qib_user_sdma_rb_insert()
169 if (new->pid < got->pid) in qib_user_sdma_rb_insert()
171 else if (new->pid > got->pid) in qib_user_sdma_rb_insert()
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_user_pages.c59 size_t got; in __ipath_get_user_pages() local
72 for (got = 0; got < num_pages; got += ret) { in __ipath_get_user_pages()
74 start_page + got * PAGE_SIZE, in __ipath_get_user_pages()
75 num_pages - got, 1, 1, in __ipath_get_user_pages()
76 p + got, NULL); in __ipath_get_user_pages()
87 __ipath_release_user_pages(p, got, 0); in __ipath_get_user_pages()
/linux-4.4.14/arch/alpha/kernel/
Dmodule.c81 Elf64_Shdr *esechdrs, *symtab, *s, *got; in module_frob_arch_sections() local
85 symtab = got = NULL; in module_frob_arch_sections()
94 got = s; in module_frob_arch_sections()
102 if (!got) { in module_frob_arch_sections()
116 got->sh_size = 0; in module_frob_arch_sections()
117 got->sh_addralign = 8; in module_frob_arch_sections()
118 got->sh_type = SHT_NOBITS; in module_frob_arch_sections()
128 &got->sh_size); in module_frob_arch_sections()
153 unsigned long got, gp; in apply_relocate_add() local
164 got = sechdrs[me->arch.gotsecindex].sh_addr; in apply_relocate_add()
[all …]
Dvmlinux.lds.S55 .got : {
56 *(.got)
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_bmap.c1534 xfs_bmbt_irec_t got; /* current extent value */ in xfs_bmap_last_before() local
1552 ep = xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got, in xfs_bmap_last_before()
1710 struct xfs_bmbt_irec *new = &bma->got; in xfs_bmap_add_extent_delay_real()
2932 struct xfs_bmbt_irec *new = &bma->got; in xfs_bmap_add_extent_hole_real()
3447 if (!isnullstartblock(ap->got.br_startblock)) { in xfs_bmap_adjacent()
3451 adjust = gotdiff = ap->got.br_startoff - ap->offset; in xfs_bmap_adjacent()
3456 gotbno = ap->got.br_startblock; in xfs_bmap_adjacent()
3670 error = xfs_bmap_extsize_align(mp, &ap->got, &ap->prev, in xfs_bmap_btalloc()
3910 struct xfs_bmbt_irec *got, in xfs_bmapi_trim_map() argument
3919 got->br_startoff + got->br_blockcount <= obno) { in xfs_bmapi_trim_map()
[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
2073 for (i = 0, got = 0; i < mapi; i++) in xfs_da_grow_inode_int()
2074 got += mapp[i].br_blockcount; in xfs_da_grow_inode_int()
2075 if (got != count || mapp[0].br_startoff != *bno || in xfs_da_grow_inode_int()
/linux-4.4.14/arch/x86/include/asm/
Dinsn.h32 unsigned char got; member
131 if (!insn->prefixes.got) in insn_is_avx()
139 return insn->opcode.got && insn->modrm.got && insn->sib.got && in insn_complete()
140 insn->displacement.got && insn->immediate.got; in insn_complete()
/linux-4.4.14/arch/unicore32/boot/compressed/
Dvmlinux.lds.in21 * of the text/got segments.
48 .got : { *(.got) }
50 .got.plt : { *(.got.plt) }
/linux-4.4.14/arch/arm/boot/compressed/
Dvmlinux.lds.S58 .got.plt : { *(.got.plt) }
60 .got : { *(.got) }
/linux-4.4.14/net/ceph/
Dpagevec.c19 int got = 0; in ceph_get_direct_page_vector() local
26 while (got < num_pages) { in ceph_get_direct_page_vector()
28 (unsigned long)data + ((unsigned long)got * PAGE_SIZE), in ceph_get_direct_page_vector()
29 num_pages - got, write_page, 0, pages + got); in ceph_get_direct_page_vector()
33 got += rc; in ceph_get_direct_page_vector()
40 ceph_put_page_vector(pages, got, false); in ceph_get_direct_page_vector()
Dmon_client.c277 int ceph_monc_got_mdsmap(struct ceph_mon_client *monc, u32 got) in ceph_monc_got_mdsmap() argument
280 monc->have_mdsmap = got; in ceph_monc_got_mdsmap()
286 int ceph_monc_got_osdmap(struct ceph_mon_client *monc, u32 got) in ceph_monc_got_osdmap() argument
289 monc->have_osdmap = got; in ceph_monc_got_osdmap()
/linux-4.4.14/arch/um/kernel/
Ddyn.lds.S47 .rel.got : { *(.rel.got) }
48 .rela.got : { *(.rela.got) }
145 .got : { *(.got.plt) *(.got) }
Duml.lds.S87 .got : { *(.got.plt) *(.got) }
/linux-4.4.14/arch/m32r/boot/compressed/
Dvmlinux.lds.S17 .got : { *(.got) _egot = .; *(.got.*) } argument
/linux-4.4.14/arch/nios2/boot/compressed/
Dvmlinux.lds.S40 .got : {
41 *(.got.plt)
43 *(.got)
/linux-4.4.14/arch/powerpc/platforms/512x/
Dmpc512x_shared.c78 unsigned long offset, want, got, delta; in mpc512x_set_pixel_clock() local
144 got = clk_get_rate(clk_diu); in mpc512x_set_pixel_clock()
145 delta = abs(pixclock - got); in mpc512x_set_pixel_clock()
153 got = clk_get_rate(clk_diu); in mpc512x_set_pixel_clock()
154 delta = abs(pixclock - got); in mpc512x_set_pixel_clock()
161 pixclock, got, delta, epsilon); in mpc512x_set_pixel_clock()
174 got = clk_get_rate(clk_diu); in mpc512x_set_pixel_clock()
175 delta = abs(pixclock - got); in mpc512x_set_pixel_clock()
177 pixclock, got, delta, epsilon); in mpc512x_set_pixel_clock()
/linux-4.4.14/arch/nios2/kernel/
Dvmlinux.lds.S46 .got : {
47 *(.got.plt)
49 *(.got)
/linux-4.4.14/arch/powerpc/kernel/
Dvmlinux.lds.S208 *(.got.plt) *(.got)
223 .got : AT(ADDR(.got) - LOAD_OFFSET) {
227 arch/powerpc/kernel/prom_init.o*(.toc .got) argument
230 *(.got) argument
Dvector.S234 ld r3,last_task_used_vsx@got(r2)
286 ld r4,last_task_used_vsx@got(r2)
/linux-4.4.14/arch/x86/boot/compressed/
Dvmlinux.lds.S44 .got : {
46 KEEP(*(.got.plt)) argument
47 KEEP(*(.got))
/linux-4.4.14/tools/testing/selftests/powerpc/primitives/
Dload_unaligned_zeropad.c114 unsigned long got; in do_one_test() local
120 got = load_unaligned_zeropad(p); in do_one_test()
122 if (should != got) in do_one_test()
123 …printf("offset %u load_unaligned_zeropad returned 0x%lx, should be 0x%lx\n", page_offset, got, sho… in do_one_test()
/linux-4.4.14/arch/ia64/kernel/
Dvmlinux.lds.S195 .got : AT(ADDR(.got) - LOAD_OFFSET) {
196 *(.got.plt)
197 *(.got)
199 __gp = ADDR(.got) + 0x200000;
Dmodule.c437 mod->arch.got = s; in module_frob_arch_sections()
443 if (!mod->arch.core_plt || !mod->arch.init_plt || !mod->arch.got || !mod->arch.opd) { in module_frob_arch_sections()
472 mod->arch.got->sh_type = SHT_NOBITS; in module_frob_arch_sections()
473 mod->arch.got->sh_flags = ARCH_SHF_SMALL | SHF_ALLOC; in module_frob_arch_sections()
474 mod->arch.got->sh_addralign = 8; in module_frob_arch_sections()
475 mod->arch.got->sh_size = gots * sizeof(struct got_entry); in module_frob_arch_sections()
482 mod->arch.got->sh_size, mod->arch.opd->sh_size); in module_frob_arch_sections()
510 struct got_entry *got, *e; in get_ltoff() local
515 got = (void *) mod->arch.got->sh_addr; in get_ltoff()
516 for (e = got; e < got + mod->arch.next_got_entry; ++e) in get_ltoff()
[all …]
Dgate.lds.S62 *(.got.plt) *(.got)
/linux-4.4.14/arch/alpha/boot/
Dbootloader.lds12 .got : { *(.got) }
/linux-4.4.14/arch/ia64/hp/sim/boot/
Dbootloader.lds18 .got : { *(.got.plt) *(.got) }
/linux-4.4.14/arch/xtensa/boot/boot-redboot/
Dboot.ld27 *(.got.plt)
28 *(.got)
/linux-4.4.14/drivers/tty/hvc/
Dhvc_vio.c89 int got; in hvterm_raw_get_chars() local
115 got = min(count, pv->left); in hvterm_raw_get_chars()
116 memcpy(buf, &pv->buf[pv->offset], got); in hvterm_raw_get_chars()
117 pv->offset += got; in hvterm_raw_get_chars()
118 pv->left -= got; in hvterm_raw_get_chars()
122 return got; in hvterm_raw_get_chars()
Dhvcs.c594 int got = 0; in hvcs_io() local
613 got = hvc_get_chars(unit_address, in hvcs_io()
616 tty_insert_flip_string(&hvcsd->port, buf, got); in hvcs_io()
620 if (got) in hvcs_io()
625 if(got) in hvcs_io()
628 if (!got) { in hvcs_io()
Dhvsi.c231 unsigned long got; in hvsi_read() local
233 got = hvc_get_chars(hp->vtermno, buf, count); in hvsi_read()
235 return got; in hvsi_read()
/linux-4.4.14/arch/powerpc/boot/
DzImage.lds.S71 .got :
74 *(.got)
/linux-4.4.14/arch/x86/um/vdso/
Dvdso-layout.lds.S30 *(.got.plt) *(.got)
/linux-4.4.14/arch/sh/kernel/vsyscall/
Dvsyscall.lds.S47 *(.got.plt) *(.got)
/linux-4.4.14/arch/arm/vdso/
Dvdso.lds.S57 .got : { *(.got) }
/linux-4.4.14/arch/tile/kernel/vdso/
Dvdso.lds.S54 *(.got.plt) *(.got)
/linux-4.4.14/fs/ceph/
Dfile.c876 int want, got = 0; in ceph_read_iter() local
887 ret = ceph_get_caps(ci, CEPH_CAP_FILE_RD, want, -1, &got, &pinned_page); in ceph_read_iter()
891 if ((got & (CEPH_CAP_FILE_CACHE|CEPH_CAP_FILE_LAZYIO)) == 0 || in ceph_read_iter()
897 ceph_cap_string(got)); in ceph_read_iter()
908 ceph_cap_string(got)); in ceph_read_iter()
913 inode, ceph_vinop(inode), ceph_cap_string(got), (int)ret); in ceph_read_iter()
918 ceph_put_cap_refs(ci, got); in ceph_read_iter()
1007 int err, want, got; in ceph_write_iter() local
1060 got = 0; in ceph_write_iter()
1062 &got, NULL); in ceph_write_iter()
[all …]
Daddr.c1241 int want, got, ret; in ceph_filemap_fault() local
1250 got = 0; in ceph_filemap_fault()
1252 -1, &got, &pinned_page); in ceph_filemap_fault()
1261 inode, off, (size_t)PAGE_CACHE_SIZE, ceph_cap_string(got)); in ceph_filemap_fault()
1263 if ((got & (CEPH_CAP_FILE_CACHE | CEPH_CAP_FILE_LAZYIO)) || in ceph_filemap_fault()
1270 inode, off, (size_t)PAGE_CACHE_SIZE, ceph_cap_string(got), ret); in ceph_filemap_fault()
1273 ceph_put_cap_refs(ci, got); in ceph_filemap_fault()
1327 int want, got, ret; in ceph_page_mkwrite() local
1360 got = 0; in ceph_page_mkwrite()
1362 &got, NULL); in ceph_page_mkwrite()
[all …]
Dcaps.c2266 static void __take_cap_refs(struct ceph_inode_info *ci, int got, in __take_cap_refs() argument
2269 if (got & CEPH_CAP_PIN) in __take_cap_refs()
2271 if (got & CEPH_CAP_FILE_RD) in __take_cap_refs()
2273 if (got & CEPH_CAP_FILE_CACHE) in __take_cap_refs()
2275 if (got & CEPH_CAP_FILE_WR) { in __take_cap_refs()
2283 if (got & CEPH_CAP_FILE_BUFFER) { in __take_cap_refs()
2300 loff_t endoff, bool nonblock, int *got, int *err) in try_get_cap_refs() argument
2392 *got = need | (have & want); in try_get_cap_refs()
2393 __take_cap_refs(ci, *got, true); in try_get_cap_refs()
2429 ret, ceph_cap_string(*got)); in try_get_cap_refs()
[all …]
Dsuper.h904 loff_t endoff, int *got, struct page **pinned_page);
/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
491 got = flde; in fld_cache_entry_lookup_nolock()
496 return got; in fld_cache_entry_lookup_nolock()
505 struct fld_cache_entry *got = NULL; in fld_cache_entry_lookup() local
508 got = fld_cache_entry_lookup_nolock(cache, range); in fld_cache_entry_lookup()
510 return got; in fld_cache_entry_lookup()
/linux-4.4.14/arch/x86/entry/vdso/
Dvdso-layout.lds.S56 *(.got.plt) *(.got)
/linux-4.4.14/mm/
Dzpool.c82 bool got = try_module_get(driver->owner); in zpool_get_driver() local
84 if (got) in zpool_get_driver()
87 return got ? driver : NULL; in zpool_get_driver()
Dswap.c296 bool got; in __get_page_tail() local
325 got = false; in __get_page_tail()
337 got = true; in __get_page_tail()
340 if (unlikely(!got)) in __get_page_tail()
343 return got; in __get_page_tail()
/linux-4.4.14/Documentation/
Dnumastat.txt17 local_node A process ran on this node and got memory from it.
19 other_node A process ran on this node and got memory from another node.
Dpi-futex.txt48 we've got even more priority levels.
52 apps have a very fair expectation of being able to use locks, we've got
Dinit.txt4 OK, so you've got this pretty unintuitive message (currently located
Doops-tracing.txt123 wonder how the NULL pointer got there, and if it's a valid thing to do
Dnommu-mmap.txt231 want to handle it, despite the fact it's got an operation. For instance, it
Dbcache.txt1 Say you've got a big slow raid 6, and an X-25E or three. Wouldn't it be
Dapplying-patches.txt115 You should be wary of such changes since even though patch probably got it
Dmemory-barriers.txt1164 got to that point in the instruction execution flow yet. This permits the
/linux-4.4.14/Documentation/filesystems/
Dqnx6.txt5 It got introduced in QNX 6.4.0 and is used default since 6.4.1.
36 Each qnx6fs got two superblocks, each one having a 64bit serial number.
101 Eeach filename record additionally got a filename length field.
104 These got set a filename length field of 0xff in the corresponding directory
112 Symbolic links are also filesystem objects with inodes. They got a specific
116 Hard links got an inode, a directory entry, but a specific mode bit set,
157 Each superblock got it's own half of the system area. So superblock #1
Dsharedsubtree.txt21 that got mounted recently. Shared subtree semantics provide the necessary
153 access the CD that got mounted recently.
857 other. 'A' has got 3 slave mounts 'E' 'F' and 'G' 'C' has got 2 slave
858 mounts 'J' and 'K' and 'D' has got two slave mounts 'H' and 'I'.
Dseq_file.txt23 implementations that got this wrong.
Dhpfs.txt283 2.05 Fixed crash when got mount parameters without =
Dramfs-rootfs-initramfs.txt63 got any backing store. Because of this, only root (or a trusted user) should
/linux-4.4.14/drivers/usb/misc/
Duss720.c482 size_t got = 0; in parport_uss720_epp_read_data() local
486 for (; got < length; got++) { in parport_uss720_epp_read_data()
496 return got; in parport_uss720_epp_read_data()
541 size_t got = 0; in parport_uss720_epp_read_addr() local
545 for (; got < length; got++) { in parport_uss720_epp_read_addr()
555 return got; in parport_uss720_epp_read_addr()
/linux-4.4.14/arch/s390/kernel/vdso64/
Dvdso64.lds.S46 .got ALIGN(8) : { *(.got .toc) }
/linux-4.4.14/arch/s390/kernel/vdso32/
Dvdso32.lds.S46 .got ALIGN(8) : { *(.got .toc) }
/linux-4.4.14/arch/powerpc/kernel/vdso32/
Dvdso32.lds.S63 .got : { *(.got) } :text
/linux-4.4.14/arch/powerpc/kernel/vdso64/
Dvdso64.lds.S64 .got ALIGN(8) : { *(.got .toc) }
/linux-4.4.14/kernel/debug/kdb/
Dkdb_io.c733 int got = 0; in vkdb_printf() local
738 got = 0; in vkdb_printf()
740 got = 0; in vkdb_printf()
742 got++; in vkdb_printf()
745 kdb_nextline += got / (colcount + 1); in vkdb_printf()
/linux-4.4.14/drivers/input/serio/
Dhil_mlc.c450 #define EXPECT(comp, to, got, got_wrong, timed_out) \ argument
451 { HILSE_EXPECT, { .packet = comp }, to, got, got_wrong, timed_out },
452 #define EXPECT_LAST(comp, to, got, got_wrong, timed_out) \ argument
453 { HILSE_EXPECT_LAST, { .packet = comp }, to, got, got_wrong, timed_out },
454 #define EXPECT_DISC(comp, to, got, got_wrong, timed_out) \ argument
455 { HILSE_EXPECT_DISC, { .packet = comp }, to, got, got_wrong, timed_out },
456 #define IN(to, got, got_error, timed_out) \ argument
457 { HILSE_IN, { .packet = 0 }, to, got, got_error, timed_out },
/linux-4.4.14/arch/ia64/include/asm/
Dmodule.h18 struct elf64_shdr *got; /* global offset table */ member
/linux-4.4.14/drivers/block/paride/
Dpg.c392 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()
DTransition-notes73 we would have to be called for the PIA that got ->claimed_cont
/linux-4.4.14/arch/ia64/
Dmodule.lds11 .got : { BYTE(0) }
/linux-4.4.14/drivers/parport/
Dparport_pc.c268 size_t got = 0; in parport_pc_epp_read_data() local
280 while (!(status & 0x08) && got < length) { in parport_pc_epp_read_data()
288 got += 16; in parport_pc_epp_read_data()
294 got++; in parport_pc_epp_read_data()
305 return got; in parport_pc_epp_read_data()
318 for (; got < length; got++) { in parport_pc_epp_read_data()
328 return got; in parport_pc_epp_read_data()
362 size_t got = 0; in parport_pc_epp_read_addr() local
372 for (; got < length; got++) { in parport_pc_epp_read_addr()
381 return got; in parport_pc_epp_read_addr()
[all …]
Dparport_ip32.c1114 size_t got; in parport_ip32_epp_read() local
1124 got = len; in parport_ip32_epp_read()
1127 for (got = 0; got < len; got++) { in parport_ip32_epp_read()
1137 return got; in parport_ip32_epp_read()
/linux-4.4.14/arch/powerpc/perf/
Dbhrb.S28 ld r4,bhrb_table@got(r2)
/linux-4.4.14/fs/ocfs2/dlmfs/
Ddlmfs.c245 ssize_t readlen, got; in dlmfs_file_read() local
271 got = user_dlm_read_lvb(inode, lvb_buf, readlen); in dlmfs_file_read()
272 if (got) { in dlmfs_file_read()
273 BUG_ON(got != readlen); in dlmfs_file_read()
/linux-4.4.14/arch/cris/boot/rescue/
Dkimagerescue.S123 ;; check if we got something on the serial port
130 ;; got something - copy the byte and loop
Dhead_v10.S286 ;; check if we got something on the serial port
293 ;; got something - copy the byte and loop
/linux-4.4.14/net/rds/
Diw_send.c343 unsigned int avail, posted, got = 0, advertise; in rds_iw_send_grab_credits() local
368 got = avail; in rds_iw_send_grab_credits()
371 got = wanted; in rds_iw_send_grab_credits()
373 newval -= IB_SET_SEND_CREDITS(got); in rds_iw_send_grab_credits()
380 if (posted && (got || need_posted)) { in rds_iw_send_grab_credits()
390 return got; in rds_iw_send_grab_credits()
Dib_send.c357 unsigned int avail, posted, got = 0, advertise; in rds_ib_send_grab_credits() local
382 got = avail; in rds_ib_send_grab_credits()
385 got = wanted; in rds_ib_send_grab_credits()
387 newval -= IB_SET_SEND_CREDITS(got); in rds_ib_send_grab_credits()
394 if (posted && (got || need_posted)) { in rds_ib_send_grab_credits()
404 return got; in rds_ib_send_grab_credits()
/linux-4.4.14/arch/parisc/kernel/
Dmodule.c388 struct got_entry *got; in get_got() local
394 got = me->module_core + me->arch.got_offset; in get_got()
395 for (i = 0; got[i].addr; i++) in get_got()
396 if (got[i].addr == value) in get_got()
401 got[i].addr = value; in get_got()
/linux-4.4.14/sound/aoa/soundbus/i2sbus/
Dcore.c333 int got = 0, err; in i2sbus_probe() local
347 got += i2sbus_add_dev(dev, control, np); in i2sbus_probe()
351 if (!got) { in i2sbus_probe()
/linux-4.4.14/tools/testing/selftests/powerpc/switch_endian/
Dswitch_endian_test.S75 ld r4, message@got(%r2)
/linux-4.4.14/Documentation/scheduler/
Dsched-nice-design.txt50 and we never got a single complaint about nice +19 being too _weak_ in
51 terms of CPU utilization, we only got complaints about it (still) being
91 1.5%, instead of the variable 3%-5%-9% range they got in the old
Dsched-design-CFS.txt110 scheduling modules are used. The balancing code got quite a bit simpler as a
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-cros-ec-tunnel.txt3 On some ChromeOS board designs we've got a connection to the EC (embedded
/linux-4.4.14/Documentation/acpi/
Dmethod-customizing.txt16 rebuild/reboot is not needed and test result can be got in minutes.
71 memory and gain additional rights, if root's privileges got
/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() argument
890 *got = freq; in s3c24xx_i2c_clockrate()
932 unsigned int got; in s3c24xx_i2c_cpufreq_transition() local
946 ret = s3c24xx_i2c_clockrate(i2c, &got); in s3c24xx_i2c_cpufreq_transition()
952 dev_info(i2c->dev, "setting freq %d\n", got); in s3c24xx_i2c_cpufreq_transition()
/linux-4.4.14/arch/arm64/kernel/
Dvmlinux.lds.S113 *(.got) /* Global offset table */
/linux-4.4.14/drivers/net/wireless/libertas/
Ddebugfs.c229 struct mrvl_ie_thresholds *got; in lbs_threshold_read() local
255 got = lbs_tlv_find(tlv_type, subscribed->tlv, sizeof(subscribed->tlv)); in lbs_threshold_read()
256 if (got) { in lbs_threshold_read()
257 value = got->value; in lbs_threshold_read()
258 freq = got->freq; in lbs_threshold_read()
/linux-4.4.14/arch/x86/tools/
Dtest_get_len.c67 field->got, field->nbytes); in dump_field()
Dinsn_sanity.c77 field->got, field->nbytes); in dump_field()
/linux-4.4.14/Documentation/arm/
DREADME132 *configure harddrive set to 2). I've got an internal 20MB and a great
135 I've just got 240K/s off it (a dd with bs=128k); thats about half of what
147 hasn't got any code for disc change detection in there at the moment which
/linux-4.4.14/tools/testing/selftests/net/
Dpsock_tpacket.c358 unsigned int frame_num = 0, got = 0; in walk_v1_v2_tx() local
440 got += ret; in walk_v1_v2_tx()
455 fprintf(stderr, " %u pkts (%u bytes)", NUM_PACKETS, got); in walk_v1_v2_tx()
/linux-4.4.14/Documentation/fb/
Darkfb.txt30 lower pixclocks (i got maximum about 70 MHz, it is dependent on specific
/linux-4.4.14/fs/jffs2/
DTODO30 got a match, and in readdir().
/linux-4.4.14/arch/arm/kernel/
Dvmlinux.lds.S116 *(.got) /* Global offset table */
/linux-4.4.14/arch/powerpc/mm/
Dslb_low.S160 ld r11,mmu_psize_defs@got(r11)
Dhash_low_64.S172 ld r4,htab_hash_mask@got(2)
488 ld r4,htab_hash_mask@got(2)
833 ld r4,htab_hash_mask@got(2)
Dtlb_low_64e.S1210 ld r11,linear_map_top@got(r11)
/linux-4.4.14/Documentation/scsi/
Dosst.txt11 Once the OnStream got merged into the official kernel, the distro makers
33 As it represents a new device, it got assigned a new device node: /dev/osstX
53 osst got integrated into the linux kernel. Select it during kernel
Dlibsas.txt282 HAE_RESET -- when your HA got internal error and was reset.
294 got disconnected. (*)
DChangeLog.sym53c8xx46 got approved by PCI code maintainer (Martin Mares).
79 - Remove FE_CLK80 feature bit that got useless.
217 been that one that got this feature first.
437 I asked SYMBIOS about and got in reply the explanations that are
Dtmscsim.txt55 If you got any recent kernel with this driver and document included in
63 If you got an old kernel (pre 2.1.127, pre 2.0.37p1) with an old version of
84 If you got a very old kernel without the tmscsim driver (pre 2.0.31)
Dscsi-changer.txt67 Grundig. I got some reports telling it works ok with tape autoloaders
DChangeLog.megaraid212 build (number of exceeding 256 got truncated).
Dst.txt587 real reason is that the tape firmware has got confused.
Dsym53c8xx_2.txt290 As the driver code got more complex, I have decided to remove everything
DChangeLog.1992-1997760 hog memory). Use other patches which got lost from 1.1.68.
Dncr53c8xx.txt427 In the example above, we got 18038 interrupts "on the fly" and only
/linux-4.4.14/arch/frv/mm/
Dtlb-miss.S68 # we've got to re-enable single-stepping
107 # we've got to re-enable single-stepping
/linux-4.4.14/fs/ext2/
Dialloc.c504 goto got; in ext2_new_inode()
512 got: in ext2_new_inode()
/linux-4.4.14/arch/arm/boot/dts/
Dsun4i-a10-pcduino2.dts46 * is that the pcDuino2 board got a USB VBUS voltage regulator, which
Dexynos5250-spring.dts449 * On Spring we've got SIP WiFi and so can keep drive strengths low to
Dexynos5250-snow-common.dtsi549 * On Snow we've got SIP WiFi and so can keep drive strengths low to
/linux-4.4.14/fs/f2fs/
Dnode.c423 goto got; in get_node_path()
431 goto got; in get_node_path()
439 goto got; in get_node_path()
449 goto got; in get_node_path()
459 goto got; in get_node_path()
474 goto got; in get_node_path()
478 got: in get_node_path()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-driver-ppi8 folder makes sense. The folder path can be got by command
/linux-4.4.14/arch/x86/crypto/
Dcrc32c-pcl-intel-asm_64.S257 # len is less than 8 if we got here
/linux-4.4.14/fs/quota/
Ddquot.c1401 struct dquot **dquots, *got[MAXQUOTAS] = {}; in __dquot_initialize() local
1456 got[cnt] = dquot; in __dquot_initialize()
1473 if (!got[cnt]) in __dquot_initialize()
1476 dquots[cnt] = got[cnt]; in __dquot_initialize()
1477 got[cnt] = NULL; in __dquot_initialize()
1491 dqput_all(got); in __dquot_initialize()
/linux-4.4.14/arch/arc/kernel/
Dentry-arcv2.S213 ; entry was via Exception in DS which got preempted in kernel).
/linux-4.4.14/Documentation/locking/
Drt-mutex.txt36 got a signal), the priority of the owner task is readjusted. [The
Dlglock.txt58 got cpu 0 lock
/linux-4.4.14/fs/affs/
DChanges14 Alas, I've got no alpha to debug. :-(
162 This was fixed before, but somehow got lost.
/linux-4.4.14/Documentation/development-process/
D6.Followthrough76 responded to the comments you got the time before, you're likely to find
203 really only one way to respond: be pleased that your problem got solved and
206 long after they have forgotten whose patch actually got merged.
D2.Process261 Andrew Morton, is called "-mm" (for memory management, which is how it got
/linux-4.4.14/Documentation/sound/oss/
DAudioExcelDSP1695 > Just to let you know got my Audio Excel (emulating a MSS) working
DSoundPro53 WSS. Assuming you've got isapnp all happy, then you should be able to
Dmwave133 options. Instead, I got an unofficial patch to the APM drivers that allows them
/linux-4.4.14/arch/arm/mach-omap1/
Dams-delta-fiq-handler.S181 bics r10, r10, #0x800 @ have we got all the bits?
/linux-4.4.14/arch/arm/mach-sa1100/
DKconfig157 FLASH. The SL4 version got 64 MB RAM and 32 MB FLASH and a
/linux-4.4.14/Documentation/RCU/
Drculist_nulls.txt142 * if the nulls value we got at the end of this lookup is
/linux-4.4.14/Documentation/timers/
Dhighres.txt15 got merged into mainline.
53 related functionality is moved into the generic code. The GTOD base patch got
Dhrtimers.txt176 code got a healthy amount of testing and use in practice.
/linux-4.4.14/arch/cris/arch-v32/kernel/
Dhead.S338 ;; Also clear nand_boot flag; if we got here, we know we've not
/linux-4.4.14/Documentation/pcmcia/
Ddriver-changes.txt15 pcmcia_request_configuration() got renamed to pcmcia_enable_device(),
/linux-4.4.14/fs/ext4/
Dialloc.c907 goto got; /* we grabbed the inode! */ in __ext4_new_inode()
918 got: in __ext4_new_inode()
/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
988 got, need); in lov_lock_fits_into()
/linux-4.4.14/drivers/scsi/
Dosst.c5333 int segs, nbr, max_segs, b_size, order, got; in enlarge_buffer() local
5369 for (segs=STbuffer->sg_segs=1, got=b_size; in enlarge_buffer()
5370 segs < max_segs && got < OS_FRAME_SIZE; ) { in enlarge_buffer()
5371 struct page *page = alloc_pages(priority, (OS_FRAME_SIZE - got <= PAGE_SIZE) ? 0 : order); in enlarge_buffer()
5377 STbuffer->buffer_size = got; in enlarge_buffer()
5382 …_set_page(&STbuffer->sg[segs], page, (OS_FRAME_SIZE - got <= PAGE_SIZE / 2) ? (OS_FRAME_SIZE - got in enlarge_buffer()
5383 got += STbuffer->sg[segs].length; in enlarge_buffer()
5384 STbuffer->buffer_size = got; in enlarge_buffer()
5391 got, STbuffer->orig_sg_segs, STbuffer->sg_segs, need_dma, STbuffer->b_data); in enlarge_buffer()
Dst.c3803 int segs, max_segs, b_size, order, got; in enlarge_buffer() local
3839 for (segs = STbuffer->frp_segs, got = STbuffer->buffer_size; in enlarge_buffer()
3840 segs < max_segs && got < new_size;) { in enlarge_buffer()
3845 DEB(STbuffer->buffer_size = got); in enlarge_buffer()
3851 got += b_size; in enlarge_buffer()
3852 STbuffer->buffer_size = got; in enlarge_buffer()
/linux-4.4.14/arch/s390/kernel/
Dhead.S172 ltr %r2,%r2 # got anything ?
/linux-4.4.14/Documentation/early-userspace/
DREADME116 If kinit doesn't meet your current needs and you've got bytes to burn,
/linux-4.4.14/Documentation/hwmon/
Dasc7621182 ALL pwm outputs will got to 100%.
Dabituguru-datasheet5 datasheet from Abit. The data I have got on uGuru have I assembled through
Dw83781d418 My mobo is an ASUS A7V266-E. This behavior is similar to what I got
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c713 if (!insn.opcode.got) in branch_type()
/linux-4.4.14/arch/blackfin/
DKconfig.debug111 path of how it got to the offending instruction.
/linux-4.4.14/fs/reiserfs/
DREADME126 textbook he got the algorithm from in the code. Note that his analysis
/linux-4.4.14/Documentation/cpu-freq/
Dcpu-drivers.txt37 So, you just got a brand-new CPU / chipset with datasheets and want to
/linux-4.4.14/Documentation/devicetree/bindings/
Dxilinx.txt81 interrupts = <1 0>; // got this from the opb_intc parameters
/linux-4.4.14/Documentation/cgroups/
Dblkio-controller.txt62 much disk time (in milliseconds), each group got and how many sectors each
264 got a timeslice and will not include the current delta.
Dunified-hierarchy.txt260 it got from the parent. The limits and other settings of all resource
367 they got recycled in-between reads.
/linux-4.4.14/Documentation/networking/
Dz8530drv.txt613 I got reports that the driver has problems on some 386-based systems.
648 got it up-and-running?
Dnetdev-FAQ.txt98 whether it got merged?
Darcnet-hardware.txt260 a doc I got from Novell, MS Windows prefers values of 0x300 or more,
962 cards. However, I'm sure I got 99% of the settings right.
1127 since it was already there when I got the card. I don't know what
1131 but there were already two jumpers on it when I got the card. It's
2256 When I got my two cards, one of them had this switch set to "enhanced". That
2756 I have named this ARCnet card "NONAME", since I got only the card with
Dcan.txt574 printf("got CAN FD frame with length %d\n", cfd.len);
577 printf("got legacy CAN frame with length %d\n", cfd.len);
Darcnet.txt126 This is the normal ARCnet card, which you've probably got. This is the only
Drxrpc.txt904 us they got it.
Dfilter.txt594 got from bpf_prog_create(), and 'ctx' the given context (e.g.
/linux-4.4.14/Documentation/sound/alsa/
DCMIPCI.txt40 [ Well.. I once got the output with correct volume (i.e. same with the
DAudiophile-Usb.txt318 data I got by usb-snooping the windows and Linux drivers.
/linux-4.4.14/Documentation/dvb/
DREADME.dvb-usb6 In March 2005 I got the new Twinhan USB2.0 DVB-T device. They provided specs and a firmware.
/linux-4.4.14/arch/powerpc/include/asm/
Dppc_asm.h340 ld reg,name@got(r2)
/linux-4.4.14/scripts/
DKbuild.include272 # why - tell why a a target got build
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/
Dg98.fuc0s135 // see which interrupts we got
/linux-4.4.14/Documentation/trace/
Dftrace-design.txt248 scroll your reader back up if you got over eager.
/linux-4.4.14/fs/befs/
DChangeLog328 Make sure inode we got was the one we asked for.
/linux-4.4.14/Documentation/input/
Djoystick-parport.txt103 connectors. Anyway, if you've got a gamepad, and it has buttons A, B, Turbo
/linux-4.4.14/Documentation/crypto/
Ddescore-readme.txt140 i got it and looked at the code, it really set off a lot of pet peeves -
/linux-4.4.14/fs/xfs/
Dxfs_bmap_util.c179 error = xfs_bmap_extsize_align(mp, &ap->got, &ap->prev, in xfs_bmap_rtalloc()
/linux-4.4.14/arch/xtensa/kernel/
Dentry.S384 * Now we can allow exceptions again. In case we've got an interrupt
/linux-4.4.14/Documentation/s390/
DDebugging390.txt428 framed functions ( see frameless function ) prologue got by
430 i.e. got by accessing the 32 bit value at the stack pointers
521 r12 got-pointer saved
1056 To got back to the initial trace set do
/linux-4.4.14/Documentation/security/
Dcredentials.txt506 This releases the lock on current->cred_replace_mutex that prepare_creds() got
/linux-4.4.14/Documentation/video4linux/bttv/
DCards193 Model 50680 got re-used, some model no. had different contents over time.
/linux-4.4.14/Documentation/isdn/
DINTERFACE22 got a separate version number. These numbers are shown at initialization,
/linux-4.4.14/Documentation/networking/dsa/
Ddsa.txt49 - what was the reason why this frame got forwarded
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt639 device. The terminal that it got will be announced in the boot
824 Look at the boot log to see what pty it got (this example will assume
825 that it got /dev/ptyp1).
2786 If there's any doubt that you got the offset right, like breakpoints
/linux-4.4.14/Documentation/sysctl/
Dkernel.txt106 if we got >=4%; consider information about amount of free space
/linux-4.4.14/scripts/genksyms/
Dlex.lex.c_shipped569 /* We've got a two-level lexer here. We let flex do basic tokenization
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx.seq285 * we've got a failed selection and must transition to bus
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dfpsp.S4185 # no exception that was enabled was set BUT if we got an exact overflow
4352 # so, the least significant WORD of the stacked effective address got
10065 # algorithm just got done playing with fp0 and expected no exceptions
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt962 find that all the mappings you didn't include in your file got deleted
/linux-4.4.14/arch/x86/
DKconfig772 # Mark as expert because too many people got it wrong.