| /Linux-v5.10/arch/alpha/kernel/ |
| D | core_lca.c | 395 union el_lca el; in lca_machine_check() local 397 el.c = (struct el_common *) la_ptr; in lca_machine_check() 402 vector, get_irq_regs()->pc, (unsigned int) el.c->code); in lca_machine_check() 411 switch ((unsigned int) el.c->code) { in lca_machine_check() 429 switch (el.c->size) { in lca_machine_check() 433 reason, el.c->retry ? ", retryable" : "", in lca_machine_check() 434 el.s->dc_stat); in lca_machine_check() 435 if (el.s->esr & ESR_EAV) { in lca_machine_check() 436 mem_error(el.s->esr, el.s->ear); in lca_machine_check() 438 if (el.s->ioc_stat0 & IOC_ERR) { in lca_machine_check() [all …]
|
| /Linux-v5.10/fs/ocfs2/ |
| D | alloc.c | 588 node->el = NULL; in ocfs2_reinit_path() 631 dest->p_node[i].el = src->p_node[i].el; in ocfs2_cp_path() 653 dest->p_node[i].el = src->p_node[i].el; in ocfs2_mv_path() 656 src->p_node[i].el = NULL; in ocfs2_mv_path() 679 path->p_node[index].el = &eb->h_list; in ocfs2_path_insert_eb() 768 int ocfs2_search_extent_list(struct ocfs2_extent_list *el, u32 v_cluster) in ocfs2_search_extent_list() argument 775 for(i = 0; i < le16_to_cpu(el->l_next_free_rec); i++) { in ocfs2_search_extent_list() 776 rec = &el->l_recs[i]; in ocfs2_search_extent_list() 779 clusters = ocfs2_rec_clusters(el, rec); in ocfs2_search_extent_list() 953 struct ocfs2_extent_list *el = NULL; in ocfs2_num_free_extents() local [all …]
|
| D | extent_map.c | 283 struct ocfs2_extent_list *el; in ocfs2_last_eb_is_empty() local 292 el = &eb->h_list; in ocfs2_last_eb_is_empty() 294 if (el->l_tree_depth) { in ocfs2_last_eb_is_empty() 303 next_free = le16_to_cpu(el->l_next_free_rec); in ocfs2_last_eb_is_empty() 306 (next_free == 1 && ocfs2_is_empty_extent(&el->l_recs[0]))) in ocfs2_last_eb_is_empty() 318 static int ocfs2_search_for_hole_index(struct ocfs2_extent_list *el, in ocfs2_search_for_hole_index() argument 324 for(i = 0; i < le16_to_cpu(el->l_next_free_rec); i++) { in ocfs2_search_for_hole_index() 325 rec = &el->l_recs[i]; in ocfs2_search_for_hole_index() 346 struct ocfs2_extent_list *el, in ocfs2_figure_hole_clusters() argument 355 i = ocfs2_search_for_hole_index(el, v_cluster); in ocfs2_figure_hole_clusters() [all …]
|
| D | alloc.h | 228 int ocfs2_search_extent_list(struct ocfs2_extent_list *el, u32 v_cluster); 234 static inline unsigned int ocfs2_rec_clusters(struct ocfs2_extent_list *el, in ocfs2_rec_clusters() argument 244 if (el->l_tree_depth) in ocfs2_rec_clusters() 273 struct ocfs2_extent_list *el; member 285 #define path_root_el(_path) ((_path)->p_node[0].el) 288 #define path_leaf_el(_path) ((_path)->p_node[(_path)->p_tree_depth].el)
|
| D | extent_map.h | 50 struct ocfs2_extent_list *el, 58 struct ocfs2_extent_list *el,
|
| D | refcounttree.c | 961 struct ocfs2_extent_list *el, in ocfs2_get_refcount_cpos_end() argument 972 if (index < le16_to_cpu(el->l_next_free_rec) - 1) { in ocfs2_get_refcount_cpos_end() 977 *cpos_end = le32_to_cpu(el->l_recs[index+1].e_cpos); in ocfs2_get_refcount_cpos_end() 1034 tmp_el = left_path->p_node[subtree_root].el; in ocfs2_get_refcount_cpos_end() 1067 struct ocfs2_extent_list *el; in ocfs2_get_refcount_rec() local 1083 el = &rb->rf_list; in ocfs2_get_refcount_rec() 1086 if (el->l_tree_depth) { in ocfs2_get_refcount_rec() 1087 ret = ocfs2_find_leaf(ci, el, low_cpos, &eb_bh); in ocfs2_get_refcount_rec() 1094 el = &eb->h_list; in ocfs2_get_refcount_rec() 1096 if (el->l_tree_depth) { in ocfs2_get_refcount_rec() [all …]
|
| /Linux-v5.10/lib/ |
| D | test_list_sort.c | 73 struct debug_el *el; in list_sort_test() local 84 el = kmalloc(sizeof(*el), GFP_KERNEL); in list_sort_test() 85 if (!el) in list_sort_test() 89 el->value = prandom_u32() % (TEST_LIST_LEN / 3); in list_sort_test() 90 el->serial = i; in list_sort_test() 91 el->poison1 = TEST_POISON1; in list_sort_test() 92 el->poison2 = TEST_POISON2; in list_sort_test() 93 elts[i] = el; in list_sort_test() 94 list_add_tail(&el->list, &head); in list_sort_test() 115 el = container_of(cur, struct debug_el, list); in list_sort_test() [all …]
|
| /Linux-v5.10/fs/gfs2/ |
| D | xattr.c | 176 struct gfs2_ea_location *el = ef->ef_el; in ea_find_i() local 178 el->el_bh = bh; in ea_find_i() 179 el->el_ea = ea; in ea_find_i() 180 el->el_prev = prev; in ea_find_i() 189 struct gfs2_ea_location *el) in gfs2_ea_find() argument 197 ef.ef_el = el; in gfs2_ea_find() 199 memset(el, 0, sizeof(struct gfs2_ea_location)); in gfs2_ea_find() 504 static int gfs2_ea_get_copy(struct gfs2_inode *ip, struct gfs2_ea_location *el, in gfs2_ea_get_copy() argument 508 size_t len = GFS2_EA_DATA_LEN(el->el_ea); in gfs2_ea_get_copy() 512 if (GFS2_EA_IS_STUFFED(el->el_ea)) { in gfs2_ea_get_copy() [all …]
|
| /Linux-v5.10/Documentation/RCU/ |
| D | rcuref.rst | 26 atomic_set(&el->rc, 1); atomic_inc(&el->rc); 37 if(atomic_dec_and_test(&el->rc)) ... 38 kfree(el); 42 if (atomic_dec_and_test(&el->rc)) 43 kfree(el); 61 atomic_set(&el->rc, 1); if (!atomic_inc_not_zero(&el->rc)) { 72 if (atomic_dec_and_test(&el->rc)) ... 73 call_rcu(&el->head, el_free); remove_element 76 if (atomic_dec_and_test(&el->rc)) 77 call_rcu(&el->head, el_free); [all …]
|
| /Linux-v5.10/drivers/crypto/hisilicon/sec/ |
| D | sec_algs.c | 373 static void sec_alg_free_el(struct sec_request_el *el, in sec_alg_free_el() argument 376 sec_free_hw_sgl(el->out, el->dma_out, info); in sec_alg_free_el() 377 sec_free_hw_sgl(el->in, el->dma_in, info); in sec_alg_free_el() 378 kfree(el->sgl_in); in sec_alg_free_el() 379 kfree(el->sgl_out); in sec_alg_free_el() 380 kfree(el); in sec_alg_free_el() 386 struct sec_request_el *el, *temp; in sec_send_request() local 390 list_for_each_entry_safe(el, temp, &sec_req->elements, head) { in sec_send_request() 404 ret = sec_queue_send(queue, &el->req, sec_req); in sec_send_request() 412 kfifo_put(&queue->softqueue, el); in sec_send_request() [all …]
|
| /Linux-v5.10/scripts/ |
| D | spdxcheck.py | 20 def __init__(self, el, txt): argument 21 self.el = el 42 for el in lictree[d].traverse(): 43 if not os.path.isfile(el.path): 47 for l in open(el.path).readlines(): 51 raise SPDXException(el, 'Duplicate License Identifier: %s' %lid) 68 … raise SPDXException(el, 'Exception %s is missing SPDX-Licenses' %exception) 207 for el in tree.traverse(): 210 if el.path.startswith("LICENSES"): 212 if el.path.find("license-rules.rst") >= 0: [all …]
|
| /Linux-v5.10/arch/arm64/kernel/ |
| D | entry.S | 63 .macro kernel_ventry, el, label, regsize = 64 66 .if \el == 0 90 b el\()\el\()_\label 122 b el\()\el\()_\label 176 .macro kernel_entry, el, regsize = 64 196 .if \el == 0 235 .if \el == 0 244 bl __swpan_entry_el\el 251 .if \el == 0 279 .macro kernel_exit, el [all …]
|
| D | debug-monitors.c | 80 void enable_debug_monitors(enum dbg_active_el el) in enable_debug_monitors() argument 89 if (el == DBG_ACTIVE_EL1 && in enable_debug_monitors() 101 void disable_debug_monitors(enum dbg_active_el el) in disable_debug_monitors() argument 110 if (el == DBG_ACTIVE_EL1 && in disable_debug_monitors()
|
| /Linux-v5.10/tools/perf/util/arm-spe-decoder/ |
| D | arm-spe-decoder.c | 31 int ns, el; in arm_spe_calc_ip() local 37 el = (addr[7] & SPE_ADDR_PKT_EL_MASK) >> SPE_ADDR_PKT_EL_OFFSET; in arm_spe_calc_ip() 40 if (ns && (el == SPE_ADDR_PKT_EL1 || el == SPE_ADDR_PKT_EL2)) in arm_spe_calc_ip()
|
| D | arm-spe-pkt-decoder.c | 277 int ret, ns, el, idx = packet->index; in arm_spe_pkt_desc() local 424 el = (packet->payload & EL_FLAG) >> 61; in arm_spe_pkt_desc() 427 (idx == 1) ? "TGT" : "PC", payload, el, ns); in arm_spe_pkt_desc()
|
| /Linux-v5.10/drivers/net/wireless/ |
| D | wl3501_cs.c | 174 struct iw_mgmt_info_element *el, in iw_set_mgmt_info_element() argument 177 el->id = id; in iw_set_mgmt_info_element() 178 el->len = len; in iw_set_mgmt_info_element() 179 memcpy(el->data, value, len); in iw_set_mgmt_info_element() 595 .el = { in wl3501_mgmt_join() 614 .el = { in wl3501_mgmt_start() 621 .el = { in wl3501_mgmt_start() 633 .el = { in wl3501_mgmt_start() 645 .el = { in wl3501_mgmt_start() 655 iw_copy_mgmt_info_element(&sig.ssid.el, &this->essid.el); in wl3501_mgmt_start() [all …]
|
| D | wl3501.h | 238 struct iw_mgmt_info_element el; member 249 struct iw_mgmt_info_element el; member 254 struct iw_mgmt_info_element el; member 259 struct iw_mgmt_info_element el; member 267 struct iw_mgmt_info_element el; member
|
| /Linux-v5.10/lib/reed_solomon/ |
| D | decode_rs.c | 14 int deg_lambda, el, deg_omega; variable 133 el = no_eras; 161 if (2 * el <= r + no_eras - 1) { 162 el = r + no_eras - el;
|
| /Linux-v5.10/drivers/scsi/sym53c8xx_2/ |
| D | sym_misc.h | 115 #define sym_remque(el) __sym_que_del((el)->blink, (el)->flink) argument
|
| /Linux-v5.10/scripts/package/ |
| D | mkdebian | 39 debarch=ppc64$(if_enabled_echo CONFIG_CPU_LITTLE_ENDIAN el) 48 debarch=mips$(if_enabled_echo CONFIG_64BIT 64)$(if_enabled_echo CONFIG_CPU_MIPSR6 r6)el 59 debarch=arm$(if_enabled_echo CONFIG_VFP hf el)
|
| /Linux-v5.10/arch/arm64/include/asm/ |
| D | debug-monitors.h | 108 void enable_debug_monitors(enum dbg_active_el el); 109 void disable_debug_monitors(enum dbg_active_el el);
|
| /Linux-v5.10/drivers/scsi/aic94xx/ |
| D | aic94xx_sds.c | 716 struct asd_ll_el *el = start; in asd_find_ll_by_id() local 721 if (el->id1 == id1) in asd_find_ll_by_id() 723 if (el->id0 == id0) in asd_find_ll_by_id() 724 return el; in asd_find_ll_by_id() 726 el = start + le16_to_cpu(el->next); in asd_find_ll_by_id() 727 } while (el != start); in asd_find_ll_by_id() 968 struct asd_ll_el *el = NULL; in asd_process_ctrl_a_user() local 996 el = kmalloc(size, GFP_KERNEL); in asd_process_ctrl_a_user() 997 if (!el) { in asd_process_ctrl_a_user() 1002 err = asd_read_flash_seg(asd_ha, (void *)el, offs, size); in asd_process_ctrl_a_user() [all …]
|
| /Linux-v5.10/drivers/input/misc/ |
| D | yealink.c | 129 static int setChar(struct yealink_dev *yld, int el, int chr) in setChar() argument 133 if (el >= ARRAY_SIZE(lcdMap)) in setChar() 139 yld->lcdMap[el] = chr; in setChar() 141 if (lcdMap[el].type == '.') { in setChar() 142 a = lcdMap[el].u.p.a; in setChar() 143 m = lcdMap[el].u.p.m; in setChar() 153 m = lcdMap[el].u.s[i].m; in setChar() 158 a = lcdMap[el].u.s[i].a; in setChar() 631 int el, size_t len) in store_line() argument 646 setChar(yld, el++, buf[i]); in store_line()
|
| /Linux-v5.10/scripts/coccinelle/api/ |
| D | kfree_sensitive.cocci | 25 return not (filter & {el.current_element for el in p})
|
| D | memdup_user.cocci | 23 return not (filter & {el.current_element for el in p})
|