/linux-4.4.14/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.4.14/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() 961 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 | 967 struct ocfs2_extent_list *el, in ocfs2_get_refcount_cpos_end() argument 978 if (index < le16_to_cpu(el->l_next_free_rec) - 1) { in ocfs2_get_refcount_cpos_end() 983 *cpos_end = le32_to_cpu(el->l_recs[index+1].e_cpos); in ocfs2_get_refcount_cpos_end() 1040 tmp_el = left_path->p_node[subtree_root].el; in ocfs2_get_refcount_cpos_end() 1073 struct ocfs2_extent_list *el; in ocfs2_get_refcount_rec() local 1089 el = &rb->rf_list; in ocfs2_get_refcount_rec() 1092 if (el->l_tree_depth) { in ocfs2_get_refcount_rec() 1093 ret = ocfs2_find_leaf(ci, el, low_cpos, &eb_bh); in ocfs2_get_refcount_rec() 1100 el = &eb->h_list; in ocfs2_get_refcount_rec() 1102 if (el->l_tree_depth) { in ocfs2_get_refcount_rec() [all …]
|
D | xattr.c | 1095 struct ocfs2_extent_list *el; in ocfs2_xattr_get_value_outside() local 1097 el = &xv->xr_list; in ocfs2_xattr_get_value_outside() 1105 &num_clusters, el, NULL); in ocfs2_xattr_get_value_outside() 2639 struct ocfs2_extent_list *el = &di->id2.i_list; in ocfs2_xattr_has_space_inline() local 2640 free = (le16_to_cpu(el->l_count) - in ocfs2_xattr_has_space_inline() 2641 le16_to_cpu(el->l_next_free_rec)) * in ocfs2_xattr_has_space_inline() 2729 struct ocfs2_extent_list *el = &di->id2.i_list; in ocfs2_xattr_ibody_init() local 2730 le16_add_cpu(&el->l_count, -(xattrsize / in ocfs2_xattr_ibody_init() 3186 struct ocfs2_extent_list *el = in ocfs2_calc_xattr_set_need() local 3188 meta_add += ocfs2_extend_meta_needed(el); in ocfs2_calc_xattr_set_need() [all …]
|
D | suballoc.c | 341 struct ocfs2_extent_list *el = &bg->bg_list; in ocfs2_bg_discontig_add_extent() local 345 if (!el->l_next_free_rec) in ocfs2_bg_discontig_add_extent() 346 el->l_count = cpu_to_le16(ocfs2_extent_recs_per_gd(osb->sb)); in ocfs2_bg_discontig_add_extent() 347 rec = &el->l_recs[le16_to_cpu(el->l_next_free_rec)]; in ocfs2_bg_discontig_add_extent() 355 le16_add_cpu(&el->l_next_free_rec, 1); in ocfs2_bg_discontig_add_extent() 514 struct ocfs2_extent_list *el = &bg->bg_list; in ocfs2_block_group_grow_discontig() local 525 while ((needed > 0) && (le16_to_cpu(el->l_next_free_rec) < in ocfs2_block_group_grow_discontig() 526 le16_to_cpu(el->l_count))) { in ocfs2_block_group_grow_discontig() 568 struct ocfs2_extent_list *el; in ocfs2_bg_alloc_cleanup() local 575 el = &bg->bg_list; in ocfs2_bg_alloc_cleanup() [all …]
|
D | file.c | 1606 static int ocfs2_find_rec(struct ocfs2_extent_list *el, u32 pos) in ocfs2_find_rec() argument 1611 for (i = le16_to_cpu(el->l_next_free_rec) - 1; i >= 0; i--) { in ocfs2_find_rec() 1613 rec = &el->l_recs[i]; in ocfs2_find_rec() 1631 struct ocfs2_extent_list *el, in ocfs2_calc_trunc_pos() argument 1640 range = le32_to_cpu(rec->e_cpos) + ocfs2_rec_clusters(el, rec); in ocfs2_calc_trunc_pos() 1698 struct ocfs2_extent_list *el = NULL; in ocfs2_remove_inode_range() local 1779 el = path_leaf_el(path); in ocfs2_remove_inode_range() 1781 i = ocfs2_find_rec(el, trunc_end); in ocfs2_remove_inode_range() 1815 rec = &el->l_recs[i]; in ocfs2_remove_inode_range() 1817 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() 108 rec = &el->l_recs[index]; in __ocfs2_move_extent()
|
D | dir.c | 783 struct ocfs2_extent_list *el, in ocfs2_dx_dir_lookup_rec() argument 794 if (el->l_tree_depth) { in ocfs2_dx_dir_lookup_rec() 795 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, major_hash, in ocfs2_dx_dir_lookup_rec() 803 el = &eb->h_list; in ocfs2_dx_dir_lookup_rec() 805 if (el->l_tree_depth) { in ocfs2_dx_dir_lookup_rec() 815 for (i = le16_to_cpu(el->l_next_free_rec) - 1; i >= 0; i--) { in ocfs2_dx_dir_lookup_rec() 816 rec = &el->l_recs[i]; in ocfs2_dx_dir_lookup_rec() 829 ocfs2_rec_clusters(el, rec)); in ocfs2_dx_dir_lookup_rec() 862 struct ocfs2_extent_list *el, in ocfs2_dx_dir_lookup() argument 873 ret = ocfs2_dx_dir_lookup_rec(inode, el, name_hash, &cpos, &blkno, in ocfs2_dx_dir_lookup() [all …]
|
/linux-4.4.14/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 | 686 struct el *p; 706 struct el *p; 728 1 struct el { 1 struct el { 736 9 struct el head; 9 struct el head; 741 4 struct el *p; 4 struct el *p; 757 3 struct el *p; 3 struct el *p;
|
/linux-4.4.14/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.4.14/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.4.14/drivers/staging/lustre/lnet/lnet/ |
D | nidstrings.c | 472 struct cfs_expr_list *el; in cfs_ip_ar_min_max() local 479 list_for_each_entry(el, &ar->ar_numaddr_ranges, el_link) { in cfs_ip_ar_min_max() 480 list_for_each_entry(re, &el->el_exprs, re_link) { in cfs_ip_ar_min_max() 511 struct cfs_expr_list *el; in cfs_num_ar_min_max() local 516 list_for_each_entry(el, &ar->ar_numaddr_ranges, el_link) { in cfs_num_ar_min_max() 517 list_for_each_entry(re, &el->el_exprs, re_link) { in cfs_num_ar_min_max() 582 struct cfs_expr_list *el; in cfs_num_is_contiguous() local 597 list_for_each_entry(el, &ar->ar_numaddr_ranges, in cfs_num_is_contiguous() 599 list_for_each_entry(re, &el->el_exprs, in cfs_num_is_contiguous() 628 struct cfs_expr_list *el; in cfs_ip_is_contiguous() local [all …]
|
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 | 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.4.14/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.4.14/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.4.14/arch/arm64/include/asm/ |
D | debug-monitors.h | 123 void enable_debug_monitors(enum dbg_active_el el); 124 void disable_debug_monitors(enum dbg_active_el el);
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_misc.h | 128 #define sym_remque(el) __sym_que_del((el)->blink, (el)->flink) argument
|
/linux-4.4.14/arch/arm64/kernel/ |
D | debug-monitors.c | 87 void enable_debug_monitors(enum dbg_active_el el) in enable_debug_monitors() argument 96 if (el == DBG_ACTIVE_EL1 && in enable_debug_monitors() 107 void disable_debug_monitors(enum dbg_active_el el) in disable_debug_monitors() argument 116 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 121 .if \el == 0 231 .macro inv_entry, el, reason, regsize = 64 232 kernel_entry el, \regsize
|
D | hw_breakpoint.c | 543 static void toggle_bp_registers(int reg, enum dbg_active_el el, int enable) in toggle_bp_registers() argument 567 if (debug_exception_level(privilege) != el) in toggle_bp_registers()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | core.c | 120 struct mlxsw_event_listener el; member 961 event_listener_item->el.func(®, payload, event_listener_item->priv); in mlxsw_core_event_listener_func() 974 const struct mlxsw_event_listener *el, in __find_event_listener_item() argument 980 if (__is_event_listener_equal(&el_item->el, el) && in __find_event_listener_item() 988 const struct mlxsw_event_listener *el, in mlxsw_core_event_listener_register() argument 996 .trap_id = el->trap_id, in mlxsw_core_event_listener_register() 999 el_item = __find_event_listener_item(mlxsw_core, el, priv); in mlxsw_core_event_listener_register() 1005 el_item->el = *el; in mlxsw_core_event_listener_register() 1026 const struct mlxsw_event_listener *el, in mlxsw_core_event_listener_unregister() argument 1033 .trap_id = el->trap_id, in mlxsw_core_event_listener_unregister() [all …]
|
D | core.h | 103 const struct mlxsw_event_listener *el, 106 const struct mlxsw_event_listener *el,
|
D | switchx2.c | 1167 struct mlxsw_event_listener *el; in mlxsw_sx_event_register() local 1173 el = &mlxsw_sx_pude_event; in mlxsw_sx_event_register() 1176 err = mlxsw_core_event_listener_register(mlxsw_sx->core, el, mlxsw_sx); in mlxsw_sx_event_register() 1188 mlxsw_core_event_listener_unregister(mlxsw_sx->core, el, mlxsw_sx); in mlxsw_sx_event_register() 1195 struct mlxsw_event_listener *el; in mlxsw_sx_event_unregister() local 1199 el = &mlxsw_sx_pude_event; in mlxsw_sx_event_unregister() 1202 mlxsw_core_event_listener_unregister(mlxsw_sx->core, el, mlxsw_sx); in mlxsw_sx_event_unregister()
|
D | spectrum.c | 1426 struct mlxsw_event_listener *el; in mlxsw_sp_event_register() local 1432 el = &mlxsw_sp_pude_event; in mlxsw_sp_event_register() 1435 err = mlxsw_core_event_listener_register(mlxsw_sp->core, el, mlxsw_sp); in mlxsw_sp_event_register() 1447 mlxsw_core_event_listener_unregister(mlxsw_sp->core, el, mlxsw_sp); in mlxsw_sp_event_register() 1454 struct mlxsw_event_listener *el; in mlxsw_sp_event_unregister() local 1458 el = &mlxsw_sp_pude_event; in mlxsw_sp_event_unregister() 1461 mlxsw_core_event_listener_unregister(mlxsw_sp->core, el, mlxsw_sp); in mlxsw_sp_event_unregister()
|
/linux-4.4.14/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 = NULL; in asd_process_ctrl_a_user() local 1014 el = kmalloc(size, GFP_KERNEL); in asd_process_ctrl_a_user() 1015 if (!el) { in asd_process_ctrl_a_user() 1020 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.4.14/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.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | libcfs_string.c | 555 struct cfs_expr_list *el; in cfs_expr_list_free_list() local 558 el = list_entry(list->next, in cfs_expr_list_free_list() 560 list_del(&el->el_link); in cfs_expr_list_free_list() 561 cfs_expr_list_free(el); in cfs_expr_list_free_list()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 397 struct echo_lock *el; in echo_lock_init() local 399 el = kmem_cache_alloc(echo_lock_kmem, GFP_NOFS | __GFP_ZERO); 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() 1059 struct echo_lock *el; in cl_echo_enqueue0() local 1063 el = cl2echo_lock(cl_lock_at(lck, &echo_device_type)); in cl_echo_enqueue0() [all …]
|
/linux-4.4.14/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.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | ptlrpcd.c | 689 struct cfs_expr_list *el; in ptlrpcd_init() local 700 0, ncpts - 1, &el); in ptlrpcd_init() 709 rc = cfs_expr_list_values(el, ncpts, &cpts); in ptlrpcd_init() 710 cfs_expr_list_free(el); in ptlrpcd_init()
|
D | service.c | 567 struct cfs_expr_list *el; in ptlrpc_register_service() local 571 0, ncpts - 1, &el); in ptlrpc_register_service() 578 rc = cfs_expr_list_values(el, ncpts, &cpts); in ptlrpc_register_service() 579 cfs_expr_list_free(el); in ptlrpc_register_service()
|
/linux-4.4.14/arch/unicore32/lib/ |
D | clear_user.S | 33 strusr r2, r0, 1, el
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-cpu.c | 862 struct cfs_expr_list *el; in cfs_cpt_table_create_pattern() local 911 0, high, &el) != 0) { in cfs_cpt_table_create_pattern() 916 list_for_each_entry(range, &el->el_exprs, re_link) { in cfs_cpt_table_create_pattern() 924 cfs_expr_list_free(el); in cfs_cpt_table_create_pattern() 930 cfs_expr_list_free(el); in cfs_cpt_table_create_pattern()
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | assembler.h | 91 .else; .ifc \cond, el
|
/linux-4.4.14/tools/perf/config/ |
D | Makefile | 263 msg := $(error No gnu/libc-version.h found, please install glibc-dev[el]); 332 …msg := $(warning No libunwind found. Please install libunwind-dev[el] >= 1.1 and/or set LIBUNWIND_… 552 …msg := $(warning No bfd.h/libbfd found, please install binutils-dev[el]/zlib-static/libiberty-dev … 645 … disables 'perf data' CTF format support, please install libbabeltrace-dev[el]/libbabeltrace-ctf-d…
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x.h | 434 #define __BIT_VEC64_SET_BIT(el, bit) \ argument 436 el = ((el) | ((u64)0x1 << (bit))); \ 439 #define __BIT_VEC64_CLEAR_BIT(el, bit) \ argument 441 el = ((el) & (~((u64)0x1 << (bit)))); \ 467 #define NEXT_SGE_MASK_ELEM(el) (((el) + 1) & RX_SGE_MASK_LEN_MASK) argument
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_bitmap.c | 1454 unsigned long el = (e+1) & ~((unsigned long)BITS_PER_LONG-1); in _drbd_bm_set_bits() local 1478 last_page = el >> (3 + PAGE_SHIFT); in _drbd_bm_set_bits() 1494 last_word = MLPP(el >> LN2_BPL); in _drbd_bm_set_bits() 1510 if (el <= e) in _drbd_bm_set_bits() 1511 __bm_change_bits_to(device, el, e, 1); in _drbd_bm_set_bits()
|
/linux-4.4.14/tools/perf/util/ |
D | stat.c | 80 ID(ELISION_START, cpu/el-start/),
|
/linux-4.4.14/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.4.14/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.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel.c | 3202 EVENT_ATTR_STR(el-start, el_start, "event=0xc8,umask=0x1"); 3203 EVENT_ATTR_STR(el-commit, el_commit, "event=0xc8,umask=0x2"); 3204 EVENT_ATTR_STR(el-abort, el_abort, "event=0xc8,umask=0x4"); 3205 EVENT_ATTR_STR(el-capacity, el_capacity, "event=0x54,umask=0x2"); 3206 EVENT_ATTR_STR(el-conflict, el_conflict, "event=0x54,umask=0x1");
|
/linux-4.4.14/scripts/package/ |
D | builddeb | 51 debarch=mips$(grep -q CPU_LITTLE_ENDIAN=y $KCONFIG_CONFIG && echo el || true) ;;
|
/linux-4.4.14/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.4.14/scripts/ |
D | checkpatch.pl | 3767 foreach my $el (@elements) { 3768 push(@fix_elements, substr($rawline, $off, length($el))); 3769 $off += length($el);
|
/linux-4.4.14/Documentation/filesystems/ |
D | coda.txt | 377 44.. TThhee iinntteerrffaaccee aatt tthhee ccaallll lleevveell 420 …rruuccttuurreess sshhaarreedd bbyy tthhee kkeerrnneell aanndd VVeen…
|