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

123

/linux-master/lib/
H A Dtest_list_sort.c61 struct debug_el *el, **elts; local
70 el = kunit_kmalloc(test, sizeof(*el), GFP_KERNEL);
71 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, el);
74 el->value = get_random_u32_below(TEST_LIST_LEN / 3);
75 el->serial = i;
76 el->poison1 = TEST_POISON1;
77 el->poison2 = TEST_POISON2;
78 elts[i] = el;
79 list_add_tail(&el
[all...]
/linux-master/arch/alpha/kernel/
H A Dcore_lca.c397 union el_lca el;
399 el.c = (struct el_common *) la_ptr;
404 vector, get_irq_regs()->pc, (unsigned int) el.c->code);
413 switch ((unsigned int) el.c->code) {
431 switch (el.c->size) {
435 reason, el.c->retry ? ", retryable" : "",
436 el.s->dc_stat);
437 if (el.s->esr & ESR_EAV) {
438 mem_error(el.s->esr, el
395 union el_lca el; local
[all...]
/linux-master/fs/gfs2/
H A Dxattr.c187 struct gfs2_ea_location *el = ef->ef_el; local
189 el->el_bh = bh;
190 el->el_ea = ea;
191 el->el_prev = prev;
200 struct gfs2_ea_location *el)
208 ef.ef_el = el;
210 memset(el, 0, sizeof(struct gfs2_ea_location));
518 static int gfs2_ea_get_copy(struct gfs2_inode *ip, struct gfs2_ea_location *el, argument
522 size_t len = GFS2_EA_DATA_LEN(el->el_ea);
526 if (GFS2_EA_IS_STUFFED(el
199 gfs2_ea_find(struct gfs2_inode *ip, int type, const char *name, struct gfs2_ea_location *el) argument
538 struct gfs2_ea_location el; local
581 struct gfs2_ea_location el; local
837 ea_set_remove_stuffed(struct gfs2_inode *ip, struct gfs2_ea_location *el) argument
1041 ea_set_i(struct gfs2_inode *ip, int type, const char *name, const void *value, size_t size, struct gfs2_ea_location *el) argument
1073 ea_set_remove_unstuffed(struct gfs2_inode *ip, struct gfs2_ea_location *el) argument
1085 ea_remove_stuffed(struct gfs2_inode *ip, struct gfs2_ea_location *el) argument
1132 struct gfs2_ea_location el; local
1173 struct gfs2_ea_location el; local
[all...]
/linux-master/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c373 static void sec_alg_free_el(struct sec_request_el *el, argument
376 sec_free_hw_sgl(el->out, el->dma_out, info);
377 sec_free_hw_sgl(el->in, el->dma_in, info);
378 kfree(el->sgl_in);
379 kfree(el->sgl_out);
380 kfree(el);
386 struct sec_request_el *el, *temp; local
390 list_for_each_entry_safe(el, tem
636 struct sec_request_el *el; local
722 struct sec_request_el *el, *temp; local
[all...]
/linux-master/fs/ocfs2/
H A Dalloc.c586 node->el = NULL;
629 dest->p_node[i].el = src->p_node[i].el;
651 dest->p_node[i].el = src->p_node[i].el;
654 src->p_node[i].el = NULL;
677 path->p_node[index].el = &eb->h_list;
766 int ocfs2_search_extent_list(struct ocfs2_extent_list *el, u32 v_cluster) argument
773 for(i = 0; i < le16_to_cpu(el->l_next_free_rec); i++) {
774 rec = &el
951 struct ocfs2_extent_list *el = NULL; local
1084 ocfs2_sum_rightmost_rec(struct ocfs2_extent_list *el) argument
1103 struct ocfs2_extent_list *el; local
1163 struct ocfs2_extent_list *el; local
1462 struct ocfs2_extent_list *el; local
1534 struct ocfs2_extent_list *el = et->et_root_el; local
1600 ocfs2_shift_records_right(struct ocfs2_extent_list *el) argument
1615 ocfs2_rotate_leaf(struct ocfs2_extent_list *el, struct ocfs2_extent_rec *insert_rec) argument
1694 ocfs2_remove_empty_extent(struct ocfs2_extent_list *el) argument
1717 ocfs2_create_empty_extent(struct ocfs2_extent_list *el) argument
1801 struct ocfs2_extent_list *el; local
1913 struct ocfs2_extent_list *el = &eb->h_list; local
2048 struct ocfs2_extent_list *el, *left_el, *right_el; local
2220 struct ocfs2_extent_list *el; local
2328 ocfs2_leftmost_rec_contains(struct ocfs2_extent_list *el, u32 cpos) argument
2534 struct ocfs2_extent_list *el; local
2575 struct ocfs2_extent_list *el; local
2815 struct ocfs2_extent_list *el; local
2885 struct ocfs2_extent_list *el = path_leaf_el(path); local
3030 struct ocfs2_extent_list *el; local
3158 struct ocfs2_extent_list *el; local
3261 ocfs2_cleanup_merge(struct ocfs2_extent_list *el, int index) argument
3360 struct ocfs2_extent_list *el = path_leaf_el(left_path); local
3524 struct ocfs2_extent_list *el = path_leaf_el(right_path); local
3668 struct ocfs2_extent_list *el = path_leaf_el(path); local
3865 ocfs2_insert_at_leaf(struct ocfs2_extent_tree *et, struct ocfs2_extent_rec *insert_rec, struct ocfs2_extent_list *el, struct ocfs2_insert_type *insert) argument
3961 struct ocfs2_extent_list *el; local
3998 struct ocfs2_extent_list *el; local
4084 struct ocfs2_extent_list *left_el = NULL, *right_el, *insert_el, *el; local
4252 struct ocfs2_extent_list *el; local
4355 ocfs2_figure_merge_contig_type(struct ocfs2_extent_tree *et, struct ocfs2_path *path, struct ocfs2_extent_list *el, int index, struct ocfs2_extent_rec *split_rec, struct ocfs2_merge_ctxt *ctxt) argument
4483 ocfs2_figure_contig_type(struct ocfs2_extent_tree *et, struct ocfs2_insert_type *insert, struct ocfs2_extent_list *el, struct ocfs2_extent_rec *insert_rec) argument
4529 ocfs2_figure_appending_type(struct ocfs2_insert_type *insert, struct ocfs2_extent_list *el, struct ocfs2_extent_rec *insert_rec) argument
4584 struct ocfs2_extent_list *el; local
4989 struct ocfs2_extent_list *el; local
5020 ocfs2_replace_extent_rec(handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_path *path, struct ocfs2_extent_list *el, int split_index, struct ocfs2_extent_rec *split_rec) argument
5071 struct ocfs2_extent_list *el = path_leaf_el(path); local
5167 struct ocfs2_extent_list *el; local
5286 struct ocfs2_extent_list *rightmost_el, *el; local
5358 struct ocfs2_extent_list *el = path_leaf_el(path); local
5520 struct ocfs2_extent_list *el; local
7218 struct ocfs2_extent_list *el; local
[all...]
H A Dextent_map.c281 struct ocfs2_extent_list *el; local
290 el = &eb->h_list;
292 if (el->l_tree_depth) {
301 next_free = le16_to_cpu(el->l_next_free_rec);
304 (next_free == 1 && ocfs2_is_empty_extent(&el->l_recs[0])))
313 * Return the 1st index within el which contains an extent start
316 static int ocfs2_search_for_hole_index(struct ocfs2_extent_list *el, argument
322 for(i = 0; i < le16_to_cpu(el->l_next_free_rec); i++) {
323 rec = &el->l_recs[i];
339 * If we have in-inode extents, then el point
343 ocfs2_figure_hole_clusters(struct ocfs2_caching_info *ci, struct ocfs2_extent_list *el, struct buffer_head *eb_bh, u32 v_cluster, u32 *num_clusters) argument
405 struct ocfs2_extent_list *el; local
530 ocfs2_xattr_get_clusters(struct inode *inode, u32 v_cluster, u32 *p_cluster, u32 *num_clusters, struct ocfs2_extent_list *el, unsigned int *extent_flags) argument
[all...]
H A Dextent_map.h48 struct ocfs2_extent_list *el,
56 struct ocfs2_extent_list *el,
H 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, argument
242 if (el->l_tree_depth)
271 struct ocfs2_extent_list *el; member in struct:ocfs2_path_item
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)
H A Drefcounttree.c954 * el->l_recs[index].e_blkno.
959 struct ocfs2_extent_list *el,
970 if (index < le16_to_cpu(el->l_next_free_rec) - 1) {
975 *cpos_end = le32_to_cpu(el->l_recs[index+1].e_cpos);
1032 tmp_el = left_path->p_node[subtree_root].el;
1065 struct ocfs2_extent_list *el; local
1081 el = &rb->rf_list;
1084 if (el->l_tree_depth) {
1085 ret = ocfs2_find_leaf(ci, el, low_cpos, &eb_bh);
1092 el
956 ocfs2_get_refcount_cpos_end(struct ocfs2_caching_info *ci, struct buffer_head *ref_root_bh, struct ocfs2_extent_block *eb, struct ocfs2_extent_list *el, int index, u32 *cpos_end) argument
1662 struct ocfs2_extent_list *el; local
2627 ocfs2_refcount_cal_cow_clusters(struct inode *inode, struct ocfs2_extent_list *el, u32 cpos, u32 write_len, u32 max_cpos, u32 *cow_start, u32 *cow_len) argument
3066 struct ocfs2_extent_list *el; local
[all...]
/linux-master/drivers/soc/apple/
H A Drtkit-crashlog.c130 const char *el; local
142 el = "EL0t";
145 el = "EL1t";
148 el = "EL1h";
151 el = "EL2t";
154 el = "EL2h";
157 el = "unknown";
162 dev_warn(rtk->dev, " == Exception taken from %s ==", el);
/linux-master/arch/arm64/kernel/
H A Dentry.S38 .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
198 .macro kernel_entry, el, regsize = 64
199 .if \el == 0
221 .if \el == 0
281 .endif /* \el
[all...]
H A Ddebug-monitors.c80 void enable_debug_monitors(enum dbg_active_el el) argument
89 if (el == DBG_ACTIVE_EL1 &&
101 void disable_debug_monitors(enum dbg_active_el el) argument
110 if (el == DBG_ACTIVE_EL1 &&
/linux-master/arch/arm64/include/asm/
H A Ddebug-monitors.h96 void enable_debug_monitors(enum dbg_active_el el);
97 void disable_debug_monitors(enum dbg_active_el el);
/linux-master/scripts/
H A Dspdxcheck.py21 def __init__(self, el, txt):
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
[all...]
/linux-master/drivers/bus/mhi/ep/
H A Dring.c106 int mhi_ep_ring_add_element(struct mhi_ep_ring *ring, struct mhi_ring_element *el) argument
139 rp = cpu_to_le64(ring->rd_offset * sizeof(*el) + ring->rbase);
142 buf_info.host_addr = ring->rbase + (old_offset * sizeof(*el));
143 buf_info.dev_addr = el;
144 buf_info.size = sizeof(*el);
H A Dmain.c29 struct mhi_ring_element *el, bool bei)
48 ret = mhi_ep_ring_add_element(ring, el);
163 static int mhi_ep_process_cmd_ring(struct mhi_ep_ring *ring, struct mhi_ring_element *el) argument
173 ch_id = MHI_TRE_GET_CMD_CHID(el);
184 switch (MHI_TRE_GET_CMD_TYPE(el)) {
314 MHI_TRE_GET_CMD_TYPE(el), ch_id);
343 struct mhi_ring_element *el = &ring->ring_cache[ring->rd_offset]; local
361 if (MHI_TRE_DATA_GET_CHAIN(el)) {
366 if (MHI_TRE_DATA_GET_IEOB(el)) {
367 ret = mhi_ep_send_completion_event(mhi_cntrl, ring, el,
28 mhi_ep_send_event(struct mhi_ep_cntrl *mhi_cntrl, u32 ring_idx, struct mhi_ring_element *el, bool bei) argument
409 struct mhi_ring_element *el; local
525 struct mhi_ring_element *el = &ring->ring_cache[ring->rd_offset]; local
555 struct mhi_ring_element *el; local
785 struct mhi_ring_element *el; local
[all...]
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_misc.h115 #define sym_remque(el) __sym_que_del((el)->blink, (el)->flink)
/linux-master/tools/perf/util/arm-spe-decoder/
H A Darm-spe-decoder.c27 u64 ns, el, val; local
33 el = SPE_ADDR_PKT_GET_EL(payload);
39 if (ns && (el == SPE_ADDR_PKT_EL1 || el == SPE_ADDR_PKT_EL2))
H A Darm-spe-pkt-decoder.c430 int ns, el, idx = packet->index; local
441 el = SPE_ADDR_PKT_GET_EL(payload);
444 "%s 0x%llx el%d ns=%d",
445 idx_name[idx], payload, el, ns);
526 arm_spe_pkt_out_string(&err, &buf, &blen, "%s 0x%lx el%d",
/linux-master/lib/reed_solomon/
H 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-master/scripts/package/
H 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-master/drivers/input/misc/
H A Dyealink.c129 static int setChar(struct yealink_dev *yld, int el, int chr) argument
133 if (el >= ARRAY_SIZE(lcdMap))
139 yld->lcdMap[el] = chr;
141 if (lcdMap[el].type == '.') {
142 a = lcdMap[el].u.p.a;
143 m = lcdMap[el].u.p.m;
153 m = lcdMap[el].u.s[i].m;
158 a = lcdMap[el].u.s[i].a;
631 int el, size_t len)
646 setChar(yld, el
630 store_line(struct device *dev, const char *buf, size_t count, int el, size_t len) argument
[all...]
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_sds.c718 struct asd_ll_el *el = start; local
723 if (el->id1 == id1) {
726 if (el->id0 == id0)
727 return el;
730 el = start + le16_to_cpu(el->next);
731 } while (el != start);
972 struct asd_ll_el *el = NULL; local
1000 el = kmalloc(size, GFP_KERNEL);
1001 if (!el) {
[all...]
/linux-master/tools/perf/util/
H A Dcs-etm.c92 ocsd_ex_level el; member in struct:cs_etm_traceid_queue
485 tidq->el = tidq->prev_packet_el = ocsd_EL_unknown;
633 tidq->prev_packet_el = tidq->el;
910 ocsd_ex_level el)
929 switch (el) {
943 ocsd_ex_level el)
945 struct machine *machine = cs_etm__get_machine(etmq, el);
997 assert(tidq->el == ocsd_EL1 || tidq->el == ocsd_EL0);
999 assert(tidq->el
909 cs_etm__get_machine(struct cs_etm_queue *etmq, ocsd_ex_level el) argument
942 cs_etm__cpu_mode(struct cs_etm_queue *etmq, u64 address, ocsd_ex_level el) argument
1386 cs_etm__set_thread(struct cs_etm_queue *etmq, struct cs_etm_traceid_queue *tidq, pid_t tid, ocsd_ex_level el) argument
1404 cs_etm__etmq_set_tid_el(struct cs_etm_queue *etmq, pid_t tid, u8 trace_chan_id, ocsd_ex_level el) argument
[all...]
/linux-master/drivers/hte/
H A Dhte-tegra194.c605 struct hte_ts_data el; local
624 el.tsc = tsc << HTE_TS_NS_SHIFT;
625 el.raw_level = tegra_hte_get_level(gs, line_id);
626 hte_push_ts_ns(gs->chip, line_id, &el);

Completed in 219 milliseconds

123