/linux-4.1.27/arch/x86/lib/ |
D | insn.c | 89 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.1.27/drivers/infiniband/hw/qib/ |
D | qib_user_pages.c | 58 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()
|
D | qib_user_sdma.c | 164 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.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_user_pages.c | 60 size_t got; in __ipath_get_user_pages() local 73 for (got = 0; got < num_pages; got += ret) { in __ipath_get_user_pages() 75 start_page + got * PAGE_SIZE, in __ipath_get_user_pages() 76 num_pages - got, 1, 1, in __ipath_get_user_pages() 77 p + got, NULL); in __ipath_get_user_pages() 88 __ipath_release_user_pages(p, got, 0); in __ipath_get_user_pages()
|
/linux-4.1.27/arch/alpha/kernel/ |
D | module.c | 81 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 …]
|
D | vmlinux.lds.S | 55 .got : { 56 *(.got)
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_bmap.c | 1535 xfs_bmbt_irec_t got; /* current extent value */ in xfs_bmap_last_before() local 1553 ep = xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got, in xfs_bmap_last_before() 1711 struct xfs_bmbt_irec *new = &bma->got; in xfs_bmap_add_extent_delay_real() 2933 struct xfs_bmbt_irec *new = &bma->got; in xfs_bmap_add_extent_hole_real() 3448 if (!isnullstartblock(ap->got.br_startblock)) { in xfs_bmap_adjacent() 3452 adjust = gotdiff = ap->got.br_startoff - ap->offset; in xfs_bmap_adjacent() 3457 gotbno = ap->got.br_startblock; in xfs_bmap_adjacent() 3670 error = xfs_bmap_extsize_align(mp, &ap->got, &ap->prev, in xfs_bmap_btalloc() 3905 struct xfs_bmbt_irec *got, in xfs_bmapi_trim_map() argument 3914 got->br_startoff + got->br_blockcount <= obno) { in xfs_bmapi_trim_map() [all …]
|
D | xfs_bmap.h | 39 struct xfs_bmbt_irec got; /* extent after, or delayed */ member
|
D | xfs_da_btree.c | 2005 int nmap, error, got, i, mapi; in xfs_da_grow_inode_int() local 2062 for (i = 0, got = 0; i < mapi; i++) in xfs_da_grow_inode_int() 2063 got += mapp[i].br_blockcount; in xfs_da_grow_inode_int() 2064 if (got != count || mapp[0].br_startoff != *bno || in xfs_da_grow_inode_int()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | insn.h | 32 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.1.27/arch/unicore32/boot/compressed/ |
D | vmlinux.lds.in | 21 * of the text/got segments. 48 .got : { *(.got) } 50 .got.plt : { *(.got.plt) }
|
/linux-4.1.27/arch/arm/boot/compressed/ |
D | vmlinux.lds.S | 58 .got.plt : { *(.got.plt) } 60 .got : { *(.got) }
|
/linux-4.1.27/net/ceph/ |
D | pagevec.c | 19 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()
|
D | mon_client.c | 268 int ceph_monc_got_mdsmap(struct ceph_mon_client *monc, u32 got) in ceph_monc_got_mdsmap() argument 271 monc->have_mdsmap = got; in ceph_monc_got_mdsmap() 277 int ceph_monc_got_osdmap(struct ceph_mon_client *monc, u32 got) in ceph_monc_got_osdmap() argument 280 monc->have_osdmap = got; in ceph_monc_got_osdmap()
|
/linux-4.1.27/arch/um/kernel/ |
D | dyn.lds.S | 47 .rel.got : { *(.rel.got) } 48 .rela.got : { *(.rela.got) } 145 .got : { *(.got.plt) *(.got) }
|
D | uml.lds.S | 87 .got : { *(.got.plt) *(.got) }
|
/linux-4.1.27/arch/m32r/boot/compressed/ |
D | vmlinux.lds.S | 17 .got : { *(.got) _egot = .; *(.got.*) } argument
|
/linux-4.1.27/arch/nios2/boot/compressed/ |
D | vmlinux.lds.S | 40 .got : { 41 *(.got.plt) 43 *(.got)
|
/linux-4.1.27/arch/powerpc/platforms/512x/ |
D | mpc512x_shared.c | 78 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.1.27/arch/nios2/kernel/ |
D | vmlinux.lds.S | 46 .got : { 47 *(.got.plt) 49 *(.got)
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | vmlinux.lds.S | 202 *(.got.plt) *(.got) 217 .got : AT(ADDR(.got) - LOAD_OFFSET) { 221 arch/powerpc/kernel/prom_init.o*(.toc .got) argument 224 *(.got) argument
|
D | vector.S | 234 ld r3,last_task_used_vsx@got(r2) 286 ld r4,last_task_used_vsx@got(r2)
|
/linux-4.1.27/tools/testing/selftests/powerpc/primitives/ |
D | load_unaligned_zeropad.c | 105 unsigned long got; in do_one_test() local 111 got = load_unaligned_zeropad(p); in do_one_test() 113 if (should != got) in do_one_test() 114 …printf("offset %u load_unaligned_zeropad returned 0x%lx, should be 0x%lx\n", page_offset, got, sho… in do_one_test()
|
/linux-4.1.27/arch/x86/boot/compressed/ |
D | vmlinux.lds.S | 44 .got : { 46 KEEP(*(.got.plt)) argument 47 KEEP(*(.got))
|
/linux-4.1.27/arch/ia64/kernel/ |
D | vmlinux.lds.S | 216 .got : AT(ADDR(.got) - LOAD_OFFSET) { 217 *(.got.plt) 218 *(.got) 220 __gp = ADDR(.got) + 0x200000;
|
D | module.c | 437 mod->arch.got = s; in module_frob_arch_sections() 451 if (!mod->arch.core_plt || !mod->arch.init_plt || !mod->arch.got || !mod->arch.opd) { in module_frob_arch_sections() 480 mod->arch.got->sh_type = SHT_NOBITS; in module_frob_arch_sections() 481 mod->arch.got->sh_flags = ARCH_SHF_SMALL | SHF_ALLOC; in module_frob_arch_sections() 482 mod->arch.got->sh_addralign = 8; in module_frob_arch_sections() 483 mod->arch.got->sh_size = gots * sizeof(struct got_entry); in module_frob_arch_sections() 490 mod->arch.got->sh_size, mod->arch.opd->sh_size); in module_frob_arch_sections() 518 struct got_entry *got, *e; in get_ltoff() local 523 got = (void *) mod->arch.got->sh_addr; in get_ltoff() 524 for (e = got; e < got + mod->arch.next_got_entry; ++e) in get_ltoff() [all …]
|
D | gate.lds.S | 63 *(.got.plt) *(.got)
|
/linux-4.1.27/drivers/tty/hvc/ |
D | hvc_beat.c | 47 u64 got; in hvc_beat_get_chars() local 65 if (beat_get_term_char(vtermno, &got, in hvc_beat_get_chars() 67 qlen = got; in hvc_beat_get_chars()
|
D | hvc_vio.c | 89 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()
|
D | hvcs.c | 594 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()
|
D | hvsi.c | 231 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.1.27/arch/alpha/boot/ |
D | bootloader.lds | 12 .got : { *(.got) }
|
/linux-4.1.27/arch/ia64/hp/sim/boot/ |
D | bootloader.lds | 18 .got : { *(.got.plt) *(.got) }
|
/linux-4.1.27/arch/xtensa/boot/boot-redboot/ |
D | boot.ld | 27 *(.got.plt) 28 *(.got)
|
/linux-4.1.27/arch/powerpc/boot/ |
D | zImage.lds.S | 71 .got : 74 *(.got)
|
/linux-4.1.27/arch/x86/um/vdso/ |
D | vdso-layout.lds.S | 30 *(.got.plt) *(.got)
|
/linux-4.1.27/arch/tile/kernel/vdso/ |
D | vdso.lds.S | 54 *(.got.plt) *(.got)
|
/linux-4.1.27/arch/arm/vdso/ |
D | vdso.lds.S | 57 .got : { *(.got) }
|
/linux-4.1.27/arch/sh/kernel/vsyscall/ |
D | vsyscall.lds.S | 47 *(.got.plt) *(.got)
|
/linux-4.1.27/fs/ceph/ |
D | file.c | 815 int want, got = 0; in ceph_read_iter() local 826 ret = ceph_get_caps(ci, CEPH_CAP_FILE_RD, want, -1, &got, &pinned_page); in ceph_read_iter() 830 if ((got & (CEPH_CAP_FILE_CACHE|CEPH_CAP_FILE_LAZYIO)) == 0 || in ceph_read_iter() 836 ceph_cap_string(got)); in ceph_read_iter() 847 ceph_cap_string(got)); in ceph_read_iter() 852 inode, ceph_vinop(inode), ceph_cap_string(got), (int)ret); in ceph_read_iter() 857 ceph_put_cap_refs(ci, got); in ceph_read_iter() 945 int err, want, got; in ceph_write_iter() local 988 got = 0; in ceph_write_iter() 990 &got, NULL); in ceph_write_iter() [all …]
|
D | addr.c | 1236 int want, got, ret; in ceph_filemap_fault() local 1245 got = 0; in ceph_filemap_fault() 1247 -1, &got, &pinned_page); in ceph_filemap_fault() 1256 inode, off, (size_t)PAGE_CACHE_SIZE, ceph_cap_string(got)); in ceph_filemap_fault() 1258 if ((got & (CEPH_CAP_FILE_CACHE | CEPH_CAP_FILE_LAZYIO)) || in ceph_filemap_fault() 1265 inode, off, (size_t)PAGE_CACHE_SIZE, ceph_cap_string(got), ret); in ceph_filemap_fault() 1268 ceph_put_cap_refs(ci, got); in ceph_filemap_fault() 1322 int want, got, ret; in ceph_page_mkwrite() local 1349 got = 0; in ceph_page_mkwrite() 1351 &got, NULL); in ceph_page_mkwrite() [all …]
|
D | caps.c | 2076 static void __take_cap_refs(struct ceph_inode_info *ci, int got) in __take_cap_refs() argument 2078 if (got & CEPH_CAP_PIN) in __take_cap_refs() 2080 if (got & CEPH_CAP_FILE_RD) in __take_cap_refs() 2082 if (got & CEPH_CAP_FILE_CACHE) in __take_cap_refs() 2084 if (got & CEPH_CAP_FILE_WR) in __take_cap_refs() 2086 if (got & CEPH_CAP_FILE_BUFFER) { in __take_cap_refs() 2103 loff_t endoff, int *got, int *check_max, int *err) in try_get_cap_refs() argument 2167 *got = need | (have & want); in try_get_cap_refs() 2168 __take_cap_refs(ci, *got); in try_get_cap_refs() 2194 ret, ceph_cap_string(*got)); in try_get_cap_refs() [all …]
|
D | super.h | 870 loff_t endoff, int *got, struct page **pinned_page);
|
/linux-4.1.27/drivers/staging/lustre/lustre/fld/ |
D | fld_cache.c | 484 struct fld_cache_entry *got = NULL; in fld_cache_entry_lookup_nolock() local 492 got = flde; in fld_cache_entry_lookup_nolock() 497 return got; in fld_cache_entry_lookup_nolock() 506 struct fld_cache_entry *got = NULL; in fld_cache_entry_lookup() local 509 got = fld_cache_entry_lookup_nolock(cache, range); in fld_cache_entry_lookup() 511 return got; in fld_cache_entry_lookup()
|
/linux-4.1.27/arch/x86/vdso/ |
D | vdso-layout.lds.S | 56 *(.got.plt) *(.got)
|
/linux-4.1.27/Documentation/ |
D | numastat.txt | 17 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.
|
D | pi-futex.txt | 48 we've got even more priority levels. 52 apps have a very fair expectation of being able to use locks, we've got
|
D | init.txt | 4 OK, so you've got this pretty unintuitive message (currently located
|
D | oops-tracing.txt | 123 wonder how the NULL pointer got there, and if it's a valid thing to do
|
D | nommu-mmap.txt | 231 want to handle it, despite the fact it's got an operation. For instance, it
|
D | bcache.txt | 1 Say you've got a big slow raid 6, and an X-25E or three. Wouldn't it be
|
D | applying-patches.txt | 115 You should be wary of such changes since even though patch probably got it
|
D | memory-barriers.txt | 1162 got to that point in the instruction execution flow yet. This permits the
|
/linux-4.1.27/mm/ |
D | zpool.c | 110 bool got = try_module_get(driver->owner); in zpool_get_driver() local 112 if (got) in zpool_get_driver() 115 return got ? driver : NULL; in zpool_get_driver()
|
D | swap.c | 296 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.1.27/Documentation/filesystems/ |
D | qnx6.txt | 5 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
|
D | sharedsubtree.txt | 21 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'.
|
D | seq_file.txt | 23 implementations that got this wrong.
|
D | hpfs.txt | 283 2.05 Fixed crash when got mount parameters without =
|
D | ramfs-rootfs-initramfs.txt | 63 got any backing store. Because of this, only root (or a trusted user) should
|
/linux-4.1.27/drivers/usb/misc/ |
D | uss720.c | 482 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.1.27/arch/s390/kernel/vdso32/ |
D | vdso32.lds.S | 46 .got ALIGN(8) : { *(.got .toc) }
|
/linux-4.1.27/arch/s390/kernel/vdso64/ |
D | vdso64.lds.S | 46 .got ALIGN(8) : { *(.got .toc) }
|
/linux-4.1.27/arch/powerpc/kernel/vdso32/ |
D | vdso32.lds.S | 63 .got : { *(.got) } :text
|
/linux-4.1.27/arch/powerpc/kernel/vdso64/ |
D | vdso64.lds.S | 64 .got ALIGN(8) : { *(.got .toc) }
|
/linux-4.1.27/kernel/debug/kdb/ |
D | kdb_io.c | 733 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.1.27/drivers/input/serio/ |
D | hil_mlc.c | 450 #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.1.27/drivers/block/paride/ |
D | pg.c | 391 int got[5]; in pg_reset() local 404 got[i] = read_reg(dev, i + 1); in pg_reset() 406 err = memcmp(expect, got, sizeof(got)) ? -1 : 0; in pg_reset() 411 printk("%3x", got[i]); in pg_reset()
|
D | Transition-notes | 73 we would have to be called for the PIA that got ->claimed_cont
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | module.h | 18 struct elf64_shdr *got; /* global offset table */ member
|
/linux-4.1.27/arch/ia64/ |
D | module.lds | 11 .got : { BYTE(0) }
|
/linux-4.1.27/drivers/parport/ |
D | parport_pc.c | 268 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 …]
|
D | parport_ip32.c | 1114 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.1.27/arch/powerpc/perf/ |
D | bhrb.S | 28 ld r4,bhrb_table@got(r2)
|
/linux-4.1.27/fs/ocfs2/dlmfs/ |
D | dlmfs.c | 245 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.1.27/arch/cris/boot/rescue/ |
D | kimagerescue.S | 123 ;; check if we got something on the serial port 130 ;; got something - copy the byte and loop
|
D | head_v10.S | 289 ;; check if we got something on the serial port 296 ;; got something - copy the byte and loop
|
/linux-4.1.27/net/rds/ |
D | iw_send.c | 351 unsigned int avail, posted, got = 0, advertise; in rds_iw_send_grab_credits() local 376 got = avail; in rds_iw_send_grab_credits() 379 got = wanted; in rds_iw_send_grab_credits() 381 newval -= IB_SET_SEND_CREDITS(got); in rds_iw_send_grab_credits() 388 if (posted && (got || need_posted)) { in rds_iw_send_grab_credits() 398 return got; in rds_iw_send_grab_credits()
|
D | ib_send.c | 399 unsigned int avail, posted, got = 0, advertise; in rds_ib_send_grab_credits() local 424 got = avail; in rds_ib_send_grab_credits() 427 got = wanted; in rds_ib_send_grab_credits() 429 newval -= IB_SET_SEND_CREDITS(got); in rds_ib_send_grab_credits() 436 if (posted && (got || need_posted)) { in rds_ib_send_grab_credits() 446 return got; in rds_ib_send_grab_credits()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | module.c | 388 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.1.27/sound/aoa/soundbus/i2sbus/ |
D | core.c | 333 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.1.27/tools/testing/selftests/powerpc/switch_endian/ |
D | switch_endian_test.S | 75 ld r4, message@got(%r2)
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-nice-design.txt | 50 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
|
D | sched-design-CFS.txt | 110 scheduling modules are used. The balancing code got quite a bit simpler as a
|
/linux-4.1.27/scripts/rt-tester/ |
D | t3-l1-pi-1rt.tst | 75 # Wait until T2 got the lock
|
D | t3-l1-pi-3rt.tst | 75 # Wait until T2 got the lock
|
D | t3-l2-pi.tst | 75 # Wait until T2 got the lock
|
D | t3-l1-pi-2rt.tst | 76 # Wait until T2 got the lock
|
/linux-4.1.27/arch/arm64/kernel/ |
D | vmlinux.lds.S | 104 *(.got) /* Global offset table */
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-cros-ec-tunnel.txt | 3 On some ChromeOS board designs we've got a connection to the EC (embedded
|
/linux-4.1.27/Documentation/acpi/ |
D | method-customizing.txt | 16 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.1.27/drivers/i2c/busses/ |
D | i2c-s3c2410.c | 863 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.1.27/drivers/net/wireless/libertas/ |
D | debugfs.c | 229 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.1.27/arch/x86/tools/ |
D | test_get_len.c | 67 field->got, field->nbytes); in dump_field()
|
D | insn_sanity.c | 77 field->got, field->nbytes); in dump_field()
|
/linux-4.1.27/tools/testing/selftests/net/ |
D | psock_tpacket.c | 358 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.1.27/Documentation/arm/ |
D | README | 132 *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.1.27/Documentation/fb/ |
D | arkfb.txt | 30 lower pixclocks (i got maximum about 70 MHz, it is dependent on specific
|
/linux-4.1.27/fs/jffs2/ |
D | TODO | 30 got a match, and in readdir().
|
/linux-4.1.27/arch/arm/kernel/ |
D | vmlinux.lds.S | 116 *(.got) /* Global offset table */
|
/linux-4.1.27/arch/powerpc/mm/ |
D | slb_low.S | 160 ld r11,mmu_psize_defs@got(r11)
|
D | hash_low_64.S | 172 ld r4,htab_hash_mask@got(2) 488 ld r4,htab_hash_mask@got(2) 833 ld r4,htab_hash_mask@got(2)
|
D | tlb_low_64e.S | 1156 ld r11,linear_map_top@got(r11)
|
/linux-4.1.27/Documentation/scsi/ |
D | osst.txt | 11 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
|
D | libsas.txt | 282 HAE_RESET -- when your HA got internal error and was reset. 294 got disconnected. (*)
|
D | ChangeLog.sym53c8xx | 46 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
|
D | tmscsim.txt | 55 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)
|
D | scsi-changer.txt | 67 Grundig. I got some reports telling it works ok with tape autoloaders
|
D | ChangeLog.megaraid | 212 build (number of exceeding 256 got truncated).
|
D | st.txt | 526 real reason is that the tape firmware has got confused.
|
D | sym53c8xx_2.txt | 290 As the driver code got more complex, I have decided to remove everything
|
D | ncr53c8xx.txt | 427 In the example above, we got 18038 interrupts "on the fly" and only
|
D | ChangeLog.1992-1997 | 760 hog memory). Use other patches which got lost from 1.1.68.
|
/linux-4.1.27/fs/f2fs/ |
D | node.c | 415 goto got; in get_node_path() 423 goto got; in get_node_path() 431 goto got; in get_node_path() 441 goto got; in get_node_path() 451 goto got; in get_node_path() 466 goto got; in get_node_path() 470 got: in get_node_path()
|
/linux-4.1.27/arch/frv/mm/ |
D | tlb-miss.S | 68 # we've got to re-enable single-stepping 107 # we've got to re-enable single-stepping
|
/linux-4.1.27/fs/ext2/ |
D | ialloc.c | 504 goto got; in ext2_new_inode() 512 got: in ext2_new_inode()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-driver-ppi | 8 folder makes sense. The folder path can be got by command
|
/linux-4.1.27/fs/ext3/ |
D | ialloc.c | 418 goto got; in ext3_new_inode() 440 got: in ext3_new_inode()
|
/linux-4.1.27/arch/x86/crypto/ |
D | crc32c-pcl-intel-asm_64.S | 257 # len is less than 8 if we got here
|
/linux-4.1.27/fs/quota/ |
D | dquot.c | 1396 struct dquot **dquots, *got[MAXQUOTAS] = {}; in __dquot_initialize() local 1440 got[cnt] = dqget(sb, qid); in __dquot_initialize() 1457 if (!got[cnt]) in __dquot_initialize() 1460 dquots[cnt] = got[cnt]; in __dquot_initialize() 1461 got[cnt] = NULL; in __dquot_initialize() 1474 dqput_all(got); in __dquot_initialize()
|
/linux-4.1.27/Documentation/locking/ |
D | rt-mutex.txt | 36 got a signal), the priority of the owner task is readjusted. [The
|
D | lglock.txt | 58 got cpu 0 lock
|
/linux-4.1.27/fs/affs/ |
D | Changes | 14 Alas, I've got no alpha to debug. :-( 162 This was fixed before, but somehow got lost.
|
/linux-4.1.27/Documentation/development-process/ |
D | 6.Followthrough | 76 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.
|
D | 2.Process | 261 Andrew Morton, is called "-mm" (for memory management, which is how it got
|
/linux-4.1.27/Documentation/sound/oss/ |
D | AudioExcelDSP16 | 95 > Just to let you know got my Audio Excel (emulating a MSS) working
|
D | SoundPro | 53 WSS. Assuming you've got isapnp all happy, then you should be able to
|
D | mwave | 133 options. Instead, I got an unofficial patch to the APM drivers that allows them
|
/linux-4.1.27/arch/arm/mach-omap1/ |
D | ams-delta-fiq-handler.S | 182 bics r10, r10, #0x800 @ have we got all the bits?
|
/linux-4.1.27/arch/s390/kernel/ |
D | head.S | 177 ltr %r2,%r2 # got anything ?
|
/linux-4.1.27/arch/arm/mach-sa1100/ |
D | Kconfig | 157 FLASH. The SL4 version got 64 MB RAM and 32 MB FLASH and a
|
/linux-4.1.27/Documentation/RCU/ |
D | rculist_nulls.txt | 142 * if the nulls value we got at the end of this lookup is
|
/linux-4.1.27/Documentation/timers/ |
D | highres.txt | 15 got merged into mainline. 53 related functionality is moved into the generic code. The GTOD base patch got
|
D | hrtimers.txt | 176 code got a healthy amount of testing and use in practice.
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | head.S | 342 ;; Also clear nand_boot flag; if we got here, we know we've not
|
/linux-4.1.27/Documentation/pcmcia/ |
D | driver-changes.txt | 15 pcmcia_request_configuration() got renamed to pcmcia_enable_device(),
|
/linux-4.1.27/fs/ext4/ |
D | ialloc.c | 857 goto got; /* we grabbed the inode! */ in __ext4_new_inode() 868 got: in __ext4_new_inode()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_lock.c | 984 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.1.27/drivers/scsi/ |
D | osst.c | 5333 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()
|
D | st.c | 3749 int segs, max_segs, b_size, order, got; in enlarge_buffer() local 3785 for (segs = STbuffer->frp_segs, got = STbuffer->buffer_size; in enlarge_buffer() 3786 segs < max_segs && got < new_size;) { in enlarge_buffer() 3791 DEB(STbuffer->buffer_size = got); in enlarge_buffer() 3797 got += b_size; in enlarge_buffer() 3798 STbuffer->buffer_size = got; in enlarge_buffer()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel_lbr.c | 677 if (!insn.opcode.got) in branch_type()
|
/linux-4.1.27/Documentation/early-userspace/ |
D | README | 116 If kinit doesn't meet your current needs and you've got bytes to burn,
|
/linux-4.1.27/Documentation/cgroups/ |
D | blkio-controller.txt | 62 much disk time (in milli seconds), each group got and how many secotors each 264 got a timeslice and will not include the current delta.
|
D | unified-hierarchy.txt | 304 they got recycled in-between reads.
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | exynos5250-spring.dts | 445 * On Spring we've got SIP WiFi and so can keep drive strengths low to
|
D | exynos5250-snow.dts | 562 * On Snow we've got SIP WiFi and so can keep drive strengths low to
|
/linux-4.1.27/Documentation/hwmon/ |
D | asc7621 | 182 ALL pwm outputs will got to 100%.
|
D | abituguru-datasheet | 5 datasheet from Abit. The data I have got on uGuru have I assembled through
|
D | w83781d | 418 My mobo is an ASUS A7V266-E. This behavior is similar to what I got
|
/linux-4.1.27/fs/reiserfs/ |
D | README | 126 textbook he got the algorithm from in the code. Note that his analysis
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | cpu-drivers.txt | 37 So, you just got a brand-new CPU / chipset with datasheets and want to
|
/linux-4.1.27/scripts/ |
D | Kbuild.include | 268 # why - tell why a a target got build
|
/linux-4.1.27/arch/blackfin/ |
D | Kconfig.debug | 111 path of how it got to the offending instruction.
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | xilinx.txt | 81 interrupts = <1 0>; // got this from the opb_intc parameters
|
/linux-4.1.27/Documentation/networking/ |
D | z8530drv.txt | 613 I got reports that the driver has problems on some 386-based systems. 648 got it up-and-running?
|
D | netdev-FAQ.txt | 98 whether it got merged?
|
D | arcnet-hardware.txt | 260 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
|
D | can.txt | 571 printf("got CAN FD frame with length %d\n", cfd.len); 574 printf("got legacy CAN frame with length %d\n", cfd.len);
|
D | arcnet.txt | 126 This is the normal ARCnet card, which you've probably got. This is the only
|
D | rxrpc.txt | 904 us they got it.
|
D | filter.txt | 594 got from bpf_prog_create(), and 'ctx' the given context (e.g.
|
/linux-4.1.27/Documentation/dvb/ |
D | README.dvb-usb | 6 In March 2005 I got the new Twinhan USB2.0 DVB-T device. They provided specs and a firmware.
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | CMIPCI.txt | 40 [ Well.. I once got the output with correct volume (i.e. same with the
|
D | Audiophile-Usb.txt | 318 data I got by usb-snooping the windows and Linux drivers.
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | ppc_asm.h | 340 ld reg,name@got(r2)
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/ |
D | g98.fuc0s | 135 // see which interrupts we got
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace-design.txt | 248 scroll your reader back up if you got over eager.
|
/linux-4.1.27/fs/befs/ |
D | ChangeLog | 328 Make sure inode we got was the one we asked for.
|
/linux-4.1.27/Documentation/input/ |
D | joystick-parport.txt | 103 connectors. Anyway, if you've got a gamepad, and it has buttons A, B, Turbo
|
/linux-4.1.27/fs/xfs/ |
D | xfs_bmap_util.c | 160 error = xfs_bmap_extsize_align(mp, &ap->got, &ap->prev, in xfs_bmap_rtalloc()
|
/linux-4.1.27/Documentation/crypto/ |
D | descore-readme.txt | 140 i got it and looked at the code, it really set off a lot of pet peeves -
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 428 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.1.27/Documentation/security/ |
D | credentials.txt | 506 This releases the lock on current->cred_replace_mutex that prepare_creds() got
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | Cards | 193 Model 50680 got re-used, some model no. had different contents over time.
|
/linux-4.1.27/Documentation/isdn/ |
D | INTERFACE | 22 got a separate version number. These numbers are shown at initialization,
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 639 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.1.27/Documentation/sysctl/ |
D | kernel.txt | 105 if we got >=4%; consider information about amount of free space
|
/linux-4.1.27/scripts/genksyms/ |
D | lex.lex.c_shipped | 569 /* We've got a two-level lexer here. We let flex do basic tokenization
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 285 * we've got a failed selection and must transition to bus
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 4185 # 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.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 962 find that all the mappings you didn't include in your file got deleted
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 762 # Mark as expert because too many people got it wrong.
|