/kernel/linux/linux-6.6/fs/ |
H A D | buffer.c | 789 bh = BH_ENTRY(list->next); in fsync_buffers_list() 873 __remove_assoc_queue(BH_ENTRY(list->next)); in invalidate_inode_buffers() 896 struct buffer_head *bh = BH_ENTRY(list->next); in remove_inode_buffers() 1591 struct buffer_head *head, *bh, *next; in block_invalidate_folio() local 1609 next = bh->b_this_page; in block_invalidate_folio() 1623 bh = next; in block_invalidate_folio() 1733 goto next; in clean_bdev_aliases() 1739 next: in clean_bdev_aliases() 1905 struct buffer_head *next = bh->b_this_page; in __block_write_full_folio() local 1910 bh = next; in __block_write_full_folio() 1958 struct buffer_head *next = bh->b_this_page; __block_write_full_folio() local 2926 struct buffer_head *next = bh->b_this_page; drop_buffers() local 2979 struct buffer_head *next = bh->b_this_page; try_to_free_buffers() local [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-ioctl.c | 638 old_nl->next = (uint32_t) ((void *) nl - in list_devices() 642 nl->next = 0; in list_devices() 692 info->old_vers->next = (uint32_t) ((void *)info->vers - (void *)info->old_vers); in list_version_get_info() 697 info->vers->next = 0; in list_version_get_info() 1326 spec->next = outptr - outbuf; in retrieve_status() 1398 static int next_target(struct dm_target_spec *last, uint32_t next, const char *end, in next_target() argument 1412 * There must be room for both the next target spec and the in next_target() 1415 if (remaining - sizeof(struct dm_target_spec) <= next) { in next_target() 1420 if (next % __alignof__(struct dm_target_spec)) { in next_target() 1422 next, __alignof_ in next_target() 1438 uint32_t next = param->data_start; populate_table() local [all...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-kmem.c | 1010 struct rb_node *next; in __print_slab_result() local 1018 next = rb_first(root); in __print_slab_result() 1020 while (next && n_lines--) { in __print_slab_result() 1021 struct alloc_stat *data = rb_entry(next, struct alloc_stat, in __print_slab_result() 1051 next = rb_next(next); in __print_slab_result() 1071 struct rb_node *next = rb_first(&page_alloc_sorted); in __print_page_alloc_result() local 1087 while (next && n_lines--) { in __print_page_alloc_result() 1094 data = rb_entry(next, struct page_stat, node); in __print_page_alloc_result() 1107 next in __print_page_alloc_result() 1120 struct rb_node *next = rb_first(&page_caller_sorted); __print_page_caller_result() local [all...] |
/kernel/linux/linux-6.6/tools/net/ynl/generated/ |
H A D | devlink-user.h | 136 struct devlink_get_list *next; member 264 struct devlink_port_get_rsp_list *next; member 381 struct devlink_sb_get_list *next; member 511 struct devlink_sb_pool_get_list *next; member 656 struct devlink_sb_port_pool_get_list *next; member 813 struct devlink_sb_tc_pool_bind_get_list *next; member 935 struct devlink_param_get_list *next; member 1067 struct devlink_region_get_list *next; member 1146 struct devlink_info_get_list *next; member 1290 struct devlink_health_reporter_get_list *next; member 1412 struct devlink_trap_get_list *next; global() member 1536 struct devlink_trap_group_get_list *next; global() member 1659 struct devlink_trap_policer_get_list *next; global() member 1792 struct devlink_rate_get_list *next; global() member 1912 struct devlink_linecard_get_list *next; global() member 1983 struct devlink_selftests_get_list *next; global() member [all...] |
/kernel/linux/linux-6.6/drivers/scsi/aacraid/ |
H A D | commsup.c | 176 fibptr->next = fibptr+1; /* Forward chain the fibs */ in aac_fib_setup() 206 dev->fibs[dev->scsi_host_ptr->can_queue + AAC_NUM_MGT_FIB - 1].next = NULL; in aac_fib_setup() 259 dev->free_fib = fibptr->next; in aac_fib_alloc() 301 fibptr->next = fibptr->dev->free_fib; in aac_fib_free() 406 * aac_queue_get - get the next free QE 415 * Gets the next free QE off the requested priorty adapter command 1728 entry = aac->fib_list.next; in aac_check_health() 1740 struct aac_fib_context *fibctx = list_entry(entry, struct aac_fib_context, next); in aac_check_health() 1760 entry = entry->next; in aac_check_health() 1804 entry = entry->next; in aac_check_health() [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | xarray.c | 270 struct xa_node *next, *node = xas->xa_alloc; in xas_destroy() local 274 next = rcu_dereference_raw(node->parent); in xas_destroy() 276 xas->xa_alloc = node = next; in xas_destroy() 782 void *first, *next; in xas_store() local 800 next = first; in xas_store() 820 if (xa_is_node(next) && (!node || node->shift)) in xas_store() 821 xas_free_nodes(xas, xa_to_node(next)); in xas_store() 824 count += !next - !entry; in xas_store() 835 next = xa_entry_locked(xas->xa, node, ++offset); in xas_store() 836 if (!xa_is_sibling(next)) { in xas_store() 1865 __xa_alloc_cyclic(struct xarray *xa, u32 *id, void *entry, struct xa_limit limit, u32 *next, gfp_t gfp) __xa_alloc_cyclic() argument [all...] |
/third_party/eudev/src/libudev/ |
H A D | libudev-device.c | 502 char *next; in udev_device_add_property_from_string_parse() local 506 next = strchr(slink, ' '); in udev_device_add_property_from_string_parse() 507 while (next != NULL) { in udev_device_add_property_from_string_parse() 508 next[0] = '\0'; in udev_device_add_property_from_string_parse() 510 slink = &next[1]; in udev_device_add_property_from_string_parse() 511 next = strchr(slink, ' '); in udev_device_add_property_from_string_parse() 517 char *next; in udev_device_add_property_from_string_parse() local 520 next = strchr(tags, ':'); in udev_device_add_property_from_string_parse() 521 if (next != NULL) { in udev_device_add_property_from_string_parse() 522 next in udev_device_add_property_from_string_parse() [all...] |
/third_party/curl/lib/vquic/ |
H A D | curl_osslq.c | 290 struct curltime reconnect_at; /* time the next attempt should start */ 449 Curl_cf_socket_peek(cf->next, data, NULL, NULL, in cf_osslq_ssl_err() 586 for(sdata = data->multi->easyp; sdata; sdata = sdata->next) { in cf_osslq_get_qstream() 1064 Curl_cf_socket_peek(cf->next, data, &ctx->q.sockfd, in cf_osslq_ctx_start() 1304 for(sdata = data->multi->easyp; sdata; sdata = sdata->next) { in cf_progress_ingress() 1331 for(sdata = data->multi->easyp; sdata; sdata = sdata->next) { in cf_osslq_check_and_unblock() 1535 if(!cf->next->connected) { in cf_osslq_connect() 1536 result = Curl_conn_cf_connect(cf->next, data, blocking, done); in cf_osslq_connect() 1546 /* Not time yet to attempt the next connect */ in cf_osslq_connect() 1625 Curl_cf_socket_peek(cf->next, dat in cf_osslq_connect() [all...] |
/third_party/curl/lib/vtls/ |
H A D | vtls.c | 773 curl_socket_t sock = Curl_conn_cf_get_socket(cf->next, data); in Curl_ssl_adjust_pollset() 1051 * and look for next begin in Curl_pin_peer_pubkey() 1629 if(cf->next) in ssl_cf_close() 1630 cf->next->cft->do_close(cf->next, data); in ssl_cf_close() 1655 result = cf->next->cft->do_connect(cf->next, data, blocking, done); in ssl_cf_connect() 1693 result = cf->next->cft->has_data_pending(cf->next, data); in ssl_cf_data_pending() 1808 return cf->next in ssl_cf_query() [all...] |
/third_party/backends/backend/ |
H A D | p5.c | 87 * the result returned must stay consistent until next call. 248 while (device->next) in sane_get_devices() 251 device = device->next; in sane_get_devices() 289 /* go to next detected device */ in sane_get_devices() 290 device = device->next; in sane_get_devices() 355 device = device->next; in sane_open() 418 session->next = sessions; in sane_open() 969 /* at each bit to see we must go to the next byte */ in compute_parameters() 1309 /* copy extra lines needed for lds in next buffer */ in sane_read() 1402 for (session = sessions; session; session = session->next) in sane_close() 1480 struct P5_Session *session, *next; sane_exit() local [all...] |
/third_party/libwebsockets/plugins/ssh-base/ |
H A D | sshd.c | 445 state_get_string_alloc(struct per_session_data__sshd *pss, int next) in state_get_string_alloc() argument 448 pss->state_after_string = (char)next; in state_get_string_alloc() 452 state_get_string(struct per_session_data__sshd *pss, int next) in state_get_string() argument 455 pss->state_after_string = (char)next; in state_get_string() 459 state_get_u32(struct per_session_data__sshd *pss, int next) in state_get_u32() argument 462 pss->state_after_string = (char)next; in state_get_u32() 473 ch = ch->next; in ssh_get_server_ch() 488 ch = ch->next; 505 *ppch = ch->next; in ssh_destroy_channel() 512 } lws_end_foreach_llp(ppch, next); in ssh_destroy_channel() [all...] |
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | Demo.java | 389 String source = (String) sources.next(); in initMenus() 393 String target = (String) targets.next(); in initMenus() 403 String variant = (String) variants.next(); in initMenus() 539 int pos = brkItr.next(); in printBreaks() 551 char ch = ci.next(); in printIteration() 673 while (it.next()) { in genTestFile() 685 int end = sentenceBreak.next(); in genTestFile() 901 while (it.next()) { in closeUnicodeSet() 918 while (it.next()) { in closeUnicodeSet() 923 String trial = ci.next(); in closeUnicodeSet() [all...] |
/third_party/skia/third_party/externals/freetype/src/raster/ |
H A D | ftraster.c | 349 PProfile link; /* link to next profile (various purposes) */ 361 PProfile next; /* next profile in same contour, used */ member 638 ras.cProfile->next = (PProfile)0; in New_Profile() 730 oldProfile->next = ras.cProfile; in End_Profile() 2026 /* close the `next profile in contour' linked list */ in Convert_Glyph() 2028 lastProfile->next = ras.gProfile; in Convert_Glyph() 2135 PProfile *old, current, next; in Sort() local 2155 next = current->link; in Sort() 2157 while ( next ) in Sort() [all...] |
/third_party/python/Objects/ |
H A D | obmalloc.c | 1005 struct pool_header *nextpool; /* next pool of this size class */ 1024 /* Pool-aligned pointer to the next pool to be carved off. */ 1099 that the next allocation for its size class will reuse the freed block. 1105 Empty pools have no inherent size class: the next time a malloc finds 1127 blocks. The offset from the pool_header to the start of "the next" virgin 1221 This means that the next allocation will come from a heavily used arena, 1503 * the next ideal arena. The tail_lo and tail_hi members correspond to 1528 * for the next arena. Note that it might be in different MAP_TOP in arena_map_mark_used() 1636 /* Take the next available arena object off the head of the list. */ in new_arena() 1801 poolp next; in pymalloc_pool_extend() local 1908 poolp next = usedpools[size + size]; /* == prev */ allocate_from_new_pool() local 2037 poolp next = usedpools[size + size]; insert_to_usedpool() local 2050 poolp next = pool->nextpool; insert_to_freepool() local [all...] |
/third_party/selinux/libsepol/src/ |
H A D | services.c | 309 for (e = constraint->expr; e; e = e->next) { in get_class_info() 441 for (e = constraint->expr; e; e = e->next) { in constraint_expr_eval_reason() 990 constraint = constraint->next; in context_struct_compute_av() 1007 for (ra = policydb->role_allow; ra; ra = ra->next) { in context_struct_compute_av() 1084 constraint = constraint->next; in sepol_validate_transition_reason_buffer() 1433 roletr = roletr->next) { in sepol_compute_sid() 1870 c = c->next; in sepol_fs_sid() 1913 c = c->next; in sepol_ibpkey_sid() 1949 c = c->next; in sepol_ibendport_sid() 1987 c = c->next; in sepol_port_sid() [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | coap_session_internal.h | 30 struct coap_endpoint_t *next; member
|
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/ |
H A D | debug_layer_test.h | 29 __eglMustCastToProperFunctionPointerType next);
|
/kernel/linux/linux-5.10/include/linux/raid/ |
H A D | xor.h | 11 struct xor_block_template *next; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | msg.h | 13 struct msg_msgseg *next; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | msg.h | 13 struct msg_msgseg *next; member
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | ValueIterator.java | 28 * while (iterator.next(result)) { 42 * <p>The return result container of each iteration. Stores the next 75 * <p>Returns the next result for this iteration and returns 84 public boolean next(Element element); in next() method 97 * <p>If setRange(start, end) is not performed before next(element) is 102 * implementation, next(element) will always return false.
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | ValueIterator.java | 29 * while (iterator.next(result)) { 42 * <p>The return result container of each iteration. Stores the next 71 * <p>Returns the next result for this iteration and returns 79 public boolean next(Element element); in next() method 90 * <p>If setRange(start, end) is not performed before next(element) is 95 * implementation, next(element) will always return false.
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | ofl_add.c | 6 f->next = *head; in __ofl_add()
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | ofl_add.c | 6 f->next = *head; in __ofl_add()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | ofl_add.c | 6 f->next = *head; in __ofl_add()
|