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