Searched refs:prepare_reply (Results 1 – 1 of 1) sorted by relevance
/kernel/ |
D | taskstats.c | 69 static int prepare_reply(struct genl_info *info, u8 cmd, struct sk_buff **skbp, in prepare_reply() function 410 rc = prepare_reply(info, CGROUPSTATS_CMD_NEW, &rep_skb, in cgroupstats_user_cmd() 492 rc = prepare_reply(info, TASKSTATS_CMD_NEW, &rep_skb, size); in cmd_attr_pid() 521 rc = prepare_reply(info, TASKSTATS_CMD_NEW, &rep_skb, size); in cmd_attr_tgid() 616 rc = prepare_reply(NULL, TASKSTATS_CMD_NEW, &rep_skb, size); in taskstats_exit()
|