Searched refs:locs (Results 1 – 3 of 3) sorted by relevance
155 int16_t *locs; in cmpc_get_accel_v4() 172 locs = (int16_t *) obj->buffer.pointer; in cmpc_get_accel_v4() 173 *x = locs[0]; in cmpc_get_accel_v4() 174 *y = locs[1]; in cmpc_get_accel_v4() 175 *z = locs[2]; in cmpc_get_accel_v4() 538 unsigned char *locs; in cmpc_get_accel() 550 locs = obj->buffer.pointer; in cmpc_accel_handler() 551 *x = locs[0]; in cmpc_accel_handler() 552 *y = locs[1]; in cmpc_accel_handler() 553 *z = locs[ in cmpc_accel_handler() 156 int16_t *locs; cmpc_get_accel_v4() local 525 unsigned char *locs; cmpc_get_accel() local [all...]
326 int ceph_parse_crush_location(char *crush_location, struct rb_root *locs);328 void ceph_clear_crush_locs(struct rb_root *locs);331 struct rb_root *locs);
2930 int ceph_parse_crush_location(char *crush_location, struct rb_root *locs) in DEFINE_RB_FUNCS2()2963 if (!__insert_crush_loc(locs, loc)) { in DEFINE_RB_FUNCS2()2999 void ceph_clear_crush_locs(struct rb_root *locs) in ceph_clear_crush_locs() argument3001 while (!RB_EMPTY_ROOT(locs)) { in ceph_clear_crush_locs()3003 rb_entry(rb_first(locs), struct crush_loc_node, cl_node); in ceph_clear_crush_locs()3005 erase_crush_loc(locs, loc); in ceph_clear_crush_locs()3092 struct rb_root *locs) in ceph_get_crush_locality() argument3107 if (lookup_crush_loc(locs, &loc)) in ceph_get_crush_locality()