Searched refs:vec_size (Results 1 – 5 of 5) sorted by relevance
58 off_t vec_size; /* size of path */ member126 ctx->vec_size = stp->st_size; in vectx_open()241 (long)ctx->vec_hashed, (long)ctx->vec_size)); in vectx_read()309 if (ctx->vec_size < 0) { in vectx_lseek()320 if (ctx->vec_closing && ctx->vec_hashed < ctx->vec_size) { in vectx_lseek()323 (long)(ctx->vec_size - ctx->vec_hashed))); in vectx_lseek()326 off += ctx->vec_size; in vectx_lseek()333 (off > ctx->vec_size && ctx->vec_size > 0)) { in vectx_lseek()345 if (ctx->vec_hashed > ctx->vec_size / 5) in vectx_lseek()
128 * \param vec_size The number of elements in vec.132 unsigned int vec_size __unused) in xenbusb_otherend_watch_cb() 165 * \param vec_size The number of elements in vec.170 unsigned int vec_size __unused) in xenbusb_local_watch_cb()
136 u_int vec_size; member650 &msg->u.watch.vec_size); in xs_process_msg()1000 msg->u.watch.vec_size); in xenwatch_thread()
2283 u16 vec_size = hw->blk[blk].es.fvw * sizeof(struct ice_fv_word); in ice_prof_bld_es() 2297 vec_size - in ice_prof_bld_es() 2306 ice_memcpy(p->es, &hw->blk[blk].es.t[off], vec_size, in ice_prof_bld_es() 2282 u16 vec_size = hw->blk[blk].es.fvw * sizeof(struct ice_fv_word); ice_prof_bld_es() local
6653 uptr vec_size = ((length + page_size - 1) & (~(page_size - 1))) / page_size;6654 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, vec, vec_size);