Searched defs:on_list (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/lustre/lustre/osc/
H A Dosc_cache.c1664 static void on_list(struct list_head *item, struct list_head *list, int should_be_on) function
1678 on_list(&osc->oo_ready_item, &cli->cl_loi_ready_list, 0);
1679 on_list(&osc->oo_hp_ready_item, &cli->cl_loi_hp_ready_list, 1);
1681 on_list(&osc->oo_hp_ready_item, &cli->cl_loi_hp_ready_list, 0);
1682 on_list(&osc->oo_ready_item, &cli->cl_loi_ready_list,
1687 on_list(&osc->oo_write_item, &cli->cl_loi_write_list,
1690 on_list(&osc->oo_read_item, &cli->cl_loi_read_list,
/drivers/usb/dwc2/
H A Dgadget.c2636 * on_list - check request is on the given endpoint
2640 static bool on_list(struct s3c_hsotg_ep *ep, struct s3c_hsotg_req *test) function
2668 if (!on_list(hs_ep, hs_req)) {

Completed in 82 milliseconds