Lines Matching refs:size
80 size_t size) in prepare_reply() argument
88 skb = genlmsg_new(size, GFP_KERNEL); in prepare_reply()
389 size_t size; in cgroupstats_user_cmd() local
403 size = nla_total_size(sizeof(struct cgroupstats)); in cgroupstats_user_cmd()
406 size); in cgroupstats_user_cmd()
433 size_t size; in taskstats_user_cmd() local
461 size = nla_total_size(sizeof(u32)) + in taskstats_user_cmd()
464 rc = prepare_reply(info, TASKSTATS_CMD_NEW, &rep_skb, size); in taskstats_user_cmd()
527 size_t size; in taskstats_exit() local
536 size = nla_total_size(sizeof(u32)) + in taskstats_exit()
542 size = 2 * size; in taskstats_exit()
551 rc = prepare_reply(NULL, TASKSTATS_CMD_NEW, &rep_skb, size); in taskstats_exit()