Searched refs:ary (Results 1 – 3 of 3) sorted by relevance
88 struct rpcrdma_write_array *ary = in decode_write_list() local92 if (ary->wc_discrim == xdr_zero) in decode_write_list()93 return &ary->wc_nchunks; in decode_write_list()95 if ((unsigned long)ary + sizeof(struct rpcrdma_write_array) > in decode_write_list()97 dprintk("svcrdma: ary=%p, vaend=%p\n", ary, vaend); in decode_write_list()100 nchunks = be32_to_cpu(ary->wc_nchunks); in decode_write_list()102 start = (unsigned long)&ary->wc_array[0]; in decode_write_list()108 ary, nchunks, vaend); in decode_write_list()115 return &ary->wc_array[nchunks].wc_target.rs_length; in decode_write_list()122 struct rpcrdma_write_array *ary = in decode_reply_array() local[all …]
73 idp->id_free = p->ary[0]; in get_from_free_list()75 p->ary[0] = NULL; in get_from_free_list()121 __this_cpu_write(idr_preload_head, new->ary[0]); in idr_layer_alloc()123 new->ary[0] = NULL; in idr_layer_alloc()155 p->ary[0] = idp->id_free; in __move_to_free_list()272 if (!p->ary[m]) { in sub_alloc()278 rcu_assign_pointer(p->ary[m], new); in sub_alloc()282 p = p->ary[m]; in sub_alloc()329 p = p->ary[0]; in idr_get_empty_slot()330 new->ary[0] = NULL; in idr_get_empty_slot()[all …]
33 struct idr_layer __rcu *ary[1<<IDR_BITS]; member120 return rcu_dereference_raw(hint->ary[id & IDR_MASK]); in idr_find()