Home
last modified time | relevance | path

Searched refs:hmdfs_async_work (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dsocket_adapter.h162 void hmdfs_wakeup_async_work(struct hmdfs_async_work *async_work);
167 void asw_put(struct hmdfs_async_work *asw);
168 static inline void asw_done(struct hmdfs_async_work *asw) in asw_done()
175 static inline void asw_get(struct hmdfs_async_work *asw) in asw_get()
Dsocket_adapter.c601 struct hmdfs_async_work *asw = NULL; in asw_release()
604 asw = (struct hmdfs_async_work *)container_of(kref, in asw_release()
612 void asw_put(struct hmdfs_async_work *asw) in asw_put()
619 struct hmdfs_async_work *async_work = in hmdfs_recv_page_work_fn()
620 container_of(ptr, struct hmdfs_async_work, d_work.work); in hmdfs_recv_page_work_fn()
634 struct hmdfs_async_work *async_work = NULL; in hmdfs_sendpage_request()
1107 void hmdfs_wakeup_async_work(struct hmdfs_async_work *async_work) in hmdfs_wakeup_async_work()
Dconnection.h84 struct hmdfs_async_work { struct
Dtransport.c222 struct hmdfs_async_work *async_work = NULL; in tcp_recvpage_tls()
237 async_work = (struct hmdfs_async_work *)hmdfs_find_msg_head(node, in tcp_recvpage_tls()
/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_client.h108 struct hmdfs_async_work *async_work);
Dhmdfs_client.c390 struct hmdfs_async_work *async_work) in hmdfs_client_recv_readpage()
1067 (struct hmdfs_async_work *)head); in hmdfs_client_offline_notify()
1069 asw_put((struct hmdfs_async_work *)head); in hmdfs_client_offline_notify()