Home
last modified time | relevance | path

Searched refs:got (Results 151 – 175 of 245) sorted by relevance

12345678910

/linux/arch/s390/boot/
H A Dhead.S56 ltgr %r2,%r2 # got anything ?
/linux/tools/testing/kunit/
H A Dkunit_tool_test.py812 got = kunit._list_tests(self.linux_source_mock,
814 self.assertEqual(got, want)
/linux/fs/ceph/
H A Dinode.c2351 int got, ret, issued; in fill_fscrypt_truncate() local
2354 ret = __ceph_get_caps(inode, NULL, CEPH_CAP_FILE_RD, 0, -1, &got); in fill_fscrypt_truncate()
2361 i_size, attr->ia_size, ceph_cap_string(got), in fill_fscrypt_truncate()
2456 ceph_vinop(inode), ceph_cap_string(got)); in fill_fscrypt_truncate()
2457 ceph_put_cap_refs(ci, got); in fill_fscrypt_truncate()
/linux/Documentation/scsi/
H A Dscsi-changer.rst71 Grundig. I got some reports telling it works ok with tape autoloaders
/linux/Documentation/accounting/
H A Dpsi.rst164 printf("got POLLERR, event source is gone\n");
/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.c2171 int nmap, error, got, i, mapi; in xfs_da_grow_inode_int() local
2226 for (i = 0, got = 0; i < mapi; i++) in xfs_da_grow_inode_int()
2227 got += mapp[i].br_blockcount; in xfs_da_grow_inode_int()
2228 if (got != count || mapp[0].br_startoff != *bno || in xfs_da_grow_inode_int()
/linux/include/linux/
H A Dmm.h2481 int got; in get_user_page_vma_remote() local
2486 got = get_user_pages_remote(mm, addr, 1, gup_flags, &page, NULL); in get_user_page_vma_remote()
2488 if (got < 0) in get_user_page_vma_remote()
2489 return ERR_PTR(got); in get_user_page_vma_remote()
/linux/Documentation/driver-api/early-userspace/
H A Dearly_userspace_support.rst119 If kinit doesn't meet your current needs and you've got bytes to burn,
/linux/Documentation/admin-guide/media/
H A Drkisp1.rst19 There exist multiple smaller revisions to this ISP that got introduced in
/linux/fs/ext4/
H A Dialloc.c1111 goto got; /* we grabbed the inode! */ in __ext4_new_inode()
1122 got: in __ext4_new_inode()
/linux/Documentation/hwmon/
H A Dasc7621.rst199 ALL pwm outputs will got to 100%.
/linux/Documentation/arch/x86/
H A Dmicrocode.rst169 it does happen such that, one thread is in WRMSR flow, and the 2nd got
/linux/arch/arm/boot/dts/samsung/
H A Dexynos5250-spring.dts443 * On Spring we've got SIP WiFi and so can keep drive strengths low to
/linux/Documentation/sound/cards/
H A Demu-mixer.rst22 In particular, I got recording glitches during simultaneous playback on an
/linux/scripts/
H A DKbuild.include218 # why - tell why a target got built
/linux/drivers/scsi/
H A Dst.c3899 int segs, max_segs, b_size, order, got; in enlarge_buffer() local
3933 for (segs = STbuffer->frp_segs, got = STbuffer->buffer_size; in enlarge_buffer()
3934 segs < max_segs && got < new_size;) { in enlarge_buffer()
3939 DEB(STbuffer->buffer_size = got); in enlarge_buffer()
3945 got += b_size; in enlarge_buffer()
3946 STbuffer->buffer_size = got; in enlarge_buffer()
/linux/Documentation/admin-guide/
H A Dreporting-issues.rst171 This subsection is for you, if you followed above process and got sent here at
373 the issue already got reported as outlined in this document and if not consider
1061 older and the newer kernel got built with a similar configuration. This can be
1133 boot phase already got discarded. In this case instead consider using
1293 once you got the report out. What you'll have to do depends on the situations,
1373 Here are your duties in case you got replies to your report:
1411 get the ball running somehow. If the report got out by mail, do that in the
1432 version got published, as you should retest and provide a status update at that
1622 got fixed there. The commit that fixed it would need to get backported as well
1656 got applied.
[all …]
/linux/fs/reiserfs/
H A DREADME126 textbook he got the algorithm from in the code. Note that his analysis
/linux/Documentation/filesystems/caching/
H A Dfscache.rst108 data file cookies are used to cache data (something that would be got for
/linux/Documentation/filesystems/
H A Djournalling.rst20 Once you have got your journal_t object you need to 'mount' or load the
/linux/Documentation/core-api/
H A Dkref.rst132 and error paths. This is necessary because the reference count got
/linux/Documentation/cpu-freq/
H A Dcpu-drivers.rst31 So, you just got a brand-new CPU / chipset with datasheets and want to
/linux/Documentation/timers/
H A Dhrtimers.rst171 code got a healthy amount of testing and use in practice.
/linux/Documentation/networking/device_drivers/hamradio/
H A Dz8530drv.rst640 I got reports that the driver has problems on some 386-based systems.
675 got it up-and-running?
/linux/Documentation/driver-api/
H A Duio-howto.rst494 After you made sure you've got the right device with the memory mappings
505 N starts from zero, so if you've got only one memory range to map, set
642 /* Here we got an interrupt from the

12345678910