/third_party/node/deps/v8/third_party/inspector_protocol/ |
H A D | pdl.py | 19 def assignType(item, type, is_array=False, map_binary_to_string=False): 21 item['type'] = 'array' 22 item['items'] = collections.OrderedDict() 23 assignType(item['items'], type, False, map_binary_to_string) 30 if 'description' in item: 31 item['description'] = (item['description'] + 34 item['type'] = type 36 item['$ref'] = type 58 item [all...] |
/third_party/cJSON/tests/ |
H A D | parse_with_opts.c | 30 cJSON *item = NULL; in parse_with_opts_should_handle_null() local 32 item = cJSON_ParseWithOpts("{}", NULL, false); in parse_with_opts_should_handle_null() 33 TEST_ASSERT_NOT_NULL_MESSAGE(item, "Failed to handle NULL error pointer."); in parse_with_opts_should_handle_null() 34 cJSON_Delete(item); in parse_with_opts_should_handle_null() 64 cJSON *item = cJSON_ParseWithOpts("{}", NULL, true); in parse_with_opts_should_require_null_if_requested() local 65 TEST_ASSERT_NOT_NULL(item); in parse_with_opts_should_require_null_if_requested() 66 cJSON_Delete(item); in parse_with_opts_should_require_null_if_requested() 67 item = cJSON_ParseWithOpts("{} \n", NULL, true); in parse_with_opts_should_require_null_if_requested() 68 TEST_ASSERT_NOT_NULL(item); in parse_with_opts_should_require_null_if_requested() 69 cJSON_Delete(item); in parse_with_opts_should_require_null_if_requested() 78 cJSON *item = cJSON_ParseWithOpts(json, &parse_end, false); parse_with_opts_should_return_parse_end() local [all...] |
/third_party/cJSON/ |
H A D | cJSON.h | 116 /* An array or object item will have a child pointer pointing to a chain of the items in the array/object. */ 119 /* The type of the item, as above. */ 122 /* The item's string, if type==cJSON_String and type == cJSON_Raw */ 131 /* The item's number, if type==cJSON_Number */ 134 /* The item's name string, if this item is the child of, or is in the list of subitems of an object. */ 169 CJSON_PUBLIC(char *) cJSON_Print(const cJSON *item); variable 171 CJSON_PUBLIC(char *) cJSON_PrintUnformatted(const cJSON *item); variable 173 CJSON_PUBLIC(char *) cJSON_PrintBuffered(const cJSON *item, int prebuffer, cJSON_bool fmt); 176 CJSON_PUBLIC(cJSON_bool) cJSON_PrintPreallocated(cJSON *item, cha 178 CJSON_PUBLIC(void) cJSON_Delete(cJSON *item); global() variable 192 CJSON_PUBLIC(char *) cJSON_GetStringValue(const cJSON * const item); global() variable 194 CJSON_PUBLIC(long long *) cJSON_GetInt64NumberValue(cJSON * const item); global() variable 196 CJSON_PUBLIC(double) cJSON_GetNumberValue(const cJSON * const item); global() variable 199 CJSON_PUBLIC(cJSON_bool) cJSON_IsInvalid(const cJSON * const item); global() variable 200 CJSON_PUBLIC(cJSON_bool) cJSON_IsFalse(const cJSON * const item); global() variable 201 CJSON_PUBLIC(cJSON_bool) cJSON_IsTrue(const cJSON * const item); global() variable 202 CJSON_PUBLIC(cJSON_bool) cJSON_IsBool(const cJSON * const item); global() variable 203 CJSON_PUBLIC(cJSON_bool) cJSON_IsNull(const cJSON * const item); global() variable 205 CJSON_PUBLIC(cJSON_bool) cJSON_IsInt64Number(const cJSON * const item); global() variable 207 CJSON_PUBLIC(cJSON_bool) cJSON_IsNumber(const cJSON * const item); global() variable 208 CJSON_PUBLIC(cJSON_bool) cJSON_IsString(const cJSON * const item); global() variable 209 CJSON_PUBLIC(cJSON_bool) cJSON_IsArray(const cJSON * const item); global() variable 210 CJSON_PUBLIC(cJSON_bool) cJSON_IsObject(const cJSON * const item); global() variable 211 CJSON_PUBLIC(cJSON_bool) cJSON_IsRaw(const cJSON * const item); global() variable [all...] |
/drivers/peripheral/input/ddk_service/src/emit_event_manager/ |
H A D | virtual_device.cpp | 127 for (const auto &item : GetEventTypes()) { in SetAttribute() 128 if (!DoIoctl(fd_, UI_SET_EVBIT, item)) { in SetAttribute() 129 HDF_LOGE("%{public}s Error setting event type:%{public}u", __func__, item); in SetAttribute() 133 for (const auto &item : GetKeys()) { in SetAttribute() 134 if (!DoIoctl(fd_, UI_SET_KEYBIT, item)) { in SetAttribute() 135 HDF_LOGE("%{public}s Error setting key:%{public}u", __func__, item); in SetAttribute() 139 for (const auto &item : GetProperties()) { in SetAttribute() 140 if (!DoIoctl(fd_, UI_SET_PROPBIT, item)) { in SetAttribute() 141 HDF_LOGE("%{public}s Error setting property:%{public}u", __func__, item); in SetAttribute() 145 for (const auto &item in SetAttribute() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | instanceofWithStructurallyIdenticalTypes.js | 4 class C1 { item: string } 5 class C2 { item: string[] } 6 class C3 { item: string } 10 return x.item; 13 return x.item[0]; 16 return x.item; 27 return x.item; 30 return x.item[0]; 33 return x.item; 107 return x.item;
[all...] |
/third_party/protobuf/js/experimental/runtime/kernel/ |
H A D | message_set.js | 43 for (const item of kernel.getRepeatedGroupIterable( 45 itemMap.set(item.getTypeId(), item); 109 const item = this.itemMap_.get(typeId); 110 return item ? item.getMessageOrNull(instanceCreator, pivot) : null; 121 let item = this.itemMap_.get(typeId); 122 if (item) { 123 return item.getMessageAttach(instanceCreator, pivot); 136 const item [all...] |
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/ |
H A D | dmetadata_processor.cpp | 73 allResultSet_.insert((MetaType)(itemEntry->item)); in InitDCameraAbility() 239 camera_metadata_item_t item; in InitOutputAbilityWithoutMode() local 241 OHOS_ABILITY_STREAM_AVAILABLE_EXTEND_CONFIGURATIONS, &item); in InitOutputAbilityWithoutMode() 242 if (ret == CAM_META_SUCCESS && item.count != 0) { in InitOutputAbilityWithoutMode() 287 camera_metadata_item_t item; in InitDCameraOutputAbilityKeys() local 289 OHOS_ABILITY_STREAM_AVAILABLE_EXTEND_CONFIGURATIONS, &item); in InitDCameraOutputAbilityKeys() 290 if (ret == CAM_META_SUCCESS && item.count != 0) { in InitDCameraOutputAbilityKeys() 404 camera_metadata_item_t item; in AddAbilityEntry() local 405 int ret = OHOS::Camera::FindCameraMetadataItem(dCameraAbility_->get(), tag, &item); in AddAbilityEntry() 422 camera_metadata_item_t item; in UpdateAbilityEntry() local 561 camera_metadata_item_t item; UpdateOnChanged() local 681 GetMetadataItemData(const camera_metadata_item_t &item) GetMetadataItemData() argument 756 cJSON *item = cJSON_GetArrayItem(formatObj, i); GetNodeSupportedResolution() local 837 cJSON *item = cJSON_GetArrayItem(formatObj, i); ParsePhotoFormats() local 863 cJSON *item = cJSON_GetArrayItem(formatObj, i); ParsePreviewFormats() local 888 cJSON *item = cJSON_GetArrayItem(formatObj, i); ParseVideoFormats() local 906 camera_metadata_item_t item; PrintDCameraMetadata() local [all...] |
/test/ostest/wukong/common/src/ |
H A D | multimode_manager.cpp | 50 MMI::KeyEvent::KeyItem item; in SingleKeyCodeInput() local 51 item.SetKeyCode(keycode); in SingleKeyCodeInput() 52 item.SetPressed(true); in SingleKeyCodeInput() 53 item.SetDownTime(downtime); in SingleKeyCodeInput() 56 keyKeyboardEvent->AddPressedKeyItems(item); in SingleKeyCodeInput() 64 keyKeyboardEvent->RemoveReleasedKeyItems(item); in SingleKeyCodeInput() 65 item.SetKeyCode(keycode); in SingleKeyCodeInput() 66 item.SetPressed(false); in SingleKeyCodeInput() 67 item.SetDownTime(downtime); in SingleKeyCodeInput() 70 keyKeyboardEvent->AddPressedKeyItems(item); in SingleKeyCodeInput() 112 MMI::PointerEvent::PointerItem item; PointerInput() local [all...] |
/third_party/libwebsockets/lib/system/ |
H A D | system.c | 159 struct lws_attach_item *item; in __lws_system_attach() local 166 item = lws_zalloc(sizeof(*item), __func__); in __lws_system_attach() 167 if (!item) in __lws_system_attach() 170 item->cb = cb; in __lws_system_attach() 171 item->opaque = opaque; in __lws_system_attach() 172 item->state = state; in __lws_system_attach() 174 lws_dll2_add_head(&item->list, &pt->attach_owner); in __lws_system_attach() 192 item = lws_container_of(d, lws_attach_item_t, list); in __lws_system_attach() 194 if (pt->context->mgr_system.state >= (int)item in __lws_system_attach() 222 struct lws_attach_item *item; lws_system_do_attach() local [all...] |
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 64 =item B<new> I<%options> 72 =item B<< from => FILENAME >> 87 loaded_maxnum => 0, # Highest allocated item number when loading 89 maxassigned => 0, # Current highest assigned item number 90 maxnum => 0, # Current highest allocated item number 105 =item B<< $ordinals->load FILENAME >> 133 my $item = OpenSSL::Ordinals::Item->new(source => $filename, from => $_); 135 my $num = $item->number(); 148 $item->intnum($num); 149 push @{$tmp_contents[$num]}, $item; [all...] |
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 64 =item B<new> I<%options> 72 =item B<< from => FILENAME >> 87 loaded_maxnum => 0, # Highest allocated item number when loading 89 maxassigned => 0, # Current highest assigned item number 90 maxnum => 0, # Current highest allocated item number 105 =item B<< $ordinals->load FILENAME >> 133 my $item = OpenSSL::Ordinals::Item->new(source => $filename, from => $_); 135 my $num = $item->number(); 148 $item->intnum($num); 149 push @{$tmp_contents[$num]}, $item; [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_stack.c | 150 StackItem *item = &s->items[i]; in process_slice() local 153 av_image_copy_plane(out->data[p] + out->linesize[p] * item->y[p] + item->x[p], in process_slice() 157 item->linesize[p], item->height[p]); in process_slice() 212 StackItem *item = &s->items[i]; in config_output() local 219 if ((ret = av_image_fill_linesizes(item->linesize, inlink->format, inlink->w)) < 0) { in config_output() 223 item->height[1] = item->height[2] = AV_CEIL_RSHIFT(inlink->h, s->desc->log2_chroma_h); in config_output() 224 item in config_output() 236 StackItem *item = &s->items[i]; config_output() local 269 StackItem *item = &s->items[k]; config_output() local 313 StackItem *item = &s->items[i]; config_output() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/hungtask/ |
H A D | hungtask_base.c | 191 struct task_item *item = NULL; in refresh_task_type() local 196 item = rb_entry(p, struct task_item, node); in refresh_task_type() 197 if (item->tgid == pid) in refresh_task_type() 198 item->task_type = task_type; in refresh_task_type() 248 static bool insert_task(struct task_item *item, struct rb_root *root) in insert_task() argument 260 if (item->pid < cur->pid) { in insert_task() 262 } else if (item->pid > cur->pid) { in insert_task() 266 item->pid, item->tgid, in insert_task() 267 item in insert_task() 447 remove_list_tasks(struct task_item *item) remove_list_tasks() argument 453 shrink_process_item(struct task_item *item, bool *is_finish) shrink_process_item() argument 473 struct task_item *item = NULL; shrink_list_tasks() local 577 dump_task_wa(struct task_item *item, int dump_cnt, struct task_struct *task, unsigned int flag) dump_task_wa() argument 613 update_panic_task(struct task_item *item) update_panic_task() argument 624 deal_task(struct task_item *item, struct task_struct *task, bool is_called) deal_task() argument 745 struct task_item *item = rb_entry(n, struct task_item, node); htbase_post_process() local [all...] |
/kernel/linux/linux-6.6/drivers/staging/hungtask/ |
H A D | hungtask_base.c | 191 struct task_item *item = NULL; in refresh_task_type() local 196 item = rb_entry(p, struct task_item, node); in refresh_task_type() 197 if (item->tgid == pid) in refresh_task_type() 198 item->task_type = task_type; in refresh_task_type() 248 static bool insert_task(struct task_item *item, struct rb_root *root) in insert_task() argument 260 if (item->pid < cur->pid) { in insert_task() 262 } else if (item->pid > cur->pid) { in insert_task() 266 item->pid, item->tgid, in insert_task() 267 item in insert_task() 447 remove_list_tasks(struct task_item *item) remove_list_tasks() argument 453 shrink_process_item(struct task_item *item, bool *is_finish) shrink_process_item() argument 473 struct task_item *item = NULL; shrink_list_tasks() local 577 dump_task_wa(struct task_item *item, int dump_cnt, struct task_struct *task, unsigned int flag) dump_task_wa() argument 613 update_panic_task(struct task_item *item) update_panic_task() argument 624 deal_task(struct task_item *item, struct task_struct *task, bool is_called) deal_task() argument 745 struct task_item *item = rb_entry(n, struct task_item, node); htbase_post_process() local [all...] |
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | u_ether_configfs.h | 17 static void _f_##_attr_release(struct config_item *item) \ 19 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \ 29 static ssize_t _f_##_opts_dev_addr_show(struct config_item *item, \ 32 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \ 42 static ssize_t _f_##_opts_dev_addr_store(struct config_item *item, \ 45 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \ 64 static ssize_t _f_##_opts_host_addr_show(struct config_item *item, \ 67 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \ 77 static ssize_t _f_##_opts_host_addr_store(struct config_item *item, \ 80 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \ [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | config.c | 549 struct perf_config_item *item; in find_config_item() local 551 list_for_each_entry(item, §ion->items, node) in find_config_item() 552 if (!strcmp(item->name, name)) in find_config_item() 553 return item; in find_config_item() 581 struct perf_config_item *item = zalloc(sizeof(*item)); in add_config_item() local 583 if (!item) in add_config_item() 586 item->name = strdup(name); in add_config_item() 587 if (!item->name) { in add_config_item() 589 free(item); in add_config_item() 597 set_value(struct perf_config_item *item, const char *value) set_value() argument 616 struct perf_config_item *item = NULL; collect_config() local 754 struct perf_config_item *item; perf_config() local 793 perf_config_item__delete(struct perf_config_item *item) perf_config_item__delete() argument 802 struct perf_config_item *item, *tmp; perf_config_section__purge() local [all...] |
/third_party/lzma/CPP/Common/ |
H A D | MyVector.h | 214 unsigned Add(const T item)
in Add() argument 219 _items[size] = item;
in Add() 224 unsigned Add2(const T &item)
229 _items[size] = item;
234 unsigned AddInReserved(const T item)
in AddInReserved() argument 238 _items[size] = item;
in AddInReserved() 242 void Insert(unsigned index, const T item)
in Insert() argument 246 _items[index] = item;
in Insert() 250 void InsertInReserved(unsigned index, const T item)
in InsertInReserved() argument 253 _items[index] = item;
in InsertInReserved() 285 FindInSorted(const T item, unsigned left, unsigned right) const FindInSorted() argument 302 FindInSorted2(const T &item, unsigned left, unsigned right) const FindInSorted2() argument 330 AddToUniqueSorted(const T item) AddToUniqueSorted() argument 349 AddToUniqueSorted2(const T &item) AddToUniqueSorted2() argument 513 Add(const T& item) Add() argument 519 AddInReserved(const T& item) AddInReserved() argument 554 Insert(unsigned index, const T& item) Insert() argument 654 AddToUniqueSorted(const T& item) AddToUniqueSorted() argument [all...] |
/test/testfwk/developer_test/src/core/command/ |
H A D | parameter.py | 36 for item in level_list:
37 item = item.strip(" ")
38 if not item.isdigit():
43 if item not in level_key_list:
50 for item in level_list:
51 item = item.strip(" ")
52 test_level_string = f"{test_level_string}{item},"
62 for item i [all...] |
/third_party/curl/lib/ |
H A D | slist.c | 38 struct curl_slist *item; in slist_get_last() local 44 /* loop through to find the last item */ in slist_get_last() 45 item = list; in slist_get_last() 46 while(item->next) { in slist_get_last() 47 item = item->next; in slist_get_last() 49 return item; in slist_get_last() 75 /* if this is the first item, then new_item *is* the list */ in Curl_slist_append_nodup() 134 struct curl_slist *item; in curl_slist_free_all() local 139 item in curl_slist_free_all() [all...] |
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | generator-function.js | 48 var item = iterator.next(); variable 49 assert(item.value === 1); 50 assert(item.done === false); 52 item = iterator.next(); 53 assert(item.value === 2); 54 assert(item.done === false); 56 item = iterator.next(); 57 assert(item.value === 3); 58 assert(item.done === false); 60 item [all...] |
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBTMXImporter.java | 94 Element tu_elem = (Element)tu_list.item(i); in importDoc() 103 Element prop_elem = (Element)prop_list.item(j); in importDoc() 110 Text text_elem = (Text)text_list.item(0); in importDoc() 119 Element tuv_elem = (Element)tuv_list.item(j); in importDoc() 133 Element seg_elem = (Element)seg_list.item(0); in importDoc() 138 Text text_elem = (Text)text_list.item(0); in importDoc() 142 // Create the bundle item in importDoc() 143 BundleItem item = new BundleItem(null, name, value); in importDoc() 145 item.setCreatedDate(tuv_elem.getAttribute("creationdate")); in importDoc() 146 item in importDoc() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_debug_flush.c | 144 debug_flush_item_destroy(struct debug_flush_item *item) in debug_flush_item_destroy() argument 146 debug_flush_buf_reference(&item->fbuf, NULL); in debug_flush_item_destroy() 148 FREE(item->ref_frame); in debug_flush_item_destroy() 150 FREE(item); in debug_flush_item_destroy() 252 struct debug_flush_item *item = in debug_flush_map() local 255 if (item && fctx->catch_map_of_referenced) { in debug_flush_map() 258 debug_flush_alert(NULL, "Reference", 0, item->bt_depth, in debug_flush_map() 259 FALSE, FALSE, item->ref_frame); in debug_flush_map() 304 struct debug_flush_item *item; in debug_flush_cb_reference() local 309 item in debug_flush_cb_reference() 342 struct debug_flush_item *item = debug_flush_might_flush_cb() local 383 struct debug_flush_item *item = debug_flush_flush_cb() local [all...] |
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_fabric_configfs.c | 153 static struct se_lun_acl *item_to_lun_acl(struct config_item *item) in item_to_lun_acl() argument 155 return container_of(to_config_group(item), struct se_lun_acl, in item_to_lun_acl() 160 struct config_item *item, char *page) in target_fabric_mappedlun_write_protect_show() 162 struct se_lun_acl *lacl = item_to_lun_acl(item); in target_fabric_mappedlun_write_protect_show() 178 struct config_item *item, const char *page, size_t count) in target_fabric_mappedlun_write_protect_store() 180 struct se_lun_acl *lacl = item_to_lun_acl(item); in target_fabric_mappedlun_write_protect_store() 212 static void target_fabric_mappedlun_release(struct config_item *item) in target_fabric_mappedlun_release() argument 214 struct se_lun_acl *lacl = container_of(to_config_group(item), in target_fabric_mappedlun_release() 243 struct config_item *item) in target_core_mappedlun_stat_rmdir() 327 struct config_item *item) in target_fabric_drop_mappedlun() 159 target_fabric_mappedlun_write_protect_show( struct config_item *item, char *page) target_fabric_mappedlun_write_protect_show() argument 177 target_fabric_mappedlun_write_protect_store( struct config_item *item, const char *page, size_t count) target_fabric_mappedlun_write_protect_store() argument 241 target_core_mappedlun_stat_rmdir( struct config_group *group, struct config_item *item) target_core_mappedlun_stat_rmdir() argument 325 target_fabric_drop_mappedlun( struct config_group *group, struct config_item *item) target_fabric_drop_mappedlun() argument 338 target_fabric_nacl_base_release(struct config_item *item) target_fabric_nacl_base_release() argument 420 target_fabric_drop_nodeacl( struct config_group *group, struct config_item *item) target_fabric_drop_nodeacl() argument 446 target_fabric_np_base_release(struct config_item *item) target_fabric_np_base_release() argument 491 target_fabric_drop_np( struct config_group *group, struct config_item *item) target_fabric_drop_np() argument 512 item_to_lun(struct config_item *item) item_to_lun() argument 518 target_fabric_port_alua_tg_pt_gp_show(struct config_item *item, char *page) target_fabric_port_alua_tg_pt_gp_show() argument 529 target_fabric_port_alua_tg_pt_gp_store(struct config_item *item, const char *page, size_t count) target_fabric_port_alua_tg_pt_gp_store() argument 540 target_fabric_port_alua_tg_pt_offline_show( struct config_item *item, char *page) target_fabric_port_alua_tg_pt_offline_show() argument 551 target_fabric_port_alua_tg_pt_offline_store( struct config_item *item, const char *page, size_t count) target_fabric_port_alua_tg_pt_offline_store() argument 562 target_fabric_port_alua_tg_pt_status_show( struct config_item *item, char *page) target_fabric_port_alua_tg_pt_status_show() argument 573 target_fabric_port_alua_tg_pt_status_store( struct config_item *item, const char *page, size_t count) target_fabric_port_alua_tg_pt_status_store() argument 584 target_fabric_port_alua_tg_pt_write_md_show( struct config_item *item, char *page) target_fabric_port_alua_tg_pt_write_md_show() argument 595 target_fabric_port_alua_tg_pt_write_md_store( struct config_item *item, const char *page, size_t count) target_fabric_port_alua_tg_pt_write_md_store() argument 694 target_fabric_port_release(struct config_item *item) target_fabric_port_release() argument 721 target_core_port_stat_rmdir( struct config_group *group, struct config_item *item) target_core_port_stat_rmdir() argument 776 target_fabric_drop_lun( struct config_group *group, struct config_item *item) target_fabric_drop_lun() argument 804 target_fabric_tpg_release(struct config_item *item) target_fabric_tpg_release() argument 877 target_fabric_drop_tpg( struct config_group *group, struct config_item *item) target_fabric_drop_tpg() argument 888 target_fabric_release_wwn(struct config_item *item) target_fabric_release_wwn() argument 953 target_fabric_drop_wwn( struct config_group *group, struct config_item *item) target_fabric_drop_wwn() argument [all...] |
/third_party/node/lib/internal/ |
H A D | timers.js | 273 // Appends an item to the end of the linked list, adjusting the current tail's 274 // next pointer and the item's previous pointer where applicable 275 append(item) { 277 this.tail._idleNext = item; 278 item._idlePrev = this.tail; 280 this.head = item; 282 this.tail = item; 285 // Removes an item from the linked list, adjusting the pointers of adjacent 287 remove(item) { 288 if (item [all...] |
/third_party/mesa3d/src/util/ |
H A D | list.h | 53 static inline void list_inithead(struct list_head *item) in list_inithead() argument 55 item->prev = item; in list_inithead() 56 item->next = item; in list_inithead() 60 * Prepend an item to a list 62 * @param item The element to add to the list 65 static inline void list_add(struct list_head *item, struct list_head *list) in list_add() argument 67 item->prev = list; in list_add() 68 item in list_add() 79 list_addtail(struct list_head *item, struct list_head *list) list_addtail() argument 101 list_del(struct list_head *item) list_del() argument 108 list_delinit(struct list_head *item) list_delinit() argument 185 list_move_to(struct list_head *item, struct list_head *loc) list_move_to() argument [all...] |