Searched refs:prepare_reply (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/kernel/ |
D | taskstats.c | 66 static int prepare_reply(struct genl_info *info, u8 cmd, struct sk_buff **skbp, in prepare_reply() function 427 rc = prepare_reply(info, CGROUPSTATS_CMD_NEW, &rep_skb, in cgroupstats_user_cmd() 509 rc = prepare_reply(info, TASKSTATS_CMD_NEW, &rep_skb, size); in cmd_attr_pid() 538 rc = prepare_reply(info, TASKSTATS_CMD_NEW, &rep_skb, size); in cmd_attr_tgid() 633 rc = prepare_reply(NULL, TASKSTATS_CMD_NEW, &rep_skb, size); in taskstats_exit()
|