Searched defs:fill (Results 1 - 25 of 69) sorted by last modified time

123

/linux-master/arch/mips/kernel/
H A Dptrace.c608 unsigned long long fill = ~0ull; local
/linux-master/kernel/
H A Dworkqueue.c1733 static bool pwq_tryinc_nr_active(struct pool_workqueue *pwq, bool fill) argument
1811 static bool pwq_activate_first_inactive(struct pool_workqueue *pwq, bool fill) argument
[all...]
/linux-master/drivers/soc/fsl/qbman/
H A Dqman.c208 u8 pi, ci, fill, ithresh, vbit; member in struct:qm_dqrr
218 u8 pi, ci, fill, ithresh, vbit; member in struct:qm_mr
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c5832 static void bnx2x_fill(struct bnx2x *bp, u32 addr, int fill, u32 len) argument
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_core.c795 struct vfio_pci_fill_info *fill = data; local
1262 struct vfio_pci_fill_info fill = {}; local
[all...]
/linux-master/drivers/net/ethernet/apple/
H A Dmace.c538 int fill, next, len; local
/linux-master/drivers/mtd/nand/raw/
H A Dnand_base.c3860 uint32_t fill = 0xFFFFFFFF; local
/linux-master/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c274 u64 fill, min_fill, j, k; local
/linux-master/lib/
H A Dstackinit_kunit.c366 static int noinline __leaf_switch_none(int path, bool fill) argument
404 static noinline int leaf_switch_1_none(unsigned long sp, bool fill, argument
410 leaf_switch_2_none(unsigned long sp, bool fill, uint64_t *arg) argument
[all...]
H A Ddecompress_unxz.c397 __decompress(unsigned char *buf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *out_buf, long olen, long *pos, void (*error)(char *x)) argument
/linux-master/tools/testing/selftests/bpf/
H A Dxdp_hw_metadata.c51 struct xsk_ring_prod fill; member in struct:xsk
H A Dxsk.h49 static inline __u64 *xsk_ring_prod__fill_addr(struct xsk_ring_prod *fill, argument
H A Dxsk.c69 struct xsk_ring_prod *fill; member in struct:xsk_ctx
163 xsk_create_umem_rings(struct xsk_umem *umem, int fd, struct xsk_ring_prod *fill, struct xsk_ring_cons *comp) argument
223 xsk_umem__create(struct xsk_umem **umem_ptr, void *umem_area, __u64 size, struct xsk_ring_prod *fill, struct xsk_ring_cons *comp, const struct xsk_umem_config *usr_config) argument
502 xsk_create_ctx(struct xsk_socket *xsk, struct xsk_umem *umem, int ifindex, __u32 queue_id, struct xsk_ring_prod *fill, struct xsk_ring_cons *comp) argument
538 xsk_socket__create_shared(struct xsk_socket **xsk_ptr, int ifindex, __u32 queue_id, struct xsk_umem *umem, struct xsk_ring_cons *rx, struct xsk_ring_prod *tx, struct xsk_ring_prod *fill, struct xsk_ring_cons *comp, const struct xsk_socket_config *usr_config) argument
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Diters.c662 static __noinline void fill(struct bpf_iter_num *it, int *arr, __u32 n, int mul) function
/linux-master/net/netfilter/
H A Dnft_set_pipapo_avx2.c214 static int nft_pipapo_avx2_lookup_4b_2(unsigned long *map, unsigned long *fill, argument
277 static int nft_pipapo_avx2_lookup_4b_4(unsigned long *map, unsigned long *fill, argument
354 static int nft_pipapo_avx2_lookup_4b_8(unsigned long *map, unsigned long *fill, argument
450 nft_pipapo_avx2_lookup_4b_12(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
540 nft_pipapo_avx2_lookup_4b_32(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
676 nft_pipapo_avx2_lookup_8b_1(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
734 nft_pipapo_avx2_lookup_8b_2(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
799 nft_pipapo_avx2_lookup_8b_4(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
875 nft_pipapo_avx2_lookup_8b_6(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
961 nft_pipapo_avx2_lookup_8b_16(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
1054 nft_pipapo_avx2_lookup_slow(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
1136 unsigned long *res, *fill; local
[all...]
/linux-master/net/core/
H A Dpage_pool_user.c36 netdev_nl_page_pool_get_do(struct genl_info *info, u32 id, pp_nl_fill_cb fill) argument
77 netdev_nl_page_pool_get_dump(struct sk_buff *skb, struct netlink_callback *cb, pp_nl_fill_cb fill) argument
/linux-master/fs/ntfs3/
H A Dfsntfs.c1606 struct page *fill; local
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py62 def fill(self, reportdata): member in class:ProximityState
98 def fill(self, reportdata): member in class:Buttons
123 def fill(self, reportdata): member in class:ToolID
/linux-master/drivers/usb/chipidea/
H A Dudc.c68 int fill = 16 - ci->hw_ep_max / 2; local
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_metadata.c52 struct xsk_ring_prod fill; member in struct:xsk
/linux-master/include/net/
H A Dfib_rules.h85 int (*fill)(struct fib_rule *, struct sk_buff *, member in struct:fib_rules_ops
/linux-master/drivers/mmc/core/
H A Dmmc_test.c1541 static int mmc_test_area_init(struct mmc_test_card *test, int erase, int fill) argument
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_uclo.c1944 qat_uclo_fill_uwords(struct icp_qat_uclo_objhandle *obj_handle, struct icp_qat_uclo_encap_page *encap_page, u64 *uword, unsigned int addr_p, unsigned int raddr, u64 fill) argument
/linux-master/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c414 u64 fill, min_fill, j, k; local
/linux-master/drivers/video/fbdev/
H A Dleo.c115 u32 fill; member in struct:leo_lc_ss0_usr

Completed in 546 milliseconds

123