/kernel/linux/linux-5.10/fs/dlm/ |
H A D | member.c | 308 newlist->next = tmp; in add_ordered_member() 309 tmp->prev->next = newlist; in add_ordered_member() 367 memb = list_entry(head->next, struct dlm_member, list); in clear_memb_list()
|
H A D | recover.c | 936 struct rb_node *n, *next; in dlm_clear_toss() local 943 for (n = rb_first(&ls->ls_rsbtbl[i].toss); n; n = next) { in dlm_clear_toss() 944 next = rb_next(n); in dlm_clear_toss()
|
/kernel/linux/linux-5.10/fs/fscache/ |
H A D | operation.c | 336 op = list_entry(object->pending_ops.next, in fscache_start_operations() 428 op = list_entry(object->pending_ops.next, in fscache_cancel_all_ops() 578 op = list_entry(cache->op_gc_list.next, in fscache_operation_gc()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | cpumap.c | 643 u32 *next = next_key; in cpu_map_get_next_key() local 646 *next = 0; in cpu_map_get_next_key() 652 *next = index + 1; in cpu_map_get_next_key()
|
/kernel/linux/linux-5.10/kernel/locking/ |
H A D | lockdep_proc.c | 120 .next = l_next, 185 .next = lc_next, 632 .next = ls_next,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_ttm_buffer.c | 15 * next paragraph) shall be included in all copies or substantial portions 355 viter->next = &__vmw_piter_non_sg_next; in vmw_piter_start() 359 viter->next = &__vmw_piter_non_sg_next; in vmw_piter_start() 365 viter->next = &__vmw_piter_sg_next; in vmw_piter_start()
|
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-io.c | 382 while ((lp = sp->queued_list.next) != &sp->queued_list) { in pvr2_stream_internal_flush() 549 struct list_head *lp = sp->idle_list.next; in pvr2_stream_get_idle_buffer() 556 struct list_head *lp = sp->ready_list.next; in pvr2_stream_get_ready_buffer()
|
/kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
H A D | esas2r_io.c | 381 /* Get the next address/length pair */ in esas2r_build_prd_iblk() 490 /* Used another element. Point to the next one */ in esas2r_build_prd_iblk() 627 /* increment to next I-Block */ in esas2r_build_sg_list_prd() 631 /* go build the next I-Block PRD list */ in esas2r_build_sg_list_prd() 771 struct list_head *next, *element; in esas2r_send_task_mgmt() local 782 list_for_each_safe(element, next, &a->defer_list) { in esas2r_send_task_mgmt() 815 list_for_each_safe(element, next, &a->active_list) { in esas2r_send_task_mgmt()
|
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-io.c | 382 while ((lp = sp->queued_list.next) != &sp->queued_list) { in pvr2_stream_internal_flush() 549 struct list_head *lp = sp->idle_list.next; in pvr2_stream_get_idle_buffer() 556 struct list_head *lp = sp->ready_list.next; in pvr2_stream_get_ready_buffer()
|
/kernel/linux/linux-6.6/drivers/acpi/apei/ |
H A D | apei-base.c | 157 * "ctx->ip" specifies the next instruction to executed, in __apei_exec_run() 334 res1 = list_entry(res_list1->next, struct apei_res, list); in apei_res_sub() 335 resn1 = list_entry(res1->list.next, struct apei_res, list); in apei_res_sub() 364 resn1 = list_entry(resn1->list.next, struct apei_res, list); in apei_res_sub()
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | member.c | 304 newlist->next = tmp; in add_ordered_member() 305 tmp->prev->next = newlist; in add_ordered_member() 380 memb = list_entry(head->next, struct dlm_member, list); in clear_memb_list()
|
H A D | recover.c | 938 struct rb_node *n, *next; in dlm_clear_toss() local 945 for (n = rb_first(&ls->ls_rsbtbl[i].toss); n; n = next) { in dlm_clear_toss() 946 next = rb_next(n); in dlm_clear_toss()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | neighbour.h | 138 struct neighbour __rcu *next; member 177 struct pneigh_entry *next; member 309 n = rcu_dereference(n->next)) { in ___neigh_lookup_noref()
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_hipd.h | 1121 struct sym_m_link *next; member 1129 struct sym_m_vtob *next; member 1160 struct sym_m_pool *next; member
|
/kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
H A D | rtl8712_xmit.c | 158 xmitframe_plist = xmitframe_phead->next; in dequeue_one_xmitframe() 198 sta_plist = sta_phead->next; in dequeue_xframe_ex() 209 sta_plist = sta_plist->next; in dequeue_xframe_ex() 212 /* must be done after sta_plist->next in dequeue_xframe_ex()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_gmc.c | 22 * next paragraph) shall be included in all copies or substantial portions 415 fault = &gmc->fault_ring[fault->next]; in amdgpu_gmc_filter_faults() 428 fault->next = gmc->fault_hash[hash].idx; in amdgpu_gmc_filter_faults() 476 fault = &gmc->fault_ring[fault->next]; in amdgpu_gmc_filter_faults_remove()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | task_iter.c | 263 .next = task_seq_next, 323 /* the current task is done, go to the next task */ in task_file_seq_get_next() 430 .next = task_file_seq_next, 451 task_vma_iter_find_vma, /* use find_vma() to find next vma */ 498 * find_vma() will return VMA2, process VMA2->next. in task_vma_seq_get_next() 502 * Process the next task. in task_vma_seq_get_next() 539 * find the next vma to process. in task_vma_seq_get_next() 563 * to find the next vma. This is similar to the mechanism in task_vma_seq_get_next() 577 /* case 3) above, or case 2) 4.1) with vma->next == NULL */ in task_vma_seq_get_next() 668 * so that we don't skip the vma returned by the next in task_vma_seq_stop() [all...] |
H A D | cpumap.c | 625 u32 *next = next_key; in cpu_map_get_next_key() local 628 *next = 0; in cpu_map_get_next_key() 634 *next = index + 1; in cpu_map_get_next_key()
|
/kernel/linux/linux-6.6/kernel/locking/ |
H A D | lockdep_proc.c | 122 .next = l_next, 187 .next = lc_next, 634 .next = ls_next,
|
/kernel/linux/linux-6.6/kernel/ |
H A D | crash_core.c | 232 goto next; in get_last_crashkernel() 240 next: in get_last_crashkernel() 659 VMCOREINFO_OFFSET(list_head, next); in crash_save_vmcoreinfo_init()
|
/kernel/linux/linux-6.6/drivers/firewire/ |
H A D | nosy.c | 41 __le32 next; member 584 lynx->rcv_start_pcl->next = cpu_to_le32(lynx->rcv_pcl_bus); in add_card() 585 lynx->rcv_pcl->next = cpu_to_le32(PCL_NEXT_INVALID); in add_card()
|
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | adb.c | 635 ap = &(*ap)->next; in adb_write_done() 636 req->next = NULL; in adb_write_done() 736 state->completed = req->next; in adb_read()
|
/kernel/linux/linux-6.6/drivers/md/persistent-data/ |
H A D | dm-space-map-metadata.c | 125 unsigned int next = brb_next(brb, brb->end); in brb_push() local 131 if (next == brb->begin) in brb_push() 139 brb->end = next; in brb_push()
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | conn_client.c | 408 struct rxrpc_call *call = list_entry(bundle->waiting_calls.next, in rxrpc_activate_one_channel() 743 next: in rxrpc_discard_expired_client_conns() 777 goto next; in rxrpc_discard_expired_client_conns()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | auth.c | 329 cred = list_entry(head->next, struct rpc_cred, cr_lru); in rpcauth_destroy_credlist() 429 struct rpc_cred *cred, *next; in rpcauth_prune_expired() local 433 list_for_each_entry_safe(cred, next, &cred_unused, cr_lru) { in rpcauth_prune_expired()
|