Home
last modified time | relevance | path

Searched refs:el (Results 76 – 100 of 176) sorted by relevance

12345678

/openbmc/openbmc/poky/meta/conf/machine/include/mips/
H A DREADME33 defined as "el".
36 defined as "el".
/openbmc/linux/fs/ocfs2/
H 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 …]
H A Dsuballoc.c323 struct ocfs2_extent_list *el = &bg->bg_list; in ocfs2_bg_discontig_add_extent() local
327 if (!el->l_next_free_rec) in ocfs2_bg_discontig_add_extent()
329 rec = &el->l_recs[le16_to_cpu(el->l_next_free_rec)]; in ocfs2_bg_discontig_add_extent()
337 le16_add_cpu(&el->l_next_free_rec, 1); in ocfs2_bg_discontig_add_extent()
496 struct ocfs2_extent_list *el = &bg->bg_list; in ocfs2_block_group_grow_discontig() local
507 while ((needed > 0) && (le16_to_cpu(el->l_next_free_rec) < in ocfs2_block_group_grow_discontig()
508 le16_to_cpu(el->l_count))) { in ocfs2_block_group_grow_discontig()
550 struct ocfs2_extent_list *el; in ocfs2_bg_alloc_cleanup() local
557 el = &bg->bg_list; in ocfs2_bg_alloc_cleanup()
558 for (i = 0; i < le16_to_cpu(el->l_next_free_rec); i++) { in ocfs2_bg_alloc_cleanup()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hunspell/
H A Dhunspell-dictionaries.bb15 LICENSE:dictionaries/el-polyton = "GPL-2.0-only"
16 LICENSE:dictionaries/el = "GPL-2.0-only"
79 file://dictionaries/el-polyton/license;md5=d952bcbf1c67129920f03536197c7281 \
80 file://dictionaries/el/license;md5=90b757dd77b1ebbf473eef31037a59e8 \
/openbmc/qemu/target/arm/tcg/
H A Dmte_helper.c597 uintptr_t ra, ARMMMUIdx arm_mmu_idx, int el) in mte_async_check_fail() argument
606 env->cp15.tfsr_el[el] |= 1 << select; in mte_async_check_fail()
625 int el, reg_el, tcf; in mte_check_fail() local
634 el = 0; in mte_check_fail()
638 el = reg_el; in mte_check_fail()
658 mte_async_check_fail(env, dirty_ptr, ra, arm_mmu_idx, el); in mte_check_fail()
667 mte_async_check_fail(env, dirty_ptr, ra, arm_mmu_idx, el); in mte_check_fail()
/openbmc/openbmc/poky/meta/conf/machine/include/microblaze/
H A Darch-microblaze.inc16 MBPKGARCH_ENDIAN = "${@bb.utils.contains("TUNE_FEATURES", "bigendian", "eb", "el", d)}"
55 TUNE_ARCH = "microblaze${@bb.utils.contains("TUNE_FEATURES", "bigendian", "", "el", d)}"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/
H A D0001-configure.ac.in-fix-host-contamination.patch72 - echo "Please install openssl-dev(el) package prerequisite"
75 + echo "Please install openssl-dev(el) package prerequisite"
/openbmc/linux/scripts/coccinelle/api/
H A Dmemdup_user.cocci23 return not (filter & {el.current_element for el in p})
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dbootstrap-3.4.1.js35 var el = document.createElement('bootstrap')
45 if (el.style[name] !== undefined) {
95 var Alert = function (el) { argument
96 $(el).on('click', dismiss, this.close)
1407 var el = elements[i]
1408 var elName = el.nodeName.toLowerCase()
1411 el.parentNode.removeChild(el)
1416 var attributeList = $.map(el.attributes, function (el) { return el }) argument
1798 var el = $element[0]
1799 var isBody = el.tagName == 'BODY'
[all …]
H A Djquery.treetable.js440 var el = $(this), tree;
442 if (force || el.data("treetable") === undefined) {
446 el.addClass("treetable").data("treetable", tree);
453 return el;
H A Dtypeahead.jquery.js260 if (!o || !o.el) {
263 this.$el = $(o.el);
410 function traverse(el, hightlightTextNode) { argument
413 childNode = el.childNodes[i];
678 Dataset.extractData = function extractData(el) { argument
679 var $el = $(el);
1359 el: $input
1436 select: function select(el) {
1437 var success = false, $el = $(el);
1443 autocomplete: function autocomplete(el) {
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_execlists_submission.c1037 rb_erase_cached(rb, &el->virtual); in first_virtual_engine()
1039 rb = rb_first_cached(&el->virtual); in first_virtual_engine()
1200 return timer_expired(&el->timer) || timeslice_yield(el, rq); in timeslice_expired()
1215 if (needs_timeslice(engine, *el->active)) { in start_timeslice()
1217 if (timer_active(&el->timer)) { in start_timeslice()
1223 if (!timer_pending(&el->timer)) in start_timeslice()
1231 set_timer_ms(&el->timer, duration); in start_timeslice()
1813 cancel_timer(&el->timer); in new_timeslice()
2301 for (port = el->active; (rq = *port); port++) { in active_context()
2305 ccid, port - el->active); in active_context()
[all …]
/openbmc/webui-vue/src/components/Global/
H A DPageContainer.vue14 this.setFocus(this.$el);
H A DInputPasswordToggle.vue34 const inputEl = firstChild ? firstChild.$el : null;
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Delement.py624 return lambda el: el._attr_value_as_string(attribute) == value
636 return lambda el: el._attr_value_as_string(
640 return lambda el: el._attr_value_as_string(
644 return lambda el: value in el._attr_value_as_string(attribute, '')
654 return lambda el: el.has_attr(attribute)
/openbmc/qemu/target/arm/
H A Dhelper.c1234 if (el == 0) { in pmu_counter_enabled()
2437 switch (el) { in gt_cntfrq_access()
5958 if (el & 1) { in el_is_in_host()
6751 if (el <= 1 && !el_is_in_host(env, el)) { in sve_exception_el()
6800 if (el <= 1 && !el_is_in_host(env, el)) { in sme_exception_el()
6857 if (el <= 1 && !el_is_in_host(env, el)) { in sve_vqm1_for_el_sm()
6934 if (el < 3 in access_tpidr2()
7345 if (el < 2 && in access_pauth()
7350 if (el < 3 && in access_pauth()
7719 if (el < 3 && in access_mte()
[all …]
H A Dkvm64.c790 unsigned int el; in kvm_arch_put_registers() local
852 el = arm_current_el(env); in kvm_arch_put_registers()
853 if (el > 0 && !is_a64(env)) { in kvm_arch_put_registers()
974 unsigned int el; in kvm_arch_get_registers() local
1047 el = arm_current_el(env); in kvm_arch_get_registers()
1048 if (el > 0 && !is_a64(env)) { in kvm_arch_get_registers()
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dcpu.c403 unsigned int el = current_el(); in early_mmu_setup() local
406 if (el == 3) in early_mmu_setup()
417 set_ttbr_tcr_mair(el, gd->arch.tlb_addr, in early_mmu_setup()
418 get_tcr(el, NULL, NULL) & in early_mmu_setup()
480 unsigned int el = current_el(); in final_mmu_setup() local
530 if (el == 3) { in final_mmu_setup()
569 set_ttbr_tcr_mair(el, gd->arch.tlb_addr, get_tcr(el, NULL, NULL), in final_mmu_setup()
/openbmc/qemu/tests/unit/
H A Dtest-hbitmap.c656 unsigned long *el = (unsigned long *)buf; in hbitmap_test_serialize_range() local
670 el[i] = (BITS_PER_LONG == 32 ? le32_to_cpu(el[i]) : le64_to_cpu(el[i])); in hbitmap_test_serialize_range()
745 unsigned long *el = (unsigned long *)buf; in test_hbitmap_serialize_part() local
748 el[j] = (BITS_PER_LONG == 32 ? le32_to_cpu(el[j]) : le64_to_cpu(el[j])); in test_hbitmap_serialize_part()
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/
H A Dpolkit-gnome-authentication-agent-1.desktop10 Name[el]=Πράκτορας πιστοποίησης PolicyKit
50 Comment[el]=Πράκτορας πιστοποίησης PolicyKit
/openbmc/qemu/
H A D.editorconfig8 # Emacs: you need https://github.com/10sr/editorconfig-custom-majormode-el
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_discovery.c1147 #define list_to_kobj(el) container_of(el, struct kobject, entry) argument
1151 struct list_head *el, *tmp; in amdgpu_discovery_sysfs_ip_hw_free() local
1156 list_for_each_prev_safe(el, tmp, &hw_id_kset->list) { in amdgpu_discovery_sysfs_ip_hw_free()
1157 list_del_init(el); in amdgpu_discovery_sysfs_ip_hw_free()
1160 kobject_put(list_to_kobj(el)); in amdgpu_discovery_sysfs_ip_hw_free()
1169 struct list_head *el, *tmp; in amdgpu_discovery_sysfs_die_free() local
1174 list_for_each_prev_safe(el, tmp, &ip_kset->list) { in amdgpu_discovery_sysfs_die_free()
1175 list_del_init(el); in amdgpu_discovery_sysfs_die_free()
1186 struct list_head *el, *tmp; in amdgpu_discovery_sysfs_fini() local
1191 list_for_each_prev_safe(el, tmp, &die_kset->list) { in amdgpu_discovery_sysfs_fini()
[all …]
/openbmc/linux/Documentation/translations/sp_SP/process/
H A Dmagic-number.rst59 Se actualizó la tabla mágica a Linux 2.5.45. Justo sobre el feature
61 el kernel antes de 2.6.x todavía.
/openbmc/linux/tools/perf/util/arm-spe-decoder/
H A Darm-spe-pkt-decoder.c430 int ns, el, idx = packet->index; in arm_spe_pkt_desc_addr() local
441 el = SPE_ADDR_PKT_GET_EL(payload); in arm_spe_pkt_desc_addr()
445 idx_name[idx], payload, el, ns); in arm_spe_pkt_desc_addr()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Deeprom_9287.c186 u32 el; in ath9k_hw_ar9287_check_eeprom() local
196 el = swab16((__force u16)eep->baseEepHeader.length); in ath9k_hw_ar9287_check_eeprom()
198 el = le16_to_cpu(eep->baseEepHeader.length); in ath9k_hw_ar9287_check_eeprom()
200 el = min(el / sizeof(u16), SIZE_EEPROM_AR9287); in ath9k_hw_ar9287_check_eeprom()
201 if (!ath9k_hw_nvram_validate_checksum(ah, el)) in ath9k_hw_ar9287_check_eeprom()

12345678