/linux-4.1.27/arch/alpha/kernel/ |
D | core_lca.c | 393 union el_lca el; in lca_machine_check() local 395 el.c = (struct el_common *) la_ptr; in lca_machine_check() 400 vector, get_irq_regs()->pc, (unsigned int) el.c->code); in lca_machine_check() 409 switch ((unsigned int) el.c->code) { in lca_machine_check() 427 switch (el.c->size) { in lca_machine_check() 431 reason, el.c->retry ? ", retryable" : "", in lca_machine_check() 432 el.s->dc_stat); in lca_machine_check() 433 if (el.s->esr & ESR_EAV) { in lca_machine_check() 434 mem_error(el.s->esr, el.s->ear); in lca_machine_check() 436 if (el.s->ioc_stat0 & IOC_ERR) { in lca_machine_check() [all …]
|
/linux-4.1.27/fs/ocfs2/ |
D | alloc.c | 593 node->el = NULL; in ocfs2_reinit_path() 636 dest->p_node[i].el = src->p_node[i].el; in ocfs2_cp_path() 658 dest->p_node[i].el = src->p_node[i].el; in ocfs2_mv_path() 661 src->p_node[i].el = NULL; in ocfs2_mv_path() 684 path->p_node[index].el = &eb->h_list; in ocfs2_path_insert_eb() 773 int ocfs2_search_extent_list(struct ocfs2_extent_list *el, u32 v_cluster) in ocfs2_search_extent_list() argument 780 for(i = 0; i < le16_to_cpu(el->l_next_free_rec); i++) { in ocfs2_search_extent_list() 781 rec = &el->l_recs[i]; in ocfs2_search_extent_list() 784 clusters = ocfs2_rec_clusters(el, rec); in ocfs2_search_extent_list() 963 struct ocfs2_extent_list *el = NULL; in ocfs2_num_free_extents() local [all …]
|
D | extent_map.c | 295 struct ocfs2_extent_list *el; in ocfs2_last_eb_is_empty() local 304 el = &eb->h_list; in ocfs2_last_eb_is_empty() 306 if (el->l_tree_depth) { in ocfs2_last_eb_is_empty() 315 next_free = le16_to_cpu(el->l_next_free_rec); in ocfs2_last_eb_is_empty() 318 (next_free == 1 && ocfs2_is_empty_extent(&el->l_recs[0]))) in ocfs2_last_eb_is_empty() 330 static int ocfs2_search_for_hole_index(struct ocfs2_extent_list *el, in ocfs2_search_for_hole_index() argument 336 for(i = 0; i < le16_to_cpu(el->l_next_free_rec); i++) { in ocfs2_search_for_hole_index() 337 rec = &el->l_recs[i]; in ocfs2_search_for_hole_index() 358 struct ocfs2_extent_list *el, in ocfs2_figure_hole_clusters() argument 367 i = ocfs2_search_for_hole_index(el, v_cluster); in ocfs2_figure_hole_clusters() [all …]
|
D | alloc.h | 240 int ocfs2_search_extent_list(struct ocfs2_extent_list *el, u32 v_cluster); 246 static inline unsigned int ocfs2_rec_clusters(struct ocfs2_extent_list *el, in ocfs2_rec_clusters() argument 256 if (el->l_tree_depth) in ocfs2_rec_clusters() 285 struct ocfs2_extent_list *el; member 297 #define path_root_el(_path) ((_path)->p_node[0].el) 300 #define path_leaf_el(_path) ((_path)->p_node[(_path)->p_tree_depth].el)
|
D | extent_map.h | 60 struct ocfs2_extent_list *el, 68 struct ocfs2_extent_list *el,
|
D | refcounttree.c | 969 struct ocfs2_extent_list *el, in ocfs2_get_refcount_cpos_end() argument 980 if (index < le16_to_cpu(el->l_next_free_rec) - 1) { in ocfs2_get_refcount_cpos_end() 985 *cpos_end = le32_to_cpu(el->l_recs[index+1].e_cpos); in ocfs2_get_refcount_cpos_end() 1042 tmp_el = left_path->p_node[subtree_root].el; in ocfs2_get_refcount_cpos_end() 1075 struct ocfs2_extent_list *el; in ocfs2_get_refcount_rec() local 1091 el = &rb->rf_list; in ocfs2_get_refcount_rec() 1094 if (el->l_tree_depth) { in ocfs2_get_refcount_rec() 1095 ret = ocfs2_find_leaf(ci, el, low_cpos, &eb_bh); in ocfs2_get_refcount_rec() 1102 el = &eb->h_list; in ocfs2_get_refcount_rec() 1104 if (el->l_tree_depth) { in ocfs2_get_refcount_rec() [all …]
|
D | xattr.c | 1101 struct ocfs2_extent_list *el; in ocfs2_xattr_get_value_outside() local 1103 el = &xv->xr_list; in ocfs2_xattr_get_value_outside() 1111 &num_clusters, el, NULL); in ocfs2_xattr_get_value_outside() 2645 struct ocfs2_extent_list *el = &di->id2.i_list; in ocfs2_xattr_has_space_inline() local 2646 free = (le16_to_cpu(el->l_count) - in ocfs2_xattr_has_space_inline() 2647 le16_to_cpu(el->l_next_free_rec)) * in ocfs2_xattr_has_space_inline() 2735 struct ocfs2_extent_list *el = &di->id2.i_list; in ocfs2_xattr_ibody_init() local 2736 le16_add_cpu(&el->l_count, -(xattrsize / in ocfs2_xattr_ibody_init() 3192 struct ocfs2_extent_list *el = in ocfs2_calc_xattr_set_need() local 3194 meta_add += ocfs2_extend_meta_needed(el); in ocfs2_calc_xattr_set_need() [all …]
|
D | suballoc.c | 356 struct ocfs2_extent_list *el = &bg->bg_list; in ocfs2_bg_discontig_add_extent() local 360 if (!el->l_next_free_rec) in ocfs2_bg_discontig_add_extent() 361 el->l_count = cpu_to_le16(ocfs2_extent_recs_per_gd(osb->sb)); in ocfs2_bg_discontig_add_extent() 362 rec = &el->l_recs[le16_to_cpu(el->l_next_free_rec)]; in ocfs2_bg_discontig_add_extent() 370 le16_add_cpu(&el->l_next_free_rec, 1); in ocfs2_bg_discontig_add_extent() 530 struct ocfs2_extent_list *el = &bg->bg_list; in ocfs2_block_group_grow_discontig() local 541 while ((needed > 0) && (le16_to_cpu(el->l_next_free_rec) < in ocfs2_block_group_grow_discontig() 542 le16_to_cpu(el->l_count))) { in ocfs2_block_group_grow_discontig() 584 struct ocfs2_extent_list *el; in ocfs2_bg_alloc_cleanup() local 591 el = &bg->bg_list; in ocfs2_bg_alloc_cleanup() [all …]
|
D | file.c | 1592 static int ocfs2_find_rec(struct ocfs2_extent_list *el, u32 pos) in ocfs2_find_rec() argument 1597 for (i = le16_to_cpu(el->l_next_free_rec) - 1; i >= 0; i--) { in ocfs2_find_rec() 1599 rec = &el->l_recs[i]; in ocfs2_find_rec() 1617 struct ocfs2_extent_list *el, in ocfs2_calc_trunc_pos() argument 1626 range = le32_to_cpu(rec->e_cpos) + ocfs2_rec_clusters(el, rec); in ocfs2_calc_trunc_pos() 1684 struct ocfs2_extent_list *el = NULL; in ocfs2_remove_inode_range() local 1765 el = path_leaf_el(path); in ocfs2_remove_inode_range() 1767 i = ocfs2_find_rec(el, trunc_end); in ocfs2_remove_inode_range() 1801 rec = &el->l_recs[i]; in ocfs2_remove_inode_range() 1803 ocfs2_calc_trunc_pos(inode, el, rec, trunc_start, &trunc_cpos, in ocfs2_remove_inode_range()
|
D | move_extents.c | 68 struct ocfs2_extent_list *el; in __ocfs2_move_extent() local 98 el = path_leaf_el(path); in __ocfs2_move_extent() 100 index = ocfs2_search_extent_list(el, cpos); in __ocfs2_move_extent() 110 rec = &el->l_recs[index]; in __ocfs2_move_extent()
|
D | dir.c | 792 struct ocfs2_extent_list *el, in ocfs2_dx_dir_lookup_rec() argument 803 if (el->l_tree_depth) { in ocfs2_dx_dir_lookup_rec() 804 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, major_hash, in ocfs2_dx_dir_lookup_rec() 812 el = &eb->h_list; in ocfs2_dx_dir_lookup_rec() 814 if (el->l_tree_depth) { in ocfs2_dx_dir_lookup_rec() 825 for (i = le16_to_cpu(el->l_next_free_rec) - 1; i >= 0; i--) { in ocfs2_dx_dir_lookup_rec() 826 rec = &el->l_recs[i]; in ocfs2_dx_dir_lookup_rec() 838 ocfs2_rec_clusters(el, rec)); in ocfs2_dx_dir_lookup_rec() 872 struct ocfs2_extent_list *el, in ocfs2_dx_dir_lookup() argument 883 ret = ocfs2_dx_dir_lookup_rec(inode, el, name_hash, &cpos, &blkno, in ocfs2_dx_dir_lookup() [all …]
|
/linux-4.1.27/Documentation/RCU/ |
D | rcuref.txt | 20 atomic_set(&el->rc, 1); atomic_inc(&el->rc); 31 atomic_dec(&el->rc, relfunc) ... 35 if (atomic_dec_and_test(&el->rc)) 36 kfree(el); 52 atomic_set(&el->rc, 1); if (!atomic_inc_not_zero(&el->rc)) { 63 if (atomic_dec_and_test(&el->rc)) ... 64 call_rcu(&el->head, el_free); remove_element 67 if (atomic_dec_and_test(&el->rc)) 68 call_rcu(&el->head, el_free); 87 atomic_set(&el->rc, 1); atomic_inc(&el->rc); [all …]
|
D | whatisRCU.txt | 684 struct el *p; 704 struct el *p; 726 1 struct el { 1 struct el { 734 9 struct el head; 9 struct el head; 739 4 struct el *p; 4 struct el *p; 755 3 struct el *p; 3 struct el *p;
|
/linux-4.1.27/fs/gfs2/ |
D | xattr.c | 178 struct gfs2_ea_location *el = ef->ef_el; in ea_find_i() local 180 el->el_bh = bh; in ea_find_i() 181 el->el_ea = ea; in ea_find_i() 182 el->el_prev = prev; in ea_find_i() 191 struct gfs2_ea_location *el) in gfs2_ea_find() argument 199 ef.ef_el = el; in gfs2_ea_find() 201 memset(el, 0, sizeof(struct gfs2_ea_location)); in gfs2_ea_find() 527 static int gfs2_ea_get_copy(struct gfs2_inode *ip, struct gfs2_ea_location *el, in gfs2_ea_get_copy() argument 531 size_t len = GFS2_EA_DATA_LEN(el->el_ea); in gfs2_ea_get_copy() 535 if (GFS2_EA_IS_STUFFED(el->el_ea)) { in gfs2_ea_get_copy() [all …]
|
/linux-4.1.27/lib/ |
D | list_sort.c | 215 struct debug_el *el; in list_sort_test() local 228 el = kmalloc(sizeof(*el), GFP_KERNEL); in list_sort_test() 229 if (!el) { in list_sort_test() 234 el->value = prandom_u32() % (TEST_LIST_LEN / 3); in list_sort_test() 235 el->serial = i; in list_sort_test() 236 el->poison1 = TEST_POISON1; in list_sort_test() 237 el->poison2 = TEST_POISON2; in list_sort_test() 238 elts[i] = el; in list_sort_test() 239 list_add_tail(&el->list, &head); in list_sort_test() 260 el = container_of(cur, struct debug_el, list); in list_sort_test() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | libcfs_string.c | 485 struct cfs_expr_list *el; in cfs_expr_list_free_list() local 488 el = list_entry(list->next, in cfs_expr_list_free_list() 490 list_del(&el->el_link); in cfs_expr_list_free_list() 491 cfs_expr_list_free(el); in cfs_expr_list_free_list() 498 struct cfs_expr_list *el; in cfs_ip_addr_parse() local 515 rc = cfs_expr_list_parse(res.ls_str, res.ls_len, 0, 255, &el); in cfs_ip_addr_parse() 519 list_add_tail(&el->el_link, list); in cfs_ip_addr_parse() 543 struct cfs_expr_list *el; in cfs_ip_addr_match() local 546 list_for_each_entry_reverse(el, list, el_link) { in cfs_ip_addr_match() 547 if (!cfs_expr_list_match(addr & 0xff, el)) in cfs_ip_addr_match()
|
D | nidstrings.c | 157 struct cfs_expr_list *el; in libcfs_num_parse() local 160 rc = cfs_expr_list_parse(str, len, 0, MAX_NUMERIC_VALUE, &el); in libcfs_num_parse() 162 list_add_tail(&el->el_link, list); in libcfs_num_parse() 176 struct cfs_expr_list *el; in libcfs_num_match() local 179 el = list_entry(numaddr->next, struct cfs_expr_list, el_link); in libcfs_num_match() 181 return cfs_expr_list_match(addr, el); in libcfs_num_match()
|
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
D | config.c | 112 lnet_ni_alloc(__u32 net, struct cfs_expr_list *el, struct list_head *nilist) in lnet_ni_alloc() argument 147 if (el == NULL) { in lnet_ni_alloc() 151 rc = cfs_expr_list_values(el, LNET_CPT_NUMBER, &ni->ni_cpts); in lnet_ni_alloc() 180 struct cfs_expr_list *el = NULL; in lnet_parse_networks() local 238 0, LNET_CPT_NUMBER - 1, &el); in lnet_parse_networks() 265 lnet_ni_alloc(net, el, nilist) == NULL) in lnet_parse_networks() 268 if (el != NULL) { in lnet_parse_networks() 269 cfs_expr_list_free(el); in lnet_parse_networks() 270 el = NULL; in lnet_parse_networks() 285 ni = lnet_ni_alloc(net, el, nilist); in lnet_parse_networks() [all …]
|
D | api-ni.c | 399 struct list_head *el; in lnet_freelist_fini() local 406 for (el = fl->fl_list.next; el != &fl->fl_list; el = el->next) in lnet_freelist_fini()
|
D | lib-move.c | 53 struct list_head *el; in lnet_fail_nid() local 80 list_for_each_safe(el, next, &the_lnet.ln_test_peers) { in lnet_fail_nid() 81 tp = list_entry(el, lnet_test_peer_t, tp_list); in lnet_fail_nid() 106 struct list_head *el; in fail_peer() local 116 list_for_each_safe(el, next, &the_lnet.ln_test_peers) { in fail_peer() 117 tp = list_entry(el, lnet_test_peer_t, tp_list); in fail_peer()
|
/linux-4.1.27/drivers/net/wireless/ |
D | wl3501_cs.c | 173 struct iw_mgmt_info_element *el, in iw_set_mgmt_info_element() argument 176 el->id = id; in iw_set_mgmt_info_element() 177 el->len = len; in iw_set_mgmt_info_element() 178 memcpy(el->data, value, len); in iw_set_mgmt_info_element() 581 .el = { in wl3501_mgmt_join() 600 .el = { in wl3501_mgmt_start() 607 .el = { in wl3501_mgmt_start() 619 .el = { in wl3501_mgmt_start() 631 .el = { in wl3501_mgmt_start() 641 iw_copy_mgmt_info_element(&sig.ssid.el, &this->essid.el); in wl3501_mgmt_start() [all …]
|
D | wl3501.h | 237 struct iw_mgmt_info_element el; member 248 struct iw_mgmt_info_element el; member 253 struct iw_mgmt_info_element el; member 258 struct iw_mgmt_info_element el; member 266 struct iw_mgmt_info_element el; member
|
D | at76c50x-usb.c | 1523 const u8 *el; in at76_guess_freq() local 1536 el = ((struct ieee80211_mgmt *)hdr)->u.probe_resp.variable; in at76_guess_freq() 1539 el = ((struct ieee80211_mgmt *)hdr)->u.beacon.variable; in at76_guess_freq() 1545 el = cfg80211_find_ie(WLAN_EID_DS_PARAMS, el, len); in at76_guess_freq() 1546 if (el && el[1] > 0) in at76_guess_freq() 1547 channel = el[2]; in at76_guess_freq()
|
/linux-4.1.27/lib/reed_solomon/ |
D | decode_rs.c | 20 int deg_lambda, el, deg_omega; variable 123 el = no_eras; 151 if (2 * el <= r + no_eras - 1) { 152 el = r + no_eras - el;
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | debug-monitors.h | 135 void enable_debug_monitors(enum debug_el el); 136 void disable_debug_monitors(enum debug_el el);
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
D | sym_misc.h | 128 #define sym_remque(el) __sym_que_del((el)->blink, (el)->flink) argument
|
/linux-4.1.27/arch/arm64/kernel/ |
D | debug-monitors.c | 85 void enable_debug_monitors(enum debug_el el) in enable_debug_monitors() argument 94 if (el == DBG_ACTIVE_EL1 && in enable_debug_monitors() 105 void disable_debug_monitors(enum debug_el el) in disable_debug_monitors() argument 114 if (el == DBG_ACTIVE_EL1 && in disable_debug_monitors()
|
D | entry.S | 68 .macro kernel_entry, el, regsize = 64 89 .if \el == 0 105 .if \el == 0 119 .macro kernel_exit, el, ret = 0 121 .if \el == 0 235 .macro inv_entry, el, reason, regsize = 64 236 kernel_entry el, \regsize
|
D | hw_breakpoint.c | 541 static void toggle_bp_registers(int reg, enum debug_el el, int enable) in toggle_bp_registers() argument 565 if (debug_exception_level(privilege) != el) in toggle_bp_registers()
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozeltbuf.c | 212 struct list_head *el; in oz_select_elts_for_tx() local 217 el = &buf->isoc_list; in oz_select_elts_for_tx() 219 el = &buf->order_list; in oz_select_elts_for_tx() 221 list_for_each_entry_safe(ei, n, el, link_order) { in oz_select_elts_for_tx()
|
/linux-4.1.27/drivers/scsi/aic94xx/ |
D | aic94xx_sds.c | 734 struct asd_ll_el *el = start; in asd_find_ll_by_id() local 739 if (el->id1 == id1) in asd_find_ll_by_id() 741 if (el->id0 == id0) in asd_find_ll_by_id() 742 return el; in asd_find_ll_by_id() 744 el = start + le16_to_cpu(el->next); in asd_find_ll_by_id() 745 } while (el != start); in asd_find_ll_by_id() 986 struct asd_ll_el *el; in asd_process_ctrl_a_user() local 1013 el = kmalloc(size, GFP_KERNEL); in asd_process_ctrl_a_user() 1014 if (!el) { in asd_process_ctrl_a_user() 1019 err = asd_read_flash_seg(asd_ha, (void *)el, offs, size); in asd_process_ctrl_a_user() [all …]
|
D | aic94xx_dump.c | 953 struct list_head *el; 955 list_for_each(el, &ascb->list) { 956 struct asd_ascb *s = list_entry(el, struct asd_ascb,
|
/linux-4.1.27/drivers/input/misc/ |
D | yealink.c | 144 static int setChar(struct yealink_dev *yld, int el, int chr) in setChar() argument 148 if (el >= ARRAY_SIZE(lcdMap)) in setChar() 154 yld->lcdMap[el] = chr; in setChar() 156 if (lcdMap[el].type == '.') { in setChar() 157 a = lcdMap[el].u.p.a; in setChar() 158 m = lcdMap[el].u.p.m; in setChar() 168 m = lcdMap[el].u.s[i].m; in setChar() 173 a = lcdMap[el].u.s[i].a; in setChar() 646 int el, size_t len) in store_line() argument 661 setChar(yld, el++, buf[i]); in store_line()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 397 struct echo_lock *el; in echo_lock_init() local 399 OBD_SLAB_ALLOC_PTR_GFP(el, echo_lock_kmem, GFP_NOFS); in echo_lock_init() 400 if (el != NULL) { in echo_lock_init() 401 cl_lock_slice_add(lock, &el->el_cl, obj, &echo_lock_ops); in echo_lock_init() 402 el->el_object = cl2echo_obj(obj); in echo_lock_init() 403 INIT_LIST_HEAD(&el->el_chain); in echo_lock_init() 404 atomic_set(&el->el_refcount, 0); in echo_lock_init() 406 return el == NULL ? -ENOMEM : 0; in echo_lock_init() 1056 struct echo_lock *el; in cl_echo_enqueue0() local 1060 el = cl2echo_lock(cl_lock_at(lck, &echo_device_type)); in cl_echo_enqueue0() [all …]
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | eeprom_9287.c | 180 u32 sum = 0, el, integer; in ath9k_hw_ar9287_check_eeprom() local 220 el = swab16(ah->eeprom.map9287.baseEepHeader.length); in ath9k_hw_ar9287_check_eeprom() 222 el = ah->eeprom.map9287.baseEepHeader.length; in ath9k_hw_ar9287_check_eeprom() 224 if (el > sizeof(struct ar9287_eeprom)) in ath9k_hw_ar9287_check_eeprom() 225 el = sizeof(struct ar9287_eeprom) / sizeof(u16); in ath9k_hw_ar9287_check_eeprom() 227 el = el / sizeof(u16); in ath9k_hw_ar9287_check_eeprom() 231 for (i = 0; i < el; i++) in ath9k_hw_ar9287_check_eeprom()
|
D | eeprom_4k.c | 189 u32 sum = 0, el; in ath9k_hw_4k_check_eeprom() local 227 el = swab16(ah->eeprom.map4k.baseEepHeader.length); in ath9k_hw_4k_check_eeprom() 229 el = ah->eeprom.map4k.baseEepHeader.length; in ath9k_hw_4k_check_eeprom() 231 if (el > sizeof(struct ar5416_eeprom_4k)) in ath9k_hw_4k_check_eeprom() 232 el = sizeof(struct ar5416_eeprom_4k) / sizeof(u16); in ath9k_hw_4k_check_eeprom() 234 el = el / sizeof(u16); in ath9k_hw_4k_check_eeprom() 238 for (i = 0; i < el; i++) in ath9k_hw_4k_check_eeprom()
|
D | eeprom_def.c | 266 u32 sum = 0, el; in ath9k_hw_def_check_eeprom() local 292 el = swab16(ah->eeprom.def.baseEepHeader.length); in ath9k_hw_def_check_eeprom() 294 el = ah->eeprom.def.baseEepHeader.length; in ath9k_hw_def_check_eeprom() 296 if (el > sizeof(struct ar5416_eeprom_def)) in ath9k_hw_def_check_eeprom() 297 el = sizeof(struct ar5416_eeprom_def) / sizeof(u16); in ath9k_hw_def_check_eeprom() 299 el = el / sizeof(u16); in ath9k_hw_def_check_eeprom() 303 for (i = 0; i < el; i++) in ath9k_hw_def_check_eeprom()
|
/linux-4.1.27/arch/unicore32/lib/ |
D | clear_user.S | 33 strusr r2, r0, 1, el
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-cpu.c | 861 struct cfs_expr_list *el; in cfs_cpt_table_create_pattern() local 910 0, high, &el) != 0) { in cfs_cpt_table_create_pattern() 915 list_for_each_entry(range, &el->el_exprs, re_link) { in cfs_cpt_table_create_pattern() 923 cfs_expr_list_free(el); in cfs_cpt_table_create_pattern() 929 cfs_expr_list_free(el); in cfs_cpt_table_create_pattern()
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | assembler.h | 91 .else; .ifc \cond, el
|
/linux-4.1.27/tools/perf/config/ |
D | Makefile | 254 msg := $(error No gnu/libc-version.h found, please install glibc-dev[el]); 308 …msg := $(warning No libunwind found. Please install libunwind-dev[el] >= 1.1 and/or set LIBUNWIND_… 521 …msg := $(warning No bfd.h/libbfd found, please install binutils-dev[el]/zlib-static/libiberty-dev … 609 … disables 'perf data' CTF format support, please install libbabeltrace-dev[el]/libbabeltrace-ctf-d…
|
/linux-4.1.27/scripts/package/ |
D | builddeb | 44 debarch=mips$(grep -q CPU_LITTLE_ENDIAN=y $KCONFIG_CONFIG && echo el || true) ;; 48 debarch=arm$(grep -q CONFIG_AEABI=y $KCONFIG_CONFIG && echo el || true) ;;
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x.h | 430 #define __BIT_VEC64_SET_BIT(el, bit) \ argument 432 el = ((el) | ((u64)0x1 << (bit))); \ 435 #define __BIT_VEC64_CLEAR_BIT(el, bit) \ argument 437 el = ((el) & (~((u64)0x1 << (bit)))); \ 463 #define NEXT_SGE_MASK_ELEM(el) (((el) + 1) & RX_SGE_MASK_LEN_MASK) argument
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_bitmap.c | 1463 unsigned long el = (e+1) & ~((unsigned long)BITS_PER_LONG-1); in _drbd_bm_set_bits() local 1487 last_page = el >> (3 + PAGE_SHIFT); in _drbd_bm_set_bits() 1503 last_word = MLPP(el >> LN2_BPL); in _drbd_bm_set_bits() 1519 if (el <= e) in _drbd_bm_set_bits() 1520 __bm_change_bits_to(device, el, e, 1); in _drbd_bm_set_bits()
|
/linux-4.1.27/drivers/isdn/act2000/ |
D | capi.h | 267 actcapi_infoel el; member
|
D | capi.c | 1090 p += sprintf(p, "%02x ", msg->msg.info_ind.el.display[j]); in actcapi_debug_msg()
|
/linux-4.1.27/arch/x86/kernel/apic/ |
D | x2apic_uv_x.c | 74 u64 el = end & gru_dist_lmask; in is_GRU_range() local 77 return (sl == gru_dist_base && el == gru_dist_base && in is_GRU_range()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel.c | 2959 EVENT_ATTR_STR(el-start, el_start, "event=0xc8,umask=0x1"); 2960 EVENT_ATTR_STR(el-commit, el_commit, "event=0xc8,umask=0x2"); 2961 EVENT_ATTR_STR(el-abort, el_abort, "event=0xc8,umask=0x4"); 2962 EVENT_ATTR_STR(el-capacity, el_capacity, "event=0x54,umask=0x2"); 2963 EVENT_ATTR_STR(el-conflict, el_conflict, "event=0x54,umask=0x1");
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | service.c | 710 struct cfs_expr_list *el; in ptlrpc_register_service() local 714 0, ncpts - 1, &el); in ptlrpc_register_service() 721 rc = cfs_expr_list_values(el, ncpts, &cpts); in ptlrpc_register_service() 722 cfs_expr_list_free(el); in ptlrpc_register_service()
|
/linux-4.1.27/fs/cifs/ |
D | file.c | 1133 struct list_head locks_to_send, *el; in cifs_push_posix_locks() local 1143 list_for_each(el, &flctx->flc_posix) { in cifs_push_posix_locks() 1164 el = locks_to_send.next; in cifs_push_posix_locks() 1167 if (el == &locks_to_send) { in cifs_push_posix_locks() 1180 lck = list_entry(el, struct lock_to_push, llist); in cifs_push_posix_locks()
|
/linux-4.1.27/scripts/ |
D | checkpatch.pl | 3600 foreach my $el (@elements) { 3601 push(@fix_elements, substr($rawline, $off, length($el))); 3602 $off += length($el);
|
/linux-4.1.27/Documentation/filesystems/ |
D | coda.txt | 377 44.. TThhee iinntteerrffaaccee aatt tthhee ccaallll lleevveell 420 …rruuccttuurreess sshhaarreedd bbyy tthhee kkeerrnneell aanndd VVeen…
|