Home
last modified time | relevance | path

Searched refs:size (Results 40676 - 40700 of 51431) sorted by relevance

1...<<1621162216231624162516261627162816291630>>...2058

/kernel/linux/linux-5.10/net/sched/
H A Dact_vlan.c383 .size = sizeof(struct tcf_vlan),
402 .size = sizeof(struct tc_action_net),
H A Dact_skbedit.c342 .size = sizeof(struct tcf_skbedit),
361 .size = sizeof(struct tc_action_net),
H A Dact_mirred.c472 .size = sizeof(struct tcf_mirred),
492 .size = sizeof(struct tc_action_net),
H A Dact_mpls.c403 .size = sizeof(struct tcf_mpls),
422 .size = sizeof(struct tc_action_net),
H A Dact_nat.c318 .size = sizeof(struct tcf_nat),
337 .size = sizeof(struct tc_action_net),
H A Dact_bpf.c420 .size = sizeof(struct tcf_bpf),
439 .size = sizeof(struct tc_action_net),
H A Dact_ctinfo.c382 .size = sizeof(struct tcf_ctinfo),
401 .size = sizeof(struct tc_action_net),
/kernel/linux/linux-5.10/samples/bpf/
H A Dtest_lru_dist.c208 static int create_map(int map_type, int map_flags, unsigned int size) in create_map() argument
213 sizeof(unsigned long long), size, map_flags); in create_map()
500 printf("Usage: %s <dist-file> <lru-size> <nr-tasks>\n", in main()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_synproxy.c288 .size = NFT_EXPR_SIZE(sizeof(struct nft_synproxy)),
348 .size = sizeof(struct nft_synproxy),
H A Dxt_IDLETIMER.c120 static int idletimer_check_sysfs_name(const char *name, unsigned int size) in idletimer_check_sysfs_name() argument
124 ret = xt_check_proc_name(name, size); in idletimer_check_sysfs_name()
/kernel/linux/linux-5.10/include/linux/sunrpc/
H A Dxdr.h271 size_t size);
275 size_t size);
279 * xdr_align_size - Calculate padded size of an object
294 * xdr_pad_size - Calculate size of an object's pad
392 * @len: size of object
417 * @len: size of object pointed to by @ptr
438 * @len: size of object pointed to by @ptr
532 * @len: size of buffer pointed to by @ptr
535 * On success, returns size of object stored in @ptr
553 * @maxlen: maximum acceptable object size
[all...]
/kernel/linux/linux-5.10/include/linux/soc/ti/
H A Dti_sci_protocol.h258 /* RA config.size parameter is valid for RM ring configure TI_SCI message */
280 u8 size, u8 order_id
285 u8 *size, u8 *order_id);
/kernel/linux/linux-5.10/include/linux/
H A Dnfs_fs.h239 #define NFS_INO_INVALID_SIZE BIT(11) /* cached size is invalid */
578 static inline loff_t nfs_size_to_loff_t(__u64 size) in nfs_size_to_loff_t() argument
580 return min_t(u64, size, OFFSET_MAX); in nfs_size_to_loff_t()
H A Dpnp.h458 resource_size_t size);
489 resource_size_t size) { return 0; } in pnp_possible_config()
487 pnp_possible_config(struct pnp_dev *dev, int type, resource_size_t base, resource_size_t size) pnp_possible_config() argument
/kernel/linux/linux-5.10/include/net/
H A Dneighbour.h248 #define NEIGH_ENTRY_SIZE(size) ALIGN((size), NEIGH_PRIV_ALIGN)
472 * the unaligned size but not for the aligned size: in neigh_hh_output()
/kernel/linux/linux-5.10/sound/pci/cs5535audio/
H A Dcs5535audio_pcm.c138 desc->size = cpu_to_le16(period_bytes); in cs5535audio_build_dma_packets()
146 lastdesc->size = 0; in cs5535audio_build_dma_packets()
/kernel/linux/linux-5.10/sound/pcmcia/vx/
H A Dvxp_ops.c163 for (i = 0; i < fw->size; i++, image++) { in vxp_load_xilinx_binary()
191 snd_printdd(KERN_DEBUG "xilinx: dsp size received 0x%x, orig 0x%zx\n", c, fw->size); in vxp_load_xilinx_binary()
348 * data size must be aligned to 6 bytes to ensure the 24bit alignment on DSP.
/kernel/linux/linux-5.10/security/integrity/ima/
H A Dima_template.c364 int ima_restore_measurement_list(loff_t size, void *buf) in ima_restore_measurement_list() argument
383 if (!buf || size < sizeof(*khdr)) in ima_restore_measurement_list()
407 * ima kexec buffer prefix: version, buffer size, count in ima_restore_measurement_list()
409 * template-data-size, template-data in ima_restore_measurement_list()
/kernel/linux/linux-5.10/security/apparmor/
H A Dlib.c135 __counted char *aa_str_alloc(int size, gfp_t gfp) in aa_str_alloc() argument
139 str = kmalloc(sizeof(struct counted_str) + size, gfp); in aa_str_alloc()
199 * @str_size: size of the @str buffer
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dconf.c77 static void xfgets(char *str, int size, FILE *in) in xfgets() argument
79 if (!fgets(str, size, in)) in xfgets()
/kernel/linux/linux-5.10/security/tomoyo/
H A Dgc.c74 const size_t size = strlen(string) + 1; in tomoyo_name_used_by_io_buffer() local
87 if (w < string || w > string + size) in tomoyo_name_used_by_io_buffer()
/kernel/linux/linux-5.10/sound/core/
H A Dvmaster.c222 int op_flag, unsigned int size, in follower_tlv_cmd()
227 return follower->follower.tlv.c(&follower->follower, op_flag, size, tlv); in follower_tlv_cmd()
221 follower_tlv_cmd(struct snd_kcontrol *kcontrol, int op_flag, unsigned int size, unsigned int __user *tlv) follower_tlv_cmd() argument
/kernel/linux/linux-5.10/sound/soc/intel/atom/sst/
H A Dsst_stream.c49 str_info->alloc_param.ring_buf_info[0].size = in sst_alloc_stream_mrfld()
50 str_params->aparams.ring_buf_info[0].size; in sst_alloc_stream_mrfld()
/kernel/linux/linux-5.10/sound/soc/sof/intel/
H A Dhda.h80 /* DPIB entry size: 8 Bytes = 2 DWords */
396 __le32 size; member
566 int enable, u32 size);
/kernel/linux/linux-5.10/tools/bpf/resolve_btfids/
H A Dmain.c38 * set - store symbol size into first 4 bytes and sort following
248 static struct btf_id *add_symbol(struct rb_root *root, char *name, size_t size) in add_symbol() argument
252 id = get_id(name + size); in add_symbol()
361 pr_debug2("section(%d) %s, size %ld, link %d, flags %lx, type=%d\n", in elf_collect()
448 * in symbol's size, together with 'cnt' field hence in symbols_collect()

Completed in 48 milliseconds

1...<<1621162216231624162516261627162816291630>>...2058