Home
last modified time | relevance | path

Searched refs:_got (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/m32r/boot/compressed/
Dvmlinux.lds.S16 _got = .; symbol
29 got_len = (_egot - _got);
/linux-4.1.27/arch/nios2/boot/compressed/
Dvmlinux.lds.S39 _got = .; symbol
57 got_len = (_egot - _got);
/linux-4.1.27/arch/x86/boot/compressed/
Dvmlinux.lds.S45 _got = .; symbol
Dhead_32.S197 leal _got(%ebx), %edx
Dhead_64.S392 leaq _got(%rip), %rdx
/linux-4.1.27/fs/ceph/
Dcaps.c2234 int _got, check_max, ret, err = 0; in ceph_get_caps() local
2239 _got = 0; in ceph_get_caps()
2243 &_got, &check_max, &err)); in ceph_get_caps()
2253 (_got & (CEPH_CAP_FILE_CACHE|CEPH_CAP_FILE_LAZYIO)) && in ceph_get_caps()
2267 ceph_put_cap_refs(ci, _got); in ceph_get_caps()
2268 _got = 0; in ceph_get_caps()
2278 *got = _got; in ceph_get_caps()