| /kernel/linux/linux-6.6/fs/xfs/libxfs/ |
| H A D | xfs_alloc.c | 2228 xfs_alloc_longest_free_extent( struct xfs_perag *pag, xfs_extlen_t need, xfs_extlen_t reserved) xfs_alloc_longest_free_extent() argument 2641 xfs_extlen_t need; /* total blocks needed in freelist */ xfs_alloc_fix_freelist() local [all...] |
| /kernel/linux/linux-6.6/drivers/media/pci/cx88/ |
| H A D | cx88-blackbird.c | 226 u32 gpio0, need; in wait_ready_gpio0_bit1() local
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
| H A D | htc_mbox.c | 225 int need; in ath6kl_credit_seek() local [all...] |
| /third_party/eudev/src/shared/ |
| H A D | util.c | 1577 void* greedy_realloc(void **p, size_t *allocated, size_t need, size_t size) { in greedy_realloc() argument
|
| /third_party/backends/backend/ |
| H A D | hp-scl.c | 857 hp_scsi_need (HpScsi this, size_t need) in hp_scsi_need() argument
|
| /third_party/mbedtls/tests/src/test_helpers/ |
| H A D | ssl_helpers.c | 95 set_chk_buf_ptr_args( mbedtls_ssl_chk_buf_ptr_args *args, unsigned char *cur, unsigned char *end, size_t need) set_chk_buf_ptr_args() argument
|
| /third_party/node/deps/ngtcp2/nghttp3/lib/ |
| H A D | nghttp3_qpack.c | 1115 size_t n = min_size, need; in reserve_buf_internal() local 1338 static int qpack_encoder_can_index(nghttp3_qpack_encoder *encoder, size_t need, in qpack_encoder_can_index() argument
|
| /third_party/skia/third_party/externals/libpng/ |
| H A D | pngread.c | 1796 png_image_memory_read(png_structp png_ptr, png_bytep out, size_t need) in png_image_memory_read() argument [all...] |
| /third_party/python/Objects/ |
| H A D | listobject.c | 1591 merge_getmem(MergeState *ms, Py_ssize_t need) in merge_getmem() argument
|
| /third_party/python/Lib/ |
| H A D | zipfile.py | 23 import zlib # We may need its compression method namespace 30 import bz2 # We may need its compression method namespace 35 import lzma # We may need its compression method namespace
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
| H A D | cxgb4vf_main.c | 2797 int i, want, need, nqsets; enable_msix() local [all...] |
| /kernel/linux/linux-5.10/fs/ceph/ |
| H A D | caps.c | 200 ceph_reserve_caps(struct ceph_mds_client *mdsc, struct ceph_cap_reservation *ctx, int need) ceph_reserve_caps() argument 2728 try_get_cap_refs(struct inode *inode, int need, int want, loff_t endoff, int flags, int *got) try_get_cap_refs() argument 2915 ceph_try_get_caps(struct inode *inode, int need, int want, bool nonblock, int *got) ceph_try_get_caps() argument 2946 ceph_get_caps(struct file *filp, int need, int want, loff_t endoff, int *got, struct page **pinned_page) ceph_get_caps() argument [all...] |
| H A D | mds_client.h | 371 int need; member
|
| H A D | mds_client.c | 3928 size_t need = sizeof(u8) * 2 + sizeof(u32) + in encode_snap_realms() local [all...] |
| /kernel/linux/linux-5.10/net/ipv4/ |
| H A D | tcp_output.c | 808 u32 need = fastopen->cookie.len; in tcp_syn_options() local 887 u32 need = foc->len; in tcp_synack_options() local [all...] |
| /kernel/linux/linux-6.6/fs/f2fs/ |
| H A D | node.c | 384 bool need = false; in f2fs_need_dentry_mark() local
|
| /kernel/linux/linux-6.6/fs/ceph/ |
| H A D | caps.c | 202 ceph_reserve_caps(struct ceph_mds_client *mdsc, struct ceph_cap_reservation *ctx, int need) ceph_reserve_caps() argument 2746 try_get_cap_refs(struct inode *inode, int need, int want, loff_t endoff, int flags, int *got) try_get_cap_refs() argument 2933 ceph_try_get_caps(struct inode *inode, int need, int want, bool nonblock, int *got) ceph_try_get_caps() argument 2964 __ceph_get_caps(struct inode *inode, struct ceph_file_info *fi, int need, int want, loff_t endoff, int *got) __ceph_get_caps() argument 3091 ceph_get_caps(struct file *filp, int need, int want, loff_t endoff, int *got) ceph_get_caps() argument [all...] |
| H A D | mds_client.h | 399 int need; member
|
| H A D | mds_client.c | 4500 size_t need = sizeof(u8) * 2 + sizeof(u32) + encode_snap_realms() local [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/ |
| H A D | cxgb4vf_main.c | 2805 int i, want, need, nqsets; enable_msix() local [all...] |
| /kernel/linux/linux-6.6/net/ipv4/ |
| H A D | tcp_output.c | 818 u32 need = fastopen->cookie.len; in tcp_syn_options() local 897 u32 need = foc->len; in tcp_synack_options() local [all...] |
| /third_party/elfutils/src/ |
| H A D | elflint.c | 3116 GElf_Verneed *need = gelf_getverneed (data, offset, &needmem); in check_verneed() local [all...] |
| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | attrib.c | 1305 s64 need; in ntfs_attr_fill_hole() local [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | decNumber.cpp | 4073 Int need=D2U(maxdigits)+1; decAddOp() local 6284 Int accunits, need; /* units in use or needed for acc */ global() local [all...] |
| /third_party/mbedtls/library/ |
| H A D | ssl_misc.h | 512 size_t need; member 503 mbedtls_ssl_chk_buf_ptr(const uint8_t *cur, const uint8_t *end, size_t need) mbedtls_ssl_chk_buf_ptr() argument 522 mbedtls_ssl_chk_buf_ptr(const uint8_t *cur, const uint8_t *end, size_t need) mbedtls_ssl_chk_buf_ptr() argument [all...] |