privsize          930 drivers/net/ethernet/freescale/fs_enet/fs_enet-main.c 	int privsize, len, ret = -ENODEV;
privsize          984 drivers/net/ethernet/freescale/fs_enet/fs_enet-main.c 	privsize = sizeof(*fep) +
privsize          989 drivers/net/ethernet/freescale/fs_enet/fs_enet-main.c 	ndev = alloc_etherdev(privsize);
privsize          682 drivers/net/hamradio/hdlcdrv.c 				    unsigned int privsize, const char *ifname,
privsize          692 drivers/net/hamradio/hdlcdrv.c 	if (privsize < sizeof(struct hdlcdrv_state))
privsize          693 drivers/net/hamradio/hdlcdrv.c 		privsize = sizeof(struct hdlcdrv_state);
privsize          695 drivers/net/hamradio/hdlcdrv.c 	dev = alloc_netdev(privsize, ifname, NET_NAME_UNKNOWN, hdlcdrv_setup);
privsize          368 drivers/scsi/hosts.c struct Scsi_Host *scsi_host_alloc(struct scsi_host_template *sht, int privsize)
privsize          374 drivers/scsi/hosts.c 	if (sht->unchecked_isa_dma && privsize)
privsize          377 drivers/scsi/hosts.c 	shost = kzalloc(sizeof(struct Scsi_Host) + privsize, gfp_mask);
privsize           21 drivers/scsi/libfc/fc_npiv.c struct fc_lport *libfc_vport_create(struct fc_vport *vport, int privsize)
privsize           27 drivers/scsi/libfc/fc_npiv.c 	vn_port = libfc_host_alloc(shost->hostt, privsize);
privsize          340 drivers/thunderbolt/domain.c struct tb *tb_domain_alloc(struct tb_nhi *nhi, size_t privsize)
privsize          352 drivers/thunderbolt/domain.c 	tb = kzalloc(sizeof(*tb) + privsize, GFP_KERNEL);
privsize          488 drivers/thunderbolt/tb.h struct tb *tb_domain_alloc(struct tb_nhi *nhi, size_t privsize);
privsize          267 include/linux/hdlcdrv.h 				    unsigned int privsize, const char *ifname,
privsize           98 include/media/videobuf-core.h 	int			privsize;
privsize          361 include/net/netfilter/nf_tables.h 	u64				(*privsize)(const struct nlattr * const nla[],
privsize          902 include/scsi/libfc.h struct fc_lport *libfc_vport_create(struct fc_vport *, int privsize);
privsize         3708 net/netfilter/nf_tables_api.c 	if (ops->privsize != NULL)
privsize         3709 net/netfilter/nf_tables_api.c 		size = ops->privsize(nla, &desc);
privsize          299 net/netfilter/nft_set_bitmap.c 		.privsize	= nft_bitmap_privsize,
privsize          670 net/netfilter/nft_set_hash.c 		.privsize       = nft_rhash_privsize,
privsize          693 net/netfilter/nft_set_hash.c 		.privsize       = nft_hash_privsize,
privsize          713 net/netfilter/nft_set_hash.c 		.privsize       = nft_hash_privsize,
privsize          501 net/netfilter/nft_set_rbtree.c 		.privsize	= nft_rbtree_privsize,
privsize         1140 tools/perf/util/annotate.c 	size_t			 privsize;
privsize         1152 tools/perf/util/annotate.c 	void *ptr = (void *) al - al->privsize;
privsize         1171 tools/perf/util/annotate.c annotation_line__new(struct annotate_args *args, size_t privsize)
privsize         1175 tools/perf/util/annotate.c 	size_t size = privsize + sizeof(*al);
privsize         1185 tools/perf/util/annotate.c 		al = (void *) al + privsize;
privsize         1186 tools/perf/util/annotate.c 		al->privsize   = privsize;
privsize         1212 tools/perf/util/annotate.c 	size_t privsize = args->privsize + offsetof(struct disasm_line, al);
privsize         1214 tools/perf/util/annotate.c 	al = annotation_line__new(args, privsize);
privsize         2075 tools/perf/util/annotate.c 		     struct evsel *evsel, size_t privsize,
privsize         2081 tools/perf/util/annotate.c 		.privsize	= privsize,
privsize          141 tools/perf/util/annotate.h 	size_t			 privsize;
privsize          351 tools/perf/util/annotate.h 		     struct evsel *evsel, size_t privsize,