Home
last modified time | relevance | path

Searched refs:handle_base (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlustre_handles.c48 static __u64 handle_base; variable
77 handle_base += HANDLE_INCR; in class_handle_hash()
79 if (unlikely(handle_base == 0)) { in class_handle_hash()
86 handle_base += HANDLE_INCR; in class_handle_hash()
88 h->h_cookie = handle_base; in class_handle_hash()
217 cfs_get_random_bytes(&handle_base, sizeof(handle_base)); in class_handle_init()
218 LASSERT(handle_base != 0ULL); in class_handle_init()
/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_main.h616 struct async_pdu_handle *handle_base; member
632 struct async_pdu_handle *handle_base; member
Dbe_main.c3011 pasync_ctx->async_header.handle_base = in hwi_init_async_pdu_ctx()
3044 pasync_ctx->async_data.handle_base = in hwi_init_async_pdu_ctx()
3051 pasync_ctx->async_header.handle_base; in hwi_init_async_pdu_ctx()
3054 pasync_ctx->async_data.handle_base; in hwi_init_async_pdu_ctx()