Searched refs:picl_obj_t (Results 1 – 2 of 2) sorted by relevance
145 static picl_obj_t *picl_root_obj = NULL;678 alloc_and_add_to_ptree(picl_obj_t *pobj) in alloc_and_add_to_ptree()690 lock_obj(int rw, picl_obj_t *nodep) in lock_obj()706 unlock_node(picl_obj_t *nodep) in unlock_node()718 lookup_and_lock_propnode(int rw, picl_prophdl_t proph, picl_obj_t **nodep, in lookup_and_lock_propnode()719 picl_obj_t **propp) in lookup_and_lock_propnode()721 picl_obj_t *pobj; in lookup_and_lock_propnode()722 picl_obj_t *nobj; in lookup_and_lock_propnode()755 lookup_and_lock_tablenode(int rw, picl_prophdl_t tblh, picl_obj_t **nodep, in lookup_and_lock_tablenode()756 picl_obj_t **tblobj) in lookup_and_lock_tablenode()[all …]
78 typedef struct picl_obj picl_obj_t; typedef115 picl_obj_t *nodep; /* prop's node or table */116 picl_obj_t *next_in_list;117 picl_obj_t *next_by_row;118 picl_obj_t *next_by_col;127 picl_obj_t *firstprop;129 picl_obj_t *parent; /* protected by ptree lock */130 picl_obj_t *child; /* protected by ptree lock */131 picl_obj_t *sibling; /* protected by ptree lock */