Searched refs:con_work (Results 1 – 1 of 1) sorted by relevance
41 static void con_work(struct work_struct *);421 INIT_DELAYED_WORK(&con->work, con_work); in ceph_con_init()1937 static void con_work(struct work_struct *work) in con_work() function