Home
last modified time | relevance | path

Searched refs:got (Results 101 – 125 of 248) sorted by relevance

12345678910

/linux/arch/loongarch/kernel/
H A Dmodule.c351 Elf_Addr got = module_emit_got_entry(mod, sechdrs, v); in apply_r_larch_got_pc() local
353 if (!got) in apply_r_larch_got_pc()
368 return apply_r_larch_pcala(mod, location, got, rela_stack, rela_stack_top, type); in apply_r_larch_got_pc()
/linux/Documentation/admin-guide/
H A Dtainted-kernels.rst8 cause might be the event that got the kernel tainted. That's why bug reports
42 the kernel got tainted earlier because a proprietary Module (``P``) was loaded,
70 reason that got your kernel tainted, as in this case you can find the number
83 Bit Log Number Reason that got the kernel tainted
/linux/fs/proc/
H A Dbase.c225 int ret, got; in get_mm_proctitle() local
236 if (got > 0) { in get_mm_proctitle()
240 if (len < got) in get_mm_proctitle()
322 int got; in get_mm_cmdline() local
326 if (got <= 0) in get_mm_cmdline()
328 got -= copy_to_user(buf, page, got); in get_mm_cmdline()
329 if (unlikely(!got)) { in get_mm_cmdline()
334 pos += got; in get_mm_cmdline()
335 buf += got; in get_mm_cmdline()
336 len += got; in get_mm_cmdline()
[all …]
/linux/arch/mips/kernel/
H A Dvmlinux.lds.S73 *(.got) /* Global offset table */
/linux/fs/xfs/
H A Dxfs_icache.c1780 struct xfs_bmbt_irec got; in xfs_check_delalloc() local
1783 if (!ifp || !xfs_iext_lookup_extent(ip, ifp, 0, &icur, &got)) in xfs_check_delalloc()
1786 if (isnullstartblock(got.br_startblock)) { in xfs_check_delalloc()
1791 got.br_startoff, got.br_blockcount); in xfs_check_delalloc()
1793 } while (xfs_iext_next_extent(ifp, &icur, &got)); in xfs_check_delalloc()
H A Dxfs_dquot.c729 struct xfs_bmbt_irec got; in xfs_dq_get_next_id() local
752 if (xfs_iext_lookup_extent(quotip, &quotip->i_df, start, &cur, &got)) { in xfs_dq_get_next_id()
754 if (got.br_startoff < start) in xfs_dq_get_next_id()
755 got.br_startoff = start; in xfs_dq_get_next_id()
756 *id = got.br_startoff * mp->m_quotainfo->qi_dqperchunk; in xfs_dq_get_next_id()
/linux/Documentation/devicetree/bindings/i2c/
H A Dgoogle,cros-ec-i2c-tunnel.yaml15 On some ChromeOS board designs we've got a connection to the EC
/linux/drivers/gpu/drm/i915/
H A Di915_gpu_error.c2304 ssize_t got = i915_gpu_coredump_copy_to_buffer(error, buf, pos_err, buf_size - 1); in intel_klog_error_capture() local
2306 if (got <= 0) in intel_klog_error_capture()
2309 buf[got] = 0; in intel_klog_error_capture()
2310 pos_err += got; in intel_klog_error_capture()
2313 while (got > 0) { in intel_klog_error_capture()
2317 next = strnchr(ptr, got, '\n'); in intel_klog_error_capture()
2324 count = got; in intel_klog_error_capture()
2362 got -= count; in intel_klog_error_capture()
2365 got--; in intel_klog_error_capture()
2372 if (got) in intel_klog_error_capture()
[all …]
/linux/arch/arm/boot/dts/rockchip/
H A Drk3288-veyron-analog-audio.dtsi83 * we've got a ts3a227e chip but the driver requires it.
/linux/arch/x86/tools/
H A Dinsn_decoder_test.c67 field->got, field->nbytes); in dump_field()
H A Dinsn_sanity.c60 field->got, field->nbytes); in dump_field()
/linux/Documentation/translations/zh_CN/accounting/
H A Dpsi.rst134 printf("got POLLERR, event source is gone\n");
/linux/tools/testing/selftests/net/
H A Dpsock_tpacket.c376 unsigned int frame_num = 0, got = 0; in walk_tx() local
482 got += ret; in walk_tx()
497 fprintf(stderr, " %u pkts (%u bytes)", NUM_PACKETS, got); in walk_tx()
/linux/Documentation/arch/arm/
H A Darm.rst141 `*configure` harddrive set to 2). I've got an internal 20MB and a great
144 I've just got 240K/s off it (a dd with bs=128k); that's about half of what
156 hasn't got any code for disc change detection in there at the moment which
/linux/drivers/parport/
H A Dparport_ip32.c1104 size_t got; in parport_ip32_epp_read() local
1114 got = len; in parport_ip32_epp_read()
1117 for (got = 0; got < len; got++) { in parport_ip32_epp_read()
1127 return got; in parport_ip32_epp_read()
/linux/fs/ceph/
H A Dcaps.c2774 if (got & CEPH_CAP_PIN) in ceph_take_cap_refs()
2776 if (got & CEPH_CAP_FILE_RD) in ceph_take_cap_refs()
2778 if (got & CEPH_CAP_FILE_CACHE) in ceph_take_cap_refs()
2780 if (got & CEPH_CAP_FILE_EXCL) in ceph_take_cap_refs()
2782 if (got & CEPH_CAP_FILE_WR) { in ceph_take_cap_refs()
2790 if (got & CEPH_CAP_FILE_BUFFER) { in ceph_take_cap_refs()
2913 *got = need | (want & ~exclude); in try_get_cap_refs()
2915 *got = need; in try_get_cap_refs()
3014 bool nonblock, int *got) in ceph_try_get_caps() argument
3167 *got = _got; in __ceph_get_caps()
[all …]
/linux/arch/arm/include/asm/
H A Dvmlinux.lds.h103 *(.got) /* Global offset table */ \
/linux/Documentation/fb/
H A Darkfb.rst30 lower pixclocks (i got maximum about 70 MHz, it is dependent on specific
/linux/Documentation/userspace-api/media/dvb/
H A Ddvbapi.rst74 got fixed for the non-legacy API.
/linux/Documentation/locking/
H A Dpi-futex.rst49 we've got even more priority levels.
53 apps have a very fair expectation of being able to use locks, we've got
/linux/fs/ext2/
H A Dialloc.c498 goto got; in ext2_new_inode()
507 got: in ext2_new_inode()
/linux/drivers/infiniband/hw/qib/
H A Dqib_user_sdma.c164 struct qib_user_sdma_rb_node *got; in qib_user_sdma_rb_insert() local
167 got = rb_entry(*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/fs/ubifs/
H A Dubifs.h1610 const u8 *expected, const u8 *got) in ubifs_check_hash() argument
1612 return crypto_memneq(expected, got, c->hash_len); in ubifs_check_hash()
1625 const u8 *expected, const u8 *got) in ubifs_check_hmac() argument
1627 return crypto_memneq(expected, got, c->hmac_desc_len); in ubifs_check_hmac()
/linux/Documentation/devicetree/bindings/net/dsa/
H A Dmediatek,mt7530.yaml25 memory map rather than using MDIO. The switch got an internally connected 10G
28 MT7530 in MT7620AN, MT7620DA, MT7620DAN and MT7620NN SoCs has got 10/100 PHYs
34 Port 5 on MT7530 has got various ways of configuration:
/linux/arch/arm/boot/dts/allwinner/
H A Dsun4i-a10-pcduino2.dts46 * is that the pcDuino2 board got a USB VBUS voltage regulator, which

12345678910