| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A 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 …]
|
| H A 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 …]
|
| H A 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)
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/RCU/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/sec/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A 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 …]
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | list_sort.c | 217 struct debug_el *el; in list_sort_test() local 231 el = kmalloc(sizeof(*el), GFP_KERNEL); in list_sort_test() 232 if (!el) { in list_sort_test() 238 el->value = prandom_u32() % (TEST_LIST_LEN / 3); in list_sort_test() 239 el->serial = i; in list_sort_test() 240 el->poison1 = TEST_POISON1; in list_sort_test() 241 el->poison2 = TEST_POISON2; in list_sort_test() 242 elts[i] = el; in list_sort_test() 243 list_add_tail(&el->list, &head); in list_sort_test() 265 el = container_of(cur, struct debug_el, list); in list_sort_test() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | system.h | 138 unsigned int el; in current_el() local 139 asm volatile("mrs %0, CurrentEL" : "=r" (el) : : "cc"); in current_el() 140 return el >> 2; in current_el() 145 unsigned int el, val; in get_sctlr() local 147 el = current_el(); in get_sctlr() 148 if (el == 1) in get_sctlr() 150 else if (el == 2) in get_sctlr() 160 unsigned int el; in set_sctlr() local 162 el = current_el(); in set_sctlr() 163 if (el == 1) in set_sctlr() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/anthy/anthy/ |
| H A D | not_build_elc.patch | 8 @@ -8,7 +8,8 @@ ELISP_FILES = anthy.el anthy-dic.el anth 9 anthy-isearch.el anthy-azik.el anthy-kyuri.el
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/armv8/ |
| H A D | mmu.h | 105 static inline void set_ttbr_tcr_mair(int el, u64 table, u64 tcr, u64 attr) in set_ttbr_tcr_mair() argument 108 if (el == 1) { in set_ttbr_tcr_mair() 112 } else if (el == 2) { in set_ttbr_tcr_mair() 116 } else if (el == 3) { in set_ttbr_tcr_mair() 135 u64 get_tcr(int el, u64 *pips, u64 *pva_bits);
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | kwbimage.c | 1318 struct image_cfg_element *el) in image_create_config_parse_oneline() argument 1333 el->type = keyword_id; in image_create_config_parse_oneline() 1344 el->version = atoi(value1); in image_create_config_parse_oneline() 1353 el->bootfrom = ret; in image_create_config_parse_oneline() 1356 el->nandblksz = strtoul(value1, NULL, 16); in image_create_config_parse_oneline() 1359 el->nandbadblklocation = strtoul(value1, NULL, 16); in image_create_config_parse_oneline() 1368 el->nandeccmode = ret; in image_create_config_parse_oneline() 1371 el->nandpagesz = strtoul(value1, NULL, 16); in image_create_config_parse_oneline() 1376 el->binary.file = strdup(value1); in image_create_config_parse_oneline() 1382 el->binary.args[argi] = strtoul(value, NULL, 16); in image_create_config_parse_oneline() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | oescripts.py | 28 for el in expected_endlines: 29 if line.endswith(el): 30 expected_endlines.remove(el) 131 for el in expected_endlines: 132 if line and line.split()[0] == el.split()[0] and \ 133 ' '.join(sorted(el.split())) in ' '.join(sorted(line.split())): 134 expected_endlines.remove(el)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/node/ |
| H A D | node_elements.hpp | 58 element_indexable(Element const& el, Translator const& tr) in element_indexable() argument 60 return tr(el); in element_indexable() 65 element_indexable(rtree::ptr_pair<First, Pointer> const& el, Translator const& /*tr*/) in element_indexable() argument 67 return el.first; in element_indexable()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | basic-block.h | 280 #define EDGE_INDEX(el, pred, succ) (find_edge_index ((el), (pred), (succ))) argument 284 #define INDEX_EDGE_PRED_BB(el, index) ((el)->index_to_edge[(index)]->src) argument 285 #define INDEX_EDGE_SUCC_BB(el, index) ((el)->index_to_edge[(index)]->dest) argument 288 #define INDEX_EDGE(el, index) ((el)->index_to_edge[(index)]) argument 291 #define NUM_EDGES(el) ((el)->num_edges) argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | basic-block.h | 280 #define EDGE_INDEX(el, pred, succ) (find_edge_index ((el), (pred), (succ))) argument 284 #define INDEX_EDGE_PRED_BB(el, index) ((el)->index_to_edge[(index)]->src) argument 285 #define INDEX_EDGE_SUCC_BB(el, index) ((el)->index_to_edge[(index)]->dest) argument 288 #define INDEX_EDGE(el, index) ((el)->index_to_edge[(index)]) argument 291 #define NUM_EDGES(el) ((el)->num_edges) argument
|
| /OK3568_Linux_fs/buildroot/package/libopenh264/ |
| H A D | 0002-fix-mips-build.patch | 33 …el-hf-2020.02 --sysconfdir=/opt/br-mips64r6-n64-el-hf-2020.02/etc --enable-static --target=mips64e…
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/ |
| H A D | rockchip_debug.c | 169 int i = 0, j = 0, el, ns; in rockchip_debug_dump_pmpcsr() local 210 el = (pmpcsr >> 61) & 0x3; in rockchip_debug_dump_pmpcsr() 216 if (el == 2) in rockchip_debug_dump_pmpcsr() 225 el, ns?"NS":"S", pc, pc); in rockchip_debug_dump_pmpcsr() 340 int i = 0, j, el, ns; in rockchip_panic_notify_pmpcsr() local 380 el = (pmpcsr >> 61) & 0x3; in rockchip_panic_notify_pmpcsr() 386 if (el == 2) in rockchip_panic_notify_pmpcsr() 395 el, ns?"NS":"S", pc, pc); in rockchip_panic_notify_pmpcsr()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | entry.S | 63 .macro kernel_ventry, el, label, regsize = 64 66 .if \el == 0 93 b el\()\el\()_\label 125 b el\()\el\()_\label 224 .macro kernel_entry, el, regsize = 64 244 .if \el == 0 320 .if \el == 0 329 bl __swpan_entry_el\el 336 .if \el == 0 366 .macro kernel_exit, el argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ |
| H A 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() 596 .el = { in wl3501_mgmt_join() 615 .el = { in wl3501_mgmt_start() 622 .el = { in wl3501_mgmt_start() 634 .el = { in wl3501_mgmt_start() 646 .el = { in wl3501_mgmt_start() 656 iw_copy_mgmt_info_element(&sig.ssid.el, &this->essid.el); in wl3501_mgmt_start() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/emacs/ |
| H A D | emacs_27.2.bb | 72 ${datadir}/${BPN}/${PV}/lisp/loadup.el \ 91 ${datadir}/${BPN}/${PV}/lisp/loaddefs.el \ 101 ${datadir}/${BPN}/${PV}/lisp/international/charprop.el \ 179 ${datadir}/${BPN}/${PV}/lisp/ldefs-boot.el \ 181 ${datadir}/${BPN}/${PV}/lisp/international/uni*.el \ 197 ${datadir}/${BPN}/${PV}/lisp/subdirs.el \ 240 ${datadir}/${BPN}/${PV}/lisp/net/tramp-loaddefs.el \ 247 ${datadir}/${BPN}/${PV}/etc/themes/adwaita-theme.el \ 248 ${datadir}/${BPN}/${PV}/etc/themes/wheatgrass-theme.el \ 249 ${datadir}/${BPN}/${PV}/etc/themes/deeper-blue-theme.el \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ebc-dev/bufmanage/ |
| H A D | buf_list.c | 91 int buf_list_add(buf_list_t *li, int *el, int pos) in buf_list_add() argument 112 li->array_elements[pos] = el; in buf_list_add() 161 int buf_list_set(buf_list_t *li, int *el, int pos) in buf_list_set() argument 168 li->array_elements[pos] = el; in buf_list_set()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/ |
| H A D | result.hpp | 479 const char el = matrix.template get<F1, F2>(); in per_one() local 483 return el == 'F'; in per_one() 487 return el == 'T' || ( el >= '0' && el <= '9' ); in per_one() 491 return el == mask_el; in per_one() 989 const char el = matrix.template get<F1, F2>(); in apply() local 990 return apply_dispatch(el, integral_constant<int, version>()); in apply() 994 static inline bool apply_dispatch(char el, integral_constant<int, 0>) in apply_dispatch() 996 return el == 'F'; in apply_dispatch() 999 static inline bool apply_dispatch(char el, integral_constant<int, 1>) in apply_dispatch() 1001 return el == 'T' || ( el >= '0' && el <= '9' ); in apply_dispatch() [all …]
|