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