Home
last modified time | relevance | path

Searched refs:el (Results 1 – 25 of 54) sorted by relevance

123

/linux/arch/alpha/kernel/
A Dcore_lca.c395 union el_lca el; in lca_machine_check() local
429 switch (el.c->size) { 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()
439 ioc_error(el.s->ioc_stat0, el.s->ioc_stat1); in lca_machine_check()
448 el.l->pt[0], el.l->exc_addr, el.l->dc_stat); in lca_machine_check()
450 if (el.l->esr & ESR_EAV) { in lca_machine_check()
451 mem_error(el.l->esr, el.l->ear); in lca_machine_check()
[all …]
/linux/fs/ocfs2/
A Dalloc.c629 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()
1084 ocfs2_rec_clusters(el, &el->l_recs[i]); in ocfs2_sum_rightmost_rec()
1634 el->l_recs[i] = el->l_recs[i+1]; in ocfs2_rotate_leaf()
2068 el = left_path->p_node[i].el; in ocfs2_complete_edge_insert()
2072 el = right_path->p_node[i].el; in ocfs2_complete_edge_insert()
2093 el = left_path->p_node[subtree_index].el; in ocfs2_complete_edge_insert()
2224 el = path->p_node[i].el; in ocfs2_find_cpos_for_left_leaf()
2548 el = path->p_node[i].el; in ocfs2_update_edge_lengths()
2822 el = path->p_node[i].el; in ocfs2_find_cpos_for_right_leaf()
[all …]
A Dextent_map.c290 el = &eb->h_list; in ocfs2_last_eb_is_empty()
292 if (el->l_tree_depth) { in ocfs2_last_eb_is_empty()
323 rec = &el->l_recs[i]; in ocfs2_search_for_hole_index()
374 el = &next_eb->h_list; in ocfs2_figure_hole_clusters()
414 el = &di->id2.i_list; in ocfs2_get_clusters_nocache()
426 el = &eb->h_list; in ocfs2_get_clusters_nocache()
447 el, eb_bh, in ocfs2_get_clusters_nocache()
459 rec = &el->l_recs[i]; in ocfs2_get_clusters_nocache()
541 if (el->l_tree_depth) { in ocfs2_xattr_get_clusters()
550 el = &eb->h_list; in ocfs2_xattr_get_clusters()
[all …]
A Dalloc.h226 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)
A Dextent_map.h48 struct ocfs2_extent_list *el,
56 struct ocfs2_extent_list *el,
A Drefcounttree.c1081 el = &rb->rf_list; in ocfs2_get_refcount_rec()
1084 if (el->l_tree_depth) { in ocfs2_get_refcount_rec()
1092 el = &eb->h_list; in ocfs2_get_refcount_rec()
1094 if (el->l_tree_depth) { in ocfs2_get_refcount_rec()
1105 rec = &el->l_recs[i]; in ocfs2_get_refcount_rec()
1713 el = path_leaf_el(path); in ocfs2_adjust_refcount_rec()
2654 el = &eb->h_list; in ocfs2_refcount_cal_cow_clusters()
2656 if (el->l_tree_depth) { in ocfs2_refcount_cal_cow_clusters()
2667 rec = &el->l_recs[i]; in ocfs2_refcount_cal_cow_clusters()
2815 el = &eb->h_list; in ocfs2_refcount_cal_cow_clusters()
[all …]
/linux/lib/
A Dtest_list_sort.c61 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() % (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/fs/gfs2/
A Dxattr.c189 el->el_bh = bh; in ea_find_i()
208 ef.ef_el = el; in gfs2_ea_find()
546 if (!el.el_ea) in gfs2_xattr_acl_get()
592 if (!el.el_ea) in __gfs2_xattr_get()
1057 es.es_el = el; in ea_set_i()
1076 if (el->el_prev && GFS2_EA2NEXT(el->el_prev) != el->el_ea) { in ea_set_remove_unstuffed()
1077 el->el_prev = GFS2_EA2NEXT(el->el_prev); in ea_set_remove_unstuffed()
1079 GFS2_EA2NEXT(el->el_prev) == el->el_ea); in ea_set_remove_unstuffed()
1082 return ea_remove_unstuffed(ip, el->el_bh, el->el_ea, el->el_prev, 0); in ea_set_remove_unstuffed()
1141 if (!el.el_ea) in gfs2_xattr_remove()
[all …]
/linux/Documentation/RCU/
A Drcuref.rst26 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)) ...
98 atomic_set(&el->rc, 1); atomic_inc(&el->rc);
110 kfree(el); ...
151 if (atomic_dec_and_test(&el->rc))
[all …]
/linux/drivers/crypto/hisilicon/sec/
A Dsec_algs.c376 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()
380 kfree(el); in sec_alg_free_el()
640 el = kzalloc(sizeof(*el), gfp); in sec_alg_alloc_and_fill_el()
641 if (!el) in sec_alg_alloc_and_fill_el()
644 req = &el->req; in sec_alg_alloc_and_fill_el()
671 ret = sec_alloc_and_fill_hw_sgl(&el->in, &el->dma_in, el->sgl_in, in sec_alg_alloc_and_fill_el()
681 ret = sec_alloc_and_fill_hw_sgl(&el->out, &el->dma_out, in sec_alg_alloc_and_fill_el()
697 return el; in sec_alg_alloc_and_fill_el()
700 sec_free_hw_sgl(el->in, el->dma_in, info); in sec_alg_alloc_and_fill_el()
[all …]
/linux/scripts/
A Dspdxcheck.py20 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):
207 for el in tree.traverse():
210 if el.path.startswith("LICENSES"):
212 if el.path.find("license-rules.rst") >= 0:
214 if not os.path.isfile(el.path):
216 with open(el.path, 'rb') as fd:
217 parser.parse_lines(fd, args.maxlines, el.path)
[all …]
/linux/arch/arm64/kernel/
A Dentry.S41 .if \el == 0
65 b el\el\ht\()_\regsize\()_\label
97 b el\el\ht\()_\regsize\()_\label
212 .if \el == 0
282 .if \el == 0
298 .if \el == 0
329 .if \el != 0
351 .if \el == 0
547 SYM_CODE_START_LOCAL(el\el\ht\()_\regsize\()_\label)
550 bl el\el\ht\()_\regsize\()_\label\()_handler
[all …]
A Ddebug-monitors.c80 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/drivers/net/wireless/
A Dwl3501_cs.c177 el->id = id; in iw_set_mgmt_info_element()
178 el->len = 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()
655 iw_copy_mgmt_info_element(&this->keep_essid.el, &this->essid.el); in wl3501_mgmt_start()
679 else if (this->essid.el.len != sig.req.ssid.el.len) in wl3501_mgmt_scan_confirm()
[all …]
A Dwl3501.h238 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/tools/perf/util/arm-spe-decoder/
A Darm-spe-decoder.c27 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/lib/reed_solomon/
A Ddecode_rs.c14 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/drivers/scsi/aic94xx/
A Daic94xx_sds.c718 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()
1013 ps = asd_find_ll_by_id(el, 'h', 0xFF); in asd_process_ctrl_a_user()
[all …]
/linux/drivers/input/misc/
A Dyealink.c129 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/drivers/scsi/sym53c8xx_2/
A Dsym_misc.h115 #define sym_remque(el) __sym_que_del((el)->blink, (el)->flink) argument
/linux/scripts/package/
A Dmkdebian39 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/arch/arm64/include/asm/
A Ddebug-monitors.h108 void enable_debug_monitors(enum dbg_active_el el);
109 void disable_debug_monitors(enum dbg_active_el el);
/linux/drivers/gpu/drm/i915/gt/
A Dintel_execlists_submission.c1021 rb_erase_cached(rb, &el->virtual); in first_virtual_engine()
1023 rb = rb_first_cached(&el->virtual); in first_virtual_engine()
1184 return timer_expired(&el->timer) || timeslice_yield(el, rq); in timeslice_expired()
1199 if (needs_timeslice(engine, *el->active)) { in start_timeslice()
1201 if (timer_active(&el->timer)) { in start_timeslice()
1207 if (!timer_pending(&el->timer)) in start_timeslice()
1215 set_timer_ms(&el->timer, duration); in start_timeslice()
1800 cancel_timer(&el->timer); in new_timeslice()
2264 for (port = el->active; (rq = *port); port++) { in active_context()
2268 ccid, port - el->active); in active_context()
[all …]
/linux/scripts/coccinelle/api/
A Dkfree_sensitive.cocci25 return not (filter & {el.current_element for el in p})
A Dmemdup_user.cocci23 return not (filter & {el.current_element for el in p})

Completed in 894 milliseconds

123