Searched refs:lcs_reply (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | lcs.c | 757 lcs_get_reply(struct lcs_reply *reply) in lcs_get_reply() 763 lcs_put_reply(struct lcs_reply *reply) in lcs_put_reply() 769 static struct lcs_reply * 772 struct lcs_reply *reply; in lcs_alloc_reply() 776 reply = kzalloc(sizeof(struct lcs_reply), GFP_ATOMIC); in lcs_alloc_reply() 795 struct lcs_reply *reply; in lcs_notify_lancmd_waiters() 800 reply = list_entry(l, struct lcs_reply, list); in lcs_notify_lancmd_waiters() 822 struct lcs_reply *reply = from_timer(reply, t, timer); in lcs_lancmd_timeout() 823 struct lcs_reply *list_reply, *r; in lcs_lancmd_timeout() 848 struct lcs_reply *repl in lcs_send_lancmd() [all...] |
H A D | lcs.h | 272 struct lcs_reply { struct
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | lcs.c | 753 lcs_get_reply(struct lcs_reply *reply) in lcs_get_reply() 759 lcs_put_reply(struct lcs_reply *reply) in lcs_put_reply() 765 static struct lcs_reply * 768 struct lcs_reply *reply; in lcs_alloc_reply() 772 reply = kzalloc(sizeof(struct lcs_reply), GFP_ATOMIC); in lcs_alloc_reply() 791 struct lcs_reply *reply; in lcs_notify_lancmd_waiters() 796 reply = list_entry(l, struct lcs_reply, list); in lcs_notify_lancmd_waiters() 818 struct lcs_reply *reply = from_timer(reply, t, timer); in lcs_lancmd_timeout() 819 struct lcs_reply *list_reply, *r; in lcs_lancmd_timeout() 844 struct lcs_reply *repl in lcs_send_lancmd() [all...] |
H A D | lcs.h | 272 struct lcs_reply { struct
|
Completed in 6 milliseconds