/Linux-v4.19/arch/x86/um/ |
D | ldt.c | 60 if (!ldt->entry_count) in read_ldt() 67 if (ldt->entry_count <= LDT_DIRECT_ENTRIES) { in read_ldt() 77 for (i=0; i<ldt->entry_count/LDT_ENTRIES_PER_PAGE && bytecount; in read_ldt() 153 if (ldt_info.entry_number >= ldt->entry_count && in write_ldt() 155 for (i=ldt->entry_count/LDT_ENTRIES_PER_PAGE; in write_ldt() 176 ldt->entry_count = (i + 1) * LDT_ENTRIES_PER_PAGE; in write_ldt() 179 if (ldt->entry_count <= ldt_info.entry_number) in write_ldt() 180 ldt->entry_count = ldt_info.entry_number + 1; in write_ldt() 182 if (ldt->entry_count <= LDT_DIRECT_ENTRIES) in write_ldt() 324 new_mm->arch.ldt.entry_count = 0; in init_new_ldt() [all …]
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_kvdl.c | 48 unsigned int entry_count, u32 *p_entry_index) in mlxsw_sp_kvdl_alloc() argument 53 entry_count, p_entry_index); in mlxsw_sp_kvdl_alloc() 58 unsigned int entry_count, int entry_index) in mlxsw_sp_kvdl_free() argument 63 entry_count, entry_index); in mlxsw_sp_kvdl_free() 68 unsigned int entry_count, in mlxsw_sp_kvdl_alloc_count_query() argument 74 entry_count, p_alloc_count); in mlxsw_sp_kvdl_alloc_count_query()
|
D | spectrum2_kvdl.c | 145 unsigned int entry_count, in mlxsw_sp2_kvdl_alloc() argument 148 unsigned int size = entry_count * mlxsw_sp_kvdl_entry_size(type); in mlxsw_sp2_kvdl_alloc() 157 unsigned int entry_count, in mlxsw_sp2_kvdl_free() argument 160 unsigned int size = entry_count * mlxsw_sp_kvdl_entry_size(type); in mlxsw_sp2_kvdl_free() 170 unsigned int entry_count, in mlxsw_sp2_kvdl_alloc_size_query() argument 173 *p_alloc_count = entry_count; in mlxsw_sp2_kvdl_alloc_size_query()
|
D | spectrum1_kvdl.c | 148 unsigned int entry_count, in mlxsw_sp1_kvdl_alloc() argument 157 part = mlxsw_sp1_kvdl_alloc_size_part(kvdl, entry_count); in mlxsw_sp1_kvdl_alloc() 166 unsigned int entry_count, int entry_index) in mlxsw_sp1_kvdl_free() argument 180 unsigned int entry_count, in mlxsw_sp1_kvdl_alloc_size_query() argument 186 part = mlxsw_sp1_kvdl_alloc_size_part(kvdl, entry_count); in mlxsw_sp1_kvdl_alloc_size_query()
|
D | spectrum.h | 447 unsigned int entry_count, u32 *p_entry_index); 450 unsigned int entry_count, int entry_index); 453 unsigned int entry_count, 462 unsigned int entry_count, u32 *p_entry_index); 465 unsigned int entry_count, int entry_index); 468 unsigned int entry_count,
|
/Linux-v4.19/fs/reiserfs/ |
D | item_ops.c | 478 dir_u->entry_count = ih_entry_count(vi->vi_ih) + in direntry_create_vi() 482 for (i = 0; i < dir_u->entry_count; i++) { in direntry_create_vi() 490 size += (dir_u->entry_count * sizeof(short)); in direntry_create_vi() 502 for (k = 0; k < dir_u->entry_count; k++) in direntry_create_vi() 532 for (i = start_skip; i < dir_u->entry_count - end_skip; i++) { in direntry_check_left() 541 if (entries == dir_u->entry_count) { in direntry_check_left() 544 dir_u->entry_count); in direntry_check_left() 561 for (i = dir_u->entry_count - 1; i >= 0; i--) { in direntry_check_right() 569 BUG_ON(entries == dir_u->entry_count); in direntry_check_right() 573 && entries > dir_u->entry_count - 2) in direntry_check_right() [all …]
|
D | do_balan.c | 722 int entry_count; in balance_leaf_paste_right_shift_dirent() local 726 entry_count = ih_entry_count(item_head(tbS0, tb->item_pos)); in balance_leaf_paste_right_shift_dirent() 729 if (entry_count - tb->rbytes < tb->pos_in_item) { in balance_leaf_paste_right_shift_dirent() 732 RFALSE(tb->rbytes - 1 >= entry_count || !tb->insert_size[0], in balance_leaf_paste_right_shift_dirent() 734 "rbytes=%d, entry_count=%d", tb->rbytes, entry_count); in balance_leaf_paste_right_shift_dirent() 744 paste_entry_position = tb->pos_in_item - entry_count + in balance_leaf_paste_right_shift_dirent() 1029 int entry_count = ih_entry_count(aux_ih); in balance_leaf_new_nodes_paste_dirent() local 1032 if (entry_count - tb->sbytes[i] < tb->pos_in_item && in balance_leaf_new_nodes_paste_dirent() 1033 tb->pos_in_item <= entry_count) { in balance_leaf_new_nodes_paste_dirent() 1038 RFALSE(tb->sbytes[i] - 1 >= entry_count, in balance_leaf_new_nodes_paste_dirent() [all …]
|
/Linux-v4.19/drivers/scsi/ |
D | qla1280.h | 517 uint8_t entry_count; /* Entry count. */ member 545 uint8_t entry_count; /* Entry count. */ member 571 uint8_t entry_count; /* Entry count. */ member 603 uint8_t entry_count; /* Entry count. */ member 624 uint8_t entry_count; /* Entry count. */ member 644 uint8_t entry_count; /* Entry count. */ member 669 uint8_t entry_count; /* Entry count. */ member 690 uint8_t entry_count; /* Entry count. */ member 718 uint8_t entry_count; /* Entry count. */ member 743 uint8_t entry_count; /* Entry count. */ member [all …]
|
/Linux-v4.19/drivers/of/ |
D | of_numa.c | 91 int entry_count; in of_numa_parse_distance_map_v1() local 102 entry_count = of_property_count_u32_elems(map, "distance-matrix"); in of_numa_parse_distance_map_v1() 103 if (entry_count <= 0) { in of_numa_parse_distance_map_v1() 108 for (i = 0; i + 2 < entry_count; i += 3) { in of_numa_parse_distance_map_v1()
|
/Linux-v4.19/drivers/scsi/qla2xxx/ |
D | qla_fw.h | 435 uint8_t entry_count; /* Entry count. */ member 473 uint8_t entry_count; /* Entry count. */ member 511 uint8_t entry_count; /* Entry count. */ member 559 uint8_t entry_count; /* Entry count. */ member 598 uint8_t entry_count; /* Entry count. */ member 666 uint8_t entry_count; /* Entry count. */ member 695 uint8_t entry_count; /* Entry count. */ member 732 uint8_t entry_count; /* Entry count. */ member 778 uint8_t entry_count; /* Entry count. */ member 815 uint8_t entry_count; /* Entry count. */ member [all …]
|
D | qla_mr.h | 20 uint8_t entry_count; /* Entry count. */ member 56 uint8_t entry_count; /* Entry count. */ member 84 uint8_t entry_count; /* Entry count. */ member 94 uint8_t entry_count; /* Entry count. */ member 119 uint8_t entry_count; /* Entry count. */ member 139 uint8_t entry_count; /* Entry count. */ member 164 uint8_t entry_count; /* Entry count. */ member
|
D | qla_nvme.h | 46 uint8_t entry_count; /* Entry count. */ member 82 uint8_t entry_count; member 113 uint8_t entry_count; member
|
D | qla_target.h | 141 uint8_t entry_count; /* Entry count. */ member 212 uint8_t entry_count; /* Entry count. */ member 363 uint8_t entry_count; /* Entry count. */ member 408 uint8_t entry_count; /* Entry count. */ member 456 uint8_t entry_count; /* Entry count. */ member 504 uint8_t entry_count; /* Entry count. */ member 537 uint8_t entry_count; /* Entry count. */ member 574 uint8_t entry_count; /* Entry count. */ member 620 uint8_t entry_count; /* Entry count. */ member 650 uint8_t entry_count; /* Entry count. */ member
|
D | qla_iocb.c | 413 cmd_pkt->entry_count = (uint8_t)req_cnt; in qla2x00_start_scsi() 1515 cmd_pkt->entry_count = (uint8_t)req_cnt; in qla24xx_start_scsi() 1712 cmd_pkt->entry_count = (uint8_t)req_cnt; in qla24xx_dif_start_scsi() 1868 cmd_pkt->entry_count = (uint8_t)req_cnt; in qla2xxx_start_scsi_mq() 2079 cmd_pkt->entry_count = (uint8_t)req_cnt; in qla2xxx_dif_start_scsi_mq() 2190 WRT_REG_BYTE((void __iomem *)&pkt->entry_count, req_cnt); in __qla2x00_alloc_iocbs() 2193 pkt->entry_count = req_cnt; in __qla2x00_alloc_iocbs() 2363 tsk->entry_count = 1; in qla24xx_tm_iocb() 2519 els_iocb->entry_count = 1; in qla24xx_els_logo_iocb() 2770 els_iocb->entry_count = 1; in qla24xx_els_iocb() [all …]
|
D | qla_def.h | 1690 uint8_t entry_count; /* Entry count. */ member 1704 uint8_t entry_count; /* Entry count. */ member 1733 uint8_t entry_count; /* Entry count. */ member 1764 uint8_t entry_count; /* Entry count. */ member 1788 uint8_t entry_count; /* Entry count. */ member 1814 uint8_t entry_count; /* Entry count. */ member 1906 uint8_t entry_count; /* Entry count. */ member 1997 uint8_t entry_count; /* Entry count. */ member 2010 uint8_t entry_count; /* Entry count. */ member 2023 uint8_t entry_count; /* Entry count. */ member [all …]
|
D | qla_tmpl.h | 19 uint32_t entry_count; member
|
/Linux-v4.19/kernel/ |
D | async.c | 83 static atomic_t entry_count; variable 144 atomic_dec(&entry_count); in async_run_entry_fn() 165 if (!entry || atomic_read(&entry_count) > MAX_WORK) { in __async_schedule() 191 atomic_inc(&entry_count); in __async_schedule()
|
/Linux-v4.19/arch/ia64/kernel/ |
D | esi.c | 78 for (i = 0; i < systab->entry_count; i++) { in esi_init() 114 for (i = 0; i < esi_systab->entry_count; i++) { in ia64_esi_call() 166 for (i = 0; i < esi_systab->entry_count; i++) { in ia64_esi_call_phys()
|
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_debugfs.h | 337 if (idx >= q->entry_count) in lpfc_debug_dump_qe() 378 int idx, entry_count; in lpfc_debug_dump_q() local 390 q->entry_size, q->entry_count, in lpfc_debug_dump_q() 392 entry_count = q->entry_count; in lpfc_debug_dump_q() 393 for (idx = 0; idx < entry_count; idx++) in lpfc_debug_dump_q()
|
D | lpfc_sli.c | 156 idx = ((q->host_index + 1) % q->entry_count); in lpfc_sli4_wq_put() 246 q->hba_index = ((q->hba_index + 1) % q->entry_count); in lpfc_sli4_wq_release() 276 if (((q->host_index + 1) % q->entry_count) == q->hba_index) in lpfc_sli4_mq_put() 283 q->host_index = ((q->host_index + 1) % q->entry_count); in lpfc_sli4_mq_put() 312 q->hba_index = ((q->hba_index + 1) % q->entry_count); in lpfc_sli4_mq_release() 342 idx = ((q->hba_index + 1) % q->entry_count); in lpfc_sli4_eq_get() 438 q->host_index = ((q->host_index + 1) % q->entry_count); in lpfc_sli4_eq_release() 496 q->host_index = ((q->host_index + 1) % q->entry_count); in lpfc_sli4_if6_eq_release() 540 idx = ((q->hba_index + 1) % q->entry_count); in lpfc_sli4_cq_get() 596 q->host_index = ((q->host_index + 1) % q->entry_count); in lpfc_sli4_cq_release() [all …]
|
D | lpfc_sli.h | 264 uint32_t entry_count; /* max # of entries in HBQ */ member
|
/Linux-v4.19/arch/x86/um/asm/ |
D | mm_context.h | 29 int entry_count; member
|
/Linux-v4.19/drivers/acpi/apei/ |
D | einj.c | 266 if (trigger_tab->entry_count != in einj_check_trigger_header() 282 for (i = 0; i < trigger_tab->entry_count; i++) { in einj_get_trigger_parameter_region() 328 if (!trigger_tab->entry_count) in __einj_error_trigger() 353 trigger_entry, trigger_tab->entry_count); in __einj_error_trigger()
|
/Linux-v4.19/fs/ |
D | binfmt_misc.c | 66 static int entry_count; variable 624 simple_release_fs(&bm_mnt, &entry_count); in kill_node() 719 err = simple_pin_fs(&bm_fs_type, &bm_mnt, &entry_count); in bm_register_write() 733 simple_release_fs(&bm_mnt, &entry_count); in bm_register_write()
|
/Linux-v4.19/drivers/soc/ti/ |
D | knav_qmss.h | 182 u32 entry_count; member
|