Searched refs:upl (Results 1 – 2 of 2) sorted by relevance
263 struct upl { struct293 int upl_write_handoff(const struct upl *upl, ofnode root, bool skip_existing);302 int upl_create_handoff_tree(const struct upl *upl, oftree *treep);311 int upl_read_handoff(struct upl *upl, oftree tree);320 int upl_get_test_data(struct unit_test_state *uts, struct upl *upl);380 void upl_init(struct upl *upl);
33 struct upl;449 struct upl *upl; member545 #define gd_upl() gd->upl546 #define gd_set_upl(_val) gd->upl = (_val)
Completed in 7 milliseconds