Searched refs:word (Results 1 – 8 of 8) sorted by relevance
/spdk/lib/ftl/utils/ |
H A D | ftl_bitmap.c | 95 bitmap_word *word; in ftl_bitmap_get() local 98 locate_bit(bitmap, bit, &word, &word_bit_idx); in ftl_bitmap_get() 100 return *word & (1UL << word_bit_idx); in ftl_bitmap_get() 106 bitmap_word *word; in ftl_bitmap_set() local 109 locate_bit(bitmap, bit, &word, &word_bit_idx); in ftl_bitmap_set() 111 *word |= (1UL << word_bit_idx); in ftl_bitmap_set() 117 bitmap_word *word; in ftl_bitmap_clear() local 120 locate_bit(bitmap, bit, &word, &word_bit_idx); in ftl_bitmap_clear() 122 *word &= ~(1UL << word_bit_idx); in ftl_bitmap_clear() 130 bitmap_word word; in ftl_bitmap_find_first() local [all …]
|
/spdk/scripts/bash-completion/ |
H A D | spdk | 15 # Fetch all the positional parameters, i.e. get first word prefixed 76 local word=$1 78 [[ -n $word && -n ${rpc_methods["$word"]} ]] 82 for word in "${words[@]}"; do 83 if _is_rpc_method "$word"; then 84 echo "$word" 96 local word 97 for ((word = 0; word < [all...] |
/spdk/test/unit/lib/blob/blob.c/ |
H A D | esnap_dev.c | 165 union ut_word word; in ut_esnap_read() local 172 SPDK_CU_ASSERT_FATAL(sizeof(word) == 8); in ut_esnap_read() 175 word.f.blob_id = ut_dev->blob_id & 0xffffffff; in ut_esnap_read() 177 word.f.lba = lba + cur; in ut_esnap_read() 178 ut_memset8(payload + cur * block_size, word.num, block_size); in ut_esnap_read()
|
H A D | blob_ut.c | 8529 union ut_word word; in blob_esnap_thread_add_remove() 8531 word.f.blob_id = 0xfedcba90; in blob_esnap_thread_add_remove() 8532 word.f.lba = block; in blob_esnap_thread_add_remove() 8533 ut_memset8(buf, word.num, bs_blksz); in blob_esnap_thread_add_remove() 8550 CU_ASSERT(ut_esnap_content_is_correct(buf, bs_blksz, word.f.blob_id, in blob_esnap_thread_add_remove() 8561 CU_ASSERT(ut_esnap_content_is_correct(buf, bs_blksz, word.f.blob_id, in blob_esnap_thread_add_remove() 9474 union ut_word word; in blob_shallow_copy() 9475 word.f.blob_id = 0xfedcba90; in blob_shallow_copy() 9476 word.f.lba = block; in blob_shallow_copy() 9477 ut_memset8(buf, word in blob_shallow_copy() 8359 union ut_word word; blob_esnap_io_size() local 9304 union ut_word word; blob_esnap_clone_resize() local [all...] |
/spdk/lib/util/ |
H A D | bit_array.c | 196 spdk_bit_array_word word, first_word_mask; in bit_array_find_first() local 214 word = (*cur_word ^ xor_mask) & ~first_word_mask; in bit_array_find_first() 220 while (word == 0) { in bit_array_find_first() 221 word = *++cur_word ^ xor_mask; in bit_array_find_first() 224 return ((uintptr_t)cur_word - (uintptr_t)words) * 8 + SPDK_BIT_ARRAY_WORD_TZCNT(word); in bit_array_find_first()
|
/spdk/test/external_code/ |
H A D | Makefile | 6 rootdir = $(shell dirname $(shell realpath $(word 1,$(MAKEFILE_LIST))))/../..
|
/spdk/doc/ |
H A D | stylesheet.css | 127 word-wrap: break-word; 151 word-wrap: break-word; /* IE 5.5+ */
|
/spdk/test/accel/ |
H A D | bib | 978 %T On sampling from a lognormal model of word-frequency distribution 2038 %T From word processing to image processing in office systems 2091 %T In which `monster' curves force redefinition of the word `curve' 2369 %T Prose comprehension beyond the word 4137 %T The temporal organization of speech and the process of spoken-word recognition 5279 %T The visible word
|