/linux-6.1.9/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-6.1.9/fs/ocfs2/ |
D | alloc.c | 586 node->el = NULL; in ocfs2_reinit_path() 629 dest->p_node[i].el = src->p_node[i].el; in ocfs2_cp_path() 651 dest->p_node[i].el = src->p_node[i].el; in ocfs2_mv_path() 654 src->p_node[i].el = NULL; in ocfs2_mv_path() 677 path->p_node[index].el = &eb->h_list; in ocfs2_path_insert_eb() 766 int ocfs2_search_extent_list(struct ocfs2_extent_list *el, u32 v_cluster) in ocfs2_search_extent_list() argument 773 for(i = 0; i < le16_to_cpu(el->l_next_free_rec); i++) { in ocfs2_search_extent_list() 774 rec = &el->l_recs[i]; in ocfs2_search_extent_list() 777 clusters = ocfs2_rec_clusters(el, rec); in ocfs2_search_extent_list() 951 struct ocfs2_extent_list *el = NULL; in ocfs2_num_free_extents() local [all …]
|
D | extent_map.c | 281 struct ocfs2_extent_list *el; in ocfs2_last_eb_is_empty() local 290 el = &eb->h_list; in ocfs2_last_eb_is_empty() 292 if (el->l_tree_depth) { in ocfs2_last_eb_is_empty() 301 next_free = le16_to_cpu(el->l_next_free_rec); in ocfs2_last_eb_is_empty() 304 (next_free == 1 && ocfs2_is_empty_extent(&el->l_recs[0]))) in ocfs2_last_eb_is_empty() 316 static int ocfs2_search_for_hole_index(struct ocfs2_extent_list *el, in ocfs2_search_for_hole_index() argument 322 for(i = 0; i < le16_to_cpu(el->l_next_free_rec); i++) { in ocfs2_search_for_hole_index() 323 rec = &el->l_recs[i]; in ocfs2_search_for_hole_index() 344 struct ocfs2_extent_list *el, in ocfs2_figure_hole_clusters() argument 353 i = ocfs2_search_for_hole_index(el, v_cluster); in ocfs2_figure_hole_clusters() [all …]
|
D | alloc.h | 226 int ocfs2_search_extent_list(struct ocfs2_extent_list *el, u32 v_cluster); 232 static inline unsigned int ocfs2_rec_clusters(struct ocfs2_extent_list *el, in ocfs2_rec_clusters() argument 242 if (el->l_tree_depth) in ocfs2_rec_clusters() 271 struct ocfs2_extent_list *el; member 283 #define path_root_el(_path) ((_path)->p_node[0].el) 286 #define path_leaf_el(_path) ((_path)->p_node[(_path)->p_tree_depth].el)
|
D | extent_map.h | 48 struct ocfs2_extent_list *el, 56 struct ocfs2_extent_list *el,
|
/linux-6.1.9/lib/ |
D | test_list_sort.c | 61 struct debug_el *el, **elts; in list_sort_test() local 70 el = kunit_kmalloc(test, sizeof(*el), GFP_KERNEL); in list_sort_test() 71 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, el); in list_sort_test() 74 el->value = prandom_u32_max(TEST_LIST_LEN / 3); in list_sort_test() 75 el->serial = i; in list_sort_test() 76 el->poison1 = TEST_POISON1; in list_sort_test() 77 el->poison2 = TEST_POISON2; in list_sort_test() 78 elts[i] = el; in list_sort_test() 79 list_add_tail(&el->list, &head); in list_sort_test() 94 el = container_of(cur, struct debug_el, list); in list_sort_test() [all …]
|
/linux-6.1.9/fs/gfs2/ |
D | xattr.c | 187 struct gfs2_ea_location *el = ef->ef_el; in ea_find_i() local 189 el->el_bh = bh; in ea_find_i() 190 el->el_ea = ea; in ea_find_i() 191 el->el_prev = prev; in ea_find_i() 200 struct gfs2_ea_location *el) in gfs2_ea_find() argument 208 ef.ef_el = el; in gfs2_ea_find() 210 memset(el, 0, sizeof(struct gfs2_ea_location)); in gfs2_ea_find() 518 static int gfs2_ea_get_copy(struct gfs2_inode *ip, struct gfs2_ea_location *el, in gfs2_ea_get_copy() argument 522 size_t len = GFS2_EA_DATA_LEN(el->el_ea); in gfs2_ea_get_copy() 526 if (GFS2_EA_IS_STUFFED(el->el_ea)) { in gfs2_ea_get_copy() [all …]
|
/linux-6.1.9/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-6.1.9/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-6.1.9/arch/arm64/kernel/ |
D | entry.S | 38 .macro kernel_ventry, el:req, ht:req, regsize:req, label:req 41 .if \el == 0 68 b el\el\ht\()_\regsize\()_\label 100 b el\el\ht\()_\regsize\()_\label 199 .macro kernel_entry, el, regsize = 64 219 .if \el == 0 289 .if \el == 0 298 bl __swpan_entry_el\el 305 .if \el == 0 330 .macro kernel_exit, el argument [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-6.1.9/scripts/ |
D | spdxcheck.py | 21 def __init__(self, el, txt): argument 22 self.el = el 58 for el in lictree[d].traverse(): 59 if not os.path.isfile(el.path): 63 for l in open(el.path, encoding="utf-8").readlines(): 67 raise SPDXException(el, 'Duplicate License Identifier: %s' %lid) 84 … raise SPDXException(el, 'Exception %s is missing SPDX-Licenses' %exception) 294 for el in tree.traverse(): 295 if not os.path.isfile(el.path): 297 if exclude_file(el.path): [all …]
|
/linux-6.1.9/drivers/bus/mhi/ep/ |
D | main.c | 29 struct mhi_ring_element *el, bool bei) in mhi_ep_send_event() argument 48 ret = mhi_ep_ring_add_element(ring, el); in mhi_ep_send_event() 115 static int mhi_ep_process_cmd_ring(struct mhi_ep_ring *ring, struct mhi_ring_element *el) in mhi_ep_process_cmd_ring() argument 125 ch_id = MHI_TRE_GET_CMD_CHID(el); in mhi_ep_process_cmd_ring() 129 switch (MHI_TRE_GET_CMD_TYPE(el)) { in mhi_ep_process_cmd_ring() 253 MHI_TRE_GET_CMD_TYPE(el), ch_id); in mhi_ep_process_cmd_ring() 284 struct mhi_ring_element *el; in mhi_ep_read_channel() local 300 el = &ring->ring_cache[ring->rd_offset]; in mhi_ep_read_channel() 307 mhi_chan->tre_loc = MHI_TRE_DATA_GET_PTR(el); in mhi_ep_read_channel() 308 mhi_chan->tre_size = MHI_TRE_DATA_GET_LEN(el); in mhi_ep_read_channel() [all …]
|
D | ring.c | 101 int mhi_ep_ring_add_element(struct mhi_ep_ring *ring, struct mhi_ring_element *el) in mhi_ep_ring_add_element() argument 133 rp = cpu_to_le64(ring->rd_offset * sizeof(*el) + ring->rbase); in mhi_ep_ring_add_element() 136 ret = mhi_cntrl->write_to_host(mhi_cntrl, el, ring->rbase + (old_offset * sizeof(*el)), in mhi_ep_ring_add_element() 137 sizeof(*el)); in mhi_ep_ring_add_element()
|
/linux-6.1.9/tools/perf/util/arm-spe-decoder/ |
D | arm-spe-decoder.c | 27 u64 ns, el, val; in arm_spe_calc_ip() local 33 el = SPE_ADDR_PKT_GET_EL(payload); in arm_spe_calc_ip() 39 if (ns && (el == SPE_ADDR_PKT_EL1 || el == SPE_ADDR_PKT_EL2)) in arm_spe_calc_ip()
|
/linux-6.1.9/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() 594 .el = { in wl3501_mgmt_join() 613 .el = { in wl3501_mgmt_start() 620 .el = { in wl3501_mgmt_start() 632 .el = { in wl3501_mgmt_start() 644 .el = { in wl3501_mgmt_start() 654 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-6.1.9/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-6.1.9/drivers/scsi/sym53c8xx_2/ |
D | sym_misc.h | 115 #define sym_remque(el) __sym_que_del((el)->blink, (el)->flink) argument
|
/linux-6.1.9/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-6.1.9/arch/arm64/include/asm/ |
D | debug-monitors.h | 96 void enable_debug_monitors(enum dbg_active_el el); 97 void disable_debug_monitors(enum dbg_active_el el);
|
/linux-6.1.9/drivers/scsi/aic94xx/ |
D | aic94xx_sds.c | 718 struct asd_ll_el *el = start; in asd_find_ll_by_id() local 723 if (el->id1 == id1) { in asd_find_ll_by_id() 726 if (el->id0 == id0) in asd_find_ll_by_id() 727 return el; in asd_find_ll_by_id() 730 el = start + le16_to_cpu(el->next); in asd_find_ll_by_id() 731 } while (el != start); in asd_find_ll_by_id() 972 struct asd_ll_el *el = NULL; in asd_process_ctrl_a_user() local 1000 el = kmalloc(size, GFP_KERNEL); in asd_process_ctrl_a_user() 1001 if (!el) { in asd_process_ctrl_a_user() 1006 err = asd_read_flash_seg(asd_ha, (void *)el, offs, size); in asd_process_ctrl_a_user() [all …]
|
/linux-6.1.9/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-6.1.9/drivers/gpu/drm/i915/gt/ |
D | intel_execlists_submission.c | 289 static int virtual_prio(const struct intel_engine_execlists *el) in virtual_prio() argument 291 struct rb_node *rb = rb_first_cached(&el->virtual); in virtual_prio() 1026 struct intel_engine_execlists *el = &engine->execlists; in first_virtual_engine() local 1027 struct rb_node *rb = rb_first_cached(&el->virtual); in first_virtual_engine() 1036 rb_erase_cached(rb, &el->virtual); in first_virtual_engine() 1038 rb = rb_first_cached(&el->virtual); in first_virtual_engine() 1135 timeslice_yield(const struct intel_engine_execlists *el, in timeslice_yield() argument 1150 return rq->context->lrc.ccid == READ_ONCE(el->yield); in timeslice_yield() 1191 const struct intel_engine_execlists *el = &engine->execlists; in timeslice_expired() local 1199 return timer_expired(&el->timer) || timeslice_yield(el, rq); in timeslice_expired() [all …]
|
/linux-6.1.9/scripts/coccinelle/api/ |
D | kfree_sensitive.cocci | 25 return not (filter & {el.current_element for el in p})
|