Home
last modified time | relevance | path

Searched refs:ll (Results 1 – 200 of 323) sorted by relevance

12

/linux-4.4.14/drivers/md/persistent-data/
Ddm-space-map-common.c191 static int sm_ll_init(struct ll_disk *ll, struct dm_transaction_manager *tm) in sm_ll_init() argument
193 ll->tm = tm; in sm_ll_init()
195 ll->bitmap_info.tm = tm; in sm_ll_init()
196 ll->bitmap_info.levels = 1; in sm_ll_init()
203 ll->bitmap_info.value_type.size = sizeof(struct disk_index_entry); in sm_ll_init()
204 ll->bitmap_info.value_type.inc = NULL; in sm_ll_init()
205 ll->bitmap_info.value_type.dec = NULL; in sm_ll_init()
206 ll->bitmap_info.value_type.equal = NULL; in sm_ll_init()
208 ll->ref_count_info.tm = tm; in sm_ll_init()
209 ll->ref_count_info.levels = 1; in sm_ll_init()
[all …]
Ddm-space-map-common.h50 typedef int (*load_ie_fn)(struct ll_disk *ll, dm_block_t index, struct disk_index_entry *result);
51 typedef int (*save_ie_fn)(struct ll_disk *ll, dm_block_t index, struct disk_index_entry *ie);
52 typedef int (*init_index_fn)(struct ll_disk *ll);
53 typedef int (*open_index_fn)(struct ll_disk *ll);
54 typedef dm_block_t (*max_index_entries_fn)(struct ll_disk *ll);
55 typedef int (*commit_fn)(struct ll_disk *ll);
107 int sm_ll_extend(struct ll_disk *ll, dm_block_t extra_blocks);
108 int sm_ll_lookup_bitmap(struct ll_disk *ll, dm_block_t b, uint32_t *result);
109 int sm_ll_lookup(struct ll_disk *ll, dm_block_t b, uint32_t *result);
110 int sm_ll_find_free_block(struct ll_disk *ll, dm_block_t begin,
[all …]
Ddm-space-map-disk.c27 struct ll_disk ll; member
45 return sm_ll_extend(&smd->ll, extra_blocks); in sm_disk_extend()
68 return sm_ll_lookup(&smd->ll, b, result); in sm_disk_get_count()
94 r = sm_ll_insert(&smd->ll, b, count, &ev); in sm_disk_set_count()
132 r = sm_ll_inc(&smd->ll, b, &ev); in sm_disk_inc_block()
148 return sm_ll_dec(&smd->ll, b, &ev); in sm_disk_dec_block()
163 r = sm_ll_inc(&smd->ll, *b, &ev); in sm_disk_new_block()
182 r = sm_ll_commit(&smd->ll); in sm_disk_commit()
186 memcpy(&smd->old_ll, &smd->ll, sizeof(smd->old_ll)); in sm_disk_commit()
209 root_le.nr_blocks = cpu_to_le64(smd->ll.nr_blocks); in sm_disk_copy_root()
[all …]
Ddm-space-map-metadata.c168 struct ll_disk ll; member
199 r = sm_ll_inc(&smm->ll, op->block, &ev); in commit_bop()
203 r = sm_ll_dec(&smm->ll, op->block, &ev); in commit_bop()
284 *count = smm->ll.nr_blocks; in sm_metadata_get_nr_blocks()
330 r = sm_ll_lookup(&smm->ll, b, result); in sm_metadata_get_count()
376 r = sm_ll_lookup_bitmap(&smm->ll, b, &rc); in sm_metadata_count_is_more_than_one()
404 r = sm_ll_insert(&smm->ll, b, count, &ev); in sm_metadata_set_count()
420 r = sm_ll_inc(&smm->ll, b, &ev); in sm_metadata_inc_block()
437 r = sm_ll_dec(&smm->ll, b, &ev); in sm_metadata_dec_block()
460 r = sm_ll_inc(&smm->ll, *b, &ev); in sm_metadata_new_block_()
[all …]
/linux-4.4.14/drivers/bluetooth/
Dhci_ll.c97 struct ll_struct *ll = hu->priv; in send_hcill_cmd() local
115 skb_queue_tail(&ll->txq, skb); in send_hcill_cmd()
123 struct ll_struct *ll; in ll_open() local
127 ll = kzalloc(sizeof(*ll), GFP_KERNEL); in ll_open()
128 if (!ll) in ll_open()
131 skb_queue_head_init(&ll->txq); in ll_open()
132 skb_queue_head_init(&ll->tx_wait_q); in ll_open()
133 spin_lock_init(&ll->hcill_lock); in ll_open()
135 ll->hcill_state = HCILL_AWAKE; in ll_open()
137 hu->priv = ll; in ll_open()
[all …]
/linux-4.4.14/drivers/net/ethernet/amd/
Da2065.c107 volatile struct lance_regs *ll; member
133 volatile struct lance_regs *ll = lp->ll; in load_csrs() local
137 ll->rap = LE_CSR1; in load_csrs()
138 ll->rdp = (leptr & 0xFFFF); in load_csrs()
139 ll->rap = LE_CSR2; in load_csrs()
140 ll->rdp = leptr >> 16; in load_csrs()
141 ll->rap = LE_CSR3; in load_csrs()
142 ll->rdp = lp->busmaster_regval; in load_csrs()
145 ll->rap = LE_CSR0; in load_csrs()
223 volatile struct lance_regs *ll = lp->ll; in init_restart_lance() local
[all …]
Ddeclance.c253 volatile struct lance_regs *ll; member
303 volatile struct lance_regs *ll = lp->ll; in load_csrs() local
311 writereg(&ll->rap, LE_CSR1); in load_csrs()
312 writereg(&ll->rdp, (leptr & 0xFFFF)); in load_csrs()
313 writereg(&ll->rap, LE_CSR2); in load_csrs()
314 writereg(&ll->rdp, leptr >> 16); in load_csrs()
315 writereg(&ll->rap, LE_CSR3); in load_csrs()
316 writereg(&ll->rdp, lp->busmaster_regval); in load_csrs()
319 writereg(&ll->rap, LE_CSR0); in load_csrs()
527 volatile struct lance_regs *ll = lp->ll; in init_restart_lance() local
[all …]
/linux-4.4.14/drivers/misc/ti-st/
Dst_ll.c99 void st_ll_enable(struct st_data_s *ll) in st_ll_enable() argument
101 ll->ll_state = ST_LL_AWAKE; in st_ll_enable()
106 void st_ll_disable(struct st_data_s *ll) in st_ll_disable() argument
108 ll->ll_state = ST_LL_INVALID; in st_ll_disable()
112 void st_ll_wakeup(struct st_data_s *ll) in st_ll_wakeup() argument
114 if (likely(ll->ll_state != ST_LL_AWAKE)) { in st_ll_wakeup()
115 send_ll_cmd(ll, LL_WAKE_UP_IND); /* WAKE_IND */ in st_ll_wakeup()
116 ll->ll_state = ST_LL_ASLEEP_TO_AWAKE; in st_ll_wakeup()
124 unsigned long st_ll_getstate(struct st_data_s *ll) in st_ll_getstate() argument
126 pr_debug(" returning state %ld", ll->ll_state); in st_ll_getstate()
[all …]
/linux-4.4.14/include/linux/
Dmath64.h175 u64 ll; in mul_u64_u64_shr() member
186 a0.ll = a; in mul_u64_u64_shr()
187 b0.ll = b; in mul_u64_u64_shr()
189 rl.ll = (u64)a0.l.low * b0.l.low; in mul_u64_u64_shr()
190 rm.ll = (u64)a0.l.low * b0.l.high; in mul_u64_u64_shr()
191 rn.ll = (u64)a0.l.high * b0.l.low; in mul_u64_u64_shr()
192 rh.ll = (u64)a0.l.high * b0.l.high; in mul_u64_u64_shr()
208 return rl.ll; in mul_u64_u64_shr()
210 return (rl.ll >> shift) | (rh.ll << (64 - shift)); in mul_u64_u64_shr()
211 return rh.ll >> (shift & 63); in mul_u64_u64_shr()
[all …]
Dkernel.h68 #define DIV_ROUND_UP_ULL(ll,d) \ argument
69 ({ unsigned long long _tmp = (ll)+(d)-1; do_div(_tmp, d); _tmp; })
72 # define DIV_ROUND_UP_SECTOR_T(ll,d) DIV_ROUND_UP_ULL(ll, d) argument
74 # define DIV_ROUND_UP_SECTOR_T(ll,d) DIV_ROUND_UP(ll,d) argument
/linux-4.4.14/arch/m68k/lib/
Dmuldi3.c63 __w.ll; })
75 DItype ll; member
84 uu.ll = u, in __muldi3()
85 vv.ll = v; in __muldi3()
87 w.ll = __umulsidi3 (uu.s.low, vv.s.low); in __muldi3()
91 return w.ll; in __muldi3()
Dashldi3.c28 DItype ll; member
41 uu.ll = u; in __ashldi3()
56 return w.ll; in __ashldi3()
Dlshrdi3.c28 DItype ll; member
41 uu.ll = u; in __lshrdi3()
56 return w.ll; in __lshrdi3()
Dashrdi3.c28 DItype ll; member
41 uu.ll = u; in __ashrdi3()
57 return w.ll; in __ashrdi3()
/linux-4.4.14/arch/microblaze/lib/
Dmuldi3.c42 __w.ll; \
48 const DWunion uu = {.ll = u}; in __muldi3()
49 const DWunion vv = {.ll = v}; in __muldi3()
50 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3()
55 return w.ll; in __muldi3()
Ducmpdi2.c7 const DWunion au = {.ll = a}; in __ucmpdi2()
8 const DWunion bu = {.ll = b}; in __ucmpdi2()
Dcmpdi2.c8 .ll = a in __cmpdi2()
11 .ll = b in __cmpdi2()
Dashldi3.c13 uu.ll = u; in __ashldi3()
26 return w.ll; in __ashldi3()
Dlshrdi3.c13 uu.ll = u; in __lshrdi3()
26 return w.ll; in __lshrdi3()
Dashrdi3.c13 uu.ll = u; in __ashrdi3()
28 return w.ll; in __ashrdi3()
Dlibgcc.h22 long long ll; member
/linux-4.4.14/arch/h8300/lib/
Dmuldi3.c31 __w.ll; } \
36 const DWunion uu = {.ll = u}; in __muldi3()
37 const DWunion vv = {.ll = v}; in __muldi3()
38 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3()
43 return w.ll; in __muldi3()
Ducmpdi2.c5 const DWunion au = {.ll = a}; in __ucmpdi2()
6 const DWunion bu = {.ll = b}; in __ucmpdi2()
Dashldi3.c6 const DWunion uu = {.ll = u}; in __ashldi3()
23 return w.ll; in __ashldi3()
Dlshrdi3.c5 const DWunion uu = {.ll = u}; in __lshrdi3()
22 return w.ll; in __lshrdi3()
Dashrdi3.c5 const DWunion uu = {.ll = u}; in __ashrdi3()
23 return w.ll; in __ashrdi3()
Dlibgcc.h70 DWtype ll; member
/linux-4.4.14/arch/mn10300/lib/
Dnegdi2.c39 s64 ll; member
51 uu.ll = u; in __negdi2()
56 return w.ll; in __negdi2()
Dlshrdi3.c35 DItype ll; member
47 uu.ll = u; in __lshrdi3()
59 return w.ll; in __lshrdi3()
Dashrdi3.c35 DItype ll; member
47 uu.ll = u; in __ashrdi3()
60 return w.ll; in __ashrdi3()
/linux-4.4.14/lib/
Dinflate.c843 unsigned *ll; /* literal/length and distance code lengths */ in inflate_dynamic() local
851 ll = malloc(sizeof(*ll) * (288+32)); /* literal/length and distance code lengths */ in inflate_dynamic()
853 ll = malloc(sizeof(*ll) * (286+30)); /* literal/length and distance code lengths */ in inflate_dynamic()
856 if (ll == NULL) in inflate_dynamic()
890 ll[border[j]] = (unsigned)b & 7; in inflate_dynamic()
894 ll[border[j]] = 0; in inflate_dynamic()
900 if ((i = huft_build(ll, 19, 19, NULL, NULL, &tl, &bl)) != 0) in inflate_dynamic()
921 ll[i++] = l = j; /* save last length in l */ in inflate_dynamic()
932 ll[i++] = l; in inflate_dynamic()
944 ll[i++] = 0; in inflate_dynamic()
[all …]
/linux-4.4.14/arch/mn10300/kernel/
Dtime.c40 unsigned long long ll; in sched_clock() member
53 tsc64.ll = cnt32_to_63(get_cycles()) & 0x7fffffffffffffffULL; in sched_clock()
71 return result.ll; in sched_clock()
/linux-4.4.14/arch/powerpc/kernel/
Dalign.c470 u64 ll; in emulate_spe() member
503 data.ll = 0; in emulate_spe()
529 temp.ll = data.ll = 0; in emulate_spe()
553 data.ll = temp.ll; in emulate_spe()
591 data.ll = swab64(data.ll); in emulate_spe()
745 u64 ll; in fix_alignment() member
944 data.ll = 0; in fix_alignment()
956 data.ll = current->thread.TS_FPR(reg); in fix_alignment()
969 data.ll = regs->gpr[reg]; in fix_alignment()
974 data.ll = swab64(data.ll); in fix_alignment()
[all …]
/linux-4.4.14/fs/ntfs/
Dmft.c1134 s64 pass_end, ll, data_pos, pass_start, ofs, bit; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() local
1154 ll = NTFS_I(vol->mftbmp_ino)->initialized_size << 3; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1156 if (pass_end > ll) in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1157 pass_end = ll; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1183 ll = ((pass_end + 7) >> 3) - ofs; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1184 if (size > ll) in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1185 size = ll; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1212 ll = data_pos + (bit & ~7ull) + b; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1213 if (unlikely(ll > (1ll << 32))) { in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1224 (long long)ll); in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
[all …]
Dfile.c335 s64 end, ll; in ntfs_prepare_file_for_write() local
402 ll = ni->allocated_size; in ntfs_prepare_file_for_write()
404 if (end > ll) { in ntfs_prepare_file_for_write()
412 ll = ntfs_attr_extend_allocation(ni, end, -1, pos); in ntfs_prepare_file_for_write()
413 if (likely(ll >= 0)) { in ntfs_prepare_file_for_write()
414 BUG_ON(pos >= ll); in ntfs_prepare_file_for_write()
416 if (end > ll) { in ntfs_prepare_file_for_write()
423 iov_iter_truncate(from, ll - pos); in ntfs_prepare_file_for_write()
426 err = ll; in ntfs_prepare_file_for_write()
428 ll = ni->allocated_size; in ntfs_prepare_file_for_write()
[all …]
Dsuper.c770 s64 ll; in parse_ntfs_boot_sector() local
880 ll = sle64_to_cpu(b->number_of_sectors) >> sectors_per_cluster_bits; in parse_ntfs_boot_sector()
881 if ((u64)ll >= 1ULL << 32) { in parse_ntfs_boot_sector()
885 vol->nr_clusters = ll; in parse_ntfs_boot_sector()
893 if ((ll << vol->cluster_size_bits) >= (1ULL << 41)) { in parse_ntfs_boot_sector()
897 (unsigned long long)ll >> (40 - in parse_ntfs_boot_sector()
902 ll = sle64_to_cpu(b->mft_lcn); in parse_ntfs_boot_sector()
903 if (ll >= vol->nr_clusters) { in parse_ntfs_boot_sector()
905 "volume. Weird.", (unsigned long long)ll, in parse_ntfs_boot_sector()
906 (unsigned long long)ll); in parse_ntfs_boot_sector()
[all …]
Dattrib.c1908 s64 ll, allocated_size, start = data_start; in ntfs_attr_extend_allocation() local
2260 ll = sle64_to_cpu(a->data.non_resident.lowest_vcn); in ntfs_attr_extend_allocation()
2261 rl2 = ntfs_rl_find_vcn_nolock(rl, ll); in ntfs_attr_extend_allocation()
2267 mp_size = ntfs_get_size_for_mapping_pairs(vol, rl2, ll, -1); in ntfs_attr_extend_allocation()
2304 mp_size, rl2, ll, -1, NULL); in ntfs_attr_extend_allocation()
2418 ll = allocated_size >> vol->cluster_size_bits; in ntfs_attr_extend_allocation()
2419 if (ntfs_cluster_free(ni, ll, -1, ctx) < 0) { in ntfs_attr_extend_allocation()
2433 if (ntfs_rl_truncate_nolock(vol, &ni->runlist, ll) || IS_ERR(m)) { in ntfs_attr_extend_allocation()
2450 mapping_pairs_offset), rl2, ll, -1, in ntfs_attr_extend_allocation()
/linux-4.4.14/tools/testing/selftests/net/
Dpsock_tpacket.c82 struct sockaddr_ll ll; member
359 struct sockaddr_ll ll = { in walk_v1_v2_tx() local
375 ll.sll_ifindex = if_nametoindex("lo"); in walk_v1_v2_tx()
376 ret = bind(rcv_sock, (struct sockaddr *) &ll, sizeof(ll)); in walk_v1_v2_tx()
688 ring->ll.sll_family = PF_PACKET; in bind_ring()
689 ring->ll.sll_protocol = htons(ETH_P_ALL); in bind_ring()
690 ring->ll.sll_ifindex = if_nametoindex("lo"); in bind_ring()
691 ring->ll.sll_hatype = 0; in bind_ring()
692 ring->ll.sll_pkttype = 0; in bind_ring()
693 ring->ll.sll_halen = 0; in bind_ring()
[all …]
/linux-4.4.14/lib/lzo/
Dlzo1x_compress.c226 size_t ll = l <= (M4_MAX_OFFSET + 1) ? l : (M4_MAX_OFFSET + 1); in lzo1x_1_compress() local
227 uintptr_t ll_end = (uintptr_t) ip + ll; in lzo1x_1_compress()
228 if ((ll_end + ((t + ll) >> 5)) <= ll_end) in lzo1x_1_compress()
232 t = lzo1x_1_do_compress(ip, ll, op, out_len, t, wrkmem); in lzo1x_1_compress()
233 ip += ll; in lzo1x_1_compress()
235 l -= ll; in lzo1x_1_compress()
/linux-4.4.14/arch/powerpc/boot/dts/
Dps3.dts33 * We'll get the size of the bootmem block from lv1 after startup,
34 * so we'll put a null entry here.
46 * we'll put a null entries here. These will be initialized after
50 * threads is with an ibm,ppc-interrupt-server#s entry. We'll put one
Dvirtex440-ml510.dts226 Hard_Ethernet_MAC: xps-ll-temac@81c00000 {
231 compatible = "xlnx,xps-ll-temac-1.01.b";
248 Hard_Ethernet_MAC_fifo: xps-ll-fifo@81a00000 {
249 compatible = "xlnx,xps-ll-fifo-1.01.a";
Dvirtex440-ml507.dts145 compatible = "xlnx,ll-dma-1.00.a";
255 Hard_Ethernet_MAC: xps-ll-temac@81c00000 {
262 compatible = "xlnx,xps-ll-temac-1.01.b";
/linux-4.4.14/drivers/net/wireless/ti/wl1251/
DKconfig10 If you choose to build a module, it'll be called wl1251. Say
21 If you choose to build a module, it'll be called wl1251_spi.
32 If you choose to build a module, it'll be called
/linux-4.4.14/arch/frv/include/asm/
Dbitops.h198 u64 ll; in fls64() member
203 _.ll = n; in fls64()
293 u64 ll; in __ilog2_u64() member
298 _.ll = n; in __ilog2_u64()
/linux-4.4.14/arch/score/lib/
Ducmpdi2.c25 const DWunion au = {.ll = a}; in __ucmpdi2()
26 const DWunion bu = {.ll = b}; in __ucmpdi2()
Dcmpdi2.c26 .ll = a in __cmpdi2()
29 .ll = b in __cmpdi2()
Dlshrdi3.c32 uu.ll = u; in __lshrdi3()
45 return w.ll; in __lshrdi3()
Dashldi3.c31 uu.ll = u; in __ashldi3()
44 return w.ll; in __ashldi3()
Dashrdi3.c31 uu.ll = u; in __ashrdi3()
46 return w.ll; in __ashrdi3()
Dlibgcc.h34 long long ll; member
/linux-4.4.14/arch/sparc/lib/
Dcmpdi2.c8 .ll = a in __cmpdi2()
11 .ll = b in __cmpdi2()
Ducmpdi2.c6 const DWunion au = {.ll = a}; in __ucmpdi2()
7 const DWunion bu = {.ll = b}; in __ucmpdi2()
Dlibgcc.h15 long long ll; member
/linux-4.4.14/arch/mips/lib/
Dcmpdi2.c8 .ll = a in __cmpdi2()
11 .ll = b in __cmpdi2()
Ducmpdi2.c7 const DWunion au = {.ll = a}; in __ucmpdi2()
8 const DWunion bu = {.ll = b}; in __ucmpdi2()
Dashldi3.c13 uu.ll = u; in __ashldi3()
26 return w.ll; in __ashldi3()
Dlshrdi3.c13 uu.ll = u; in __lshrdi3()
26 return w.ll; in __lshrdi3()
Dashrdi3.c13 uu.ll = u; in __ashrdi3()
28 return w.ll; in __ashrdi3()
Dlibgcc.h22 long long ll; member
/linux-4.4.14/arch/sh/lib/
Dlshrdi3.c13 uu.ll = u; in __lshrdi3()
26 return w.ll; in __lshrdi3()
Dashldi3.c13 uu.ll = u; in __ashldi3()
26 return w.ll; in __ashldi3()
Dashrdi3.c13 uu.ll = u; in __ashrdi3()
28 return w.ll; in __ashrdi3()
Dlibgcc.h22 long long ll; member
/linux-4.4.14/arch/blackfin/lib/
Dlshrdi3.c22 uu.ll = u; in __lshrdi3()
34 return w.ll; in __lshrdi3()
Dashldi3.c22 uu.ll = u; in __ashldi3()
34 return w.ll; in __ashldi3()
Dashrdi3.c22 uu.ll = u; in __ashrdi3()
35 return w.ll; in __ashrdi3()
Dgcclib.h23 DItype ll; member
/linux-4.4.14/drivers/net/wireless/p54/
DKconfig14 If you choose to build a module, it'll be called p54common.
26 If you choose to build a module, it'll be called p54usb.
40 If you choose to build a module, it'll be called p54pci.
49 If you choose to build a module, it'll be called p54spi.
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dah.c161 enum rdma_link_layer ll; in mlx4_ib_query_ah() local
165 ll = rdma_port_get_link_layer(ibah->device, ah_attr->port_num); in mlx4_ib_query_ah()
166 if (ll == IB_LINK_LAYER_ETHERNET) in mlx4_ib_query_ah()
171 ah_attr->dlid = ll == IB_LINK_LAYER_INFINIBAND ? be16_to_cpu(ah->av.ib.dlid) : 0; in mlx4_ib_query_ah()
/linux-4.4.14/drivers/nfc/pn544/
DKconfig17 If you choose to build a module, it'll be called pn544_i2c.
29 If you choose to build a module, it'll be called pn544_mei.
/linux-4.4.14/Documentation/cgroups/
Ddevices.txt47 task to a new cgroup. (Again we'll probably want to change that).
59 more access than the cgroup's parent, it'll be removed from the whitelist.
72 it'll propagate down and after revalidating B's entries, the whitelist entry
80 anymore, they'll be deleted.
99 but now it'll be possible to add new entries to B:
/linux-4.4.14/drivers/nfc/microread/
DKconfig18 If you choose to build a module, it'll be called microread_i2c.
30 If you choose to build a module, it'll be called microread_mei.
/linux-4.4.14/drivers/edac/
Dmce_amd.c155 u8 ll = LL(ec); in f12h_mc0_mce() local
158 if (ll == LL_L2) in f12h_mc0_mce()
160 else if (ll == LL_L1) in f12h_mc0_mce()
315 u8 ll = LL(ec); in k8_mc1_mce() local
321 if (ll == 0x2) in k8_mc1_mce()
323 else if (ll == 0x1) { in k8_mc1_mce()
/linux-4.4.14/include/linux/sunrpc/
Dcache.h281 long long ll; in get_time() local
289 if (kstrtoll(buf, 0, &ll)) in get_time()
292 *time = (time_t)ll; in get_time()
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
DKconfig23 If you choose to build a module, it'll be called wlcore_spi.
34 If you choose to build a module, it'll be called wlcore_sdio.
/linux-4.4.14/drivers/nfc/st-nci/
DKconfig22 If you choose to build a module, it'll be called st-nci_i2c.
33 If you choose to build a module, it'll be called st-nci_spi.
/linux-4.4.14/arch/arm/mach-omap1/
DKconfig97 Support for the Palm Tungsten E PDA. To boot the kernel, you'll
107 you'll need a PalmOS compatible bootloader; check out
115 Support for the Palm Tungsten|T PDA. To boot the kernel, you'll
126 you'll need a SX1 compatible bootloader; check out
/linux-4.4.14/crypto/
Dcamellia_generic.c340 #define ROLDQ(ll, lr, rl, rr, w0, w1, bits) ({ \ argument
341 w0 = ll; \
342 ll = (ll << bits) + (lr >> (32 - bits)); \
348 #define ROLDQo32(ll, lr, rl, rr, w0, w1, bits) ({ \ argument
349 w0 = ll; \
351 ll = (lr << (bits - 32)) + (rl >> (64 - bits)); \
832 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) ({ \ argument
835 t0 &= ll; \
843 ll ^= t1; \
/linux-4.4.14/drivers/isdn/mISDN/
Dl1oip_core.c893 int l, ll; in handle_dmsg() local
912 ll = (l < L1OIP_MAX_PERFRAME) ? l : L1OIP_MAX_PERFRAME; in handle_dmsg()
914 hc->chan[dch->slot].tx_counter++, p, ll); in handle_dmsg()
915 p += ll; in handle_dmsg()
916 l -= ll; in handle_dmsg()
1108 int l, ll; in handle_bmsg() local
1150 ll = (l < L1OIP_MAX_PERFRAME) ? l : L1OIP_MAX_PERFRAME; in handle_bmsg()
1152 hc->chan[bch->slot].tx_counter, p, ll); in handle_bmsg()
1153 hc->chan[bch->slot].tx_counter += ll; in handle_bmsg()
1154 p += ll; in handle_bmsg()
[all …]
/linux-4.4.14/drivers/tty/vt/
Dvt_ioctl.c825 ushort ll,cc; in vt_ioctl() local
828 if (get_user(ll, &vtsizes->v_rows) || in vt_ioctl()
839 vc_resize(vc_cons[i].d, cc, ll); in vt_ioctl()
850 ushort ll,cc,vlin,clin,vcol,ccol; in vt_ioctl() local
859 __get_user(ll, &vtconsize->v_rows); in vt_ioctl()
867 if (ll) { in vt_ioctl()
868 if (ll != vlin/clin) { in vt_ioctl()
874 ll = vlin/clin; in vt_ioctl()
900 vc_resize(vc_cons[i].d, cc, ll); in vt_ioctl()
/linux-4.4.14/net/ipv4/
Dinetpeer.c257 struct inet_peer *ll, *lr, *lrl, *lrr; in peer_avl_rebalance() local
259 ll = rcu_deref_locked(l->avl_left, base); in peer_avl_rebalance()
262 if (lrh <= node_height(ll)) { /* ll: RH+1 */ in peer_avl_rebalance()
266 RCU_INIT_POINTER(l->avl_left, ll); /* ll: RH+1 */ in peer_avl_rebalance()
276 RCU_INIT_POINTER(l->avl_left, ll); /* ll: RH */ in peer_avl_rebalance()
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-arb-gpio-challenge.txt21 others can see. These are all active low with pull-ups enabled. We'll
52 - wait-retry-us: we'll attempt another claim after this many microseconds.
54 - wait-free-us: we'll give up after this many microseconds. Default is 50000 us.
Di2c-rk3x.txt33 (t(f) in the I2C specification). If not specified we'll use the SCL
/linux-4.4.14/Documentation/networking/
Dtproxy.txt24 Because of certain restrictions in the IPv4 routing output code you'll have to
60 Note that for this to work you'll have to modify the proxy to enable (SOL_IP,
67 To use tproxy you'll need to have the 'socket' and 'TPROXY' modules
Dpacket_mmap.txt628 struct sockaddr_ll ll;
645 memset(&ll, 0, sizeof(ll));
646 ll.sll_family = AF_PACKET;
647 ll.sll_ifindex = ifr.ifr_ifindex;
648 err = bind(fd, (struct sockaddr *) &ll, sizeof(ll));
810 struct sockaddr_ll ll;
855 memset(&ll, 0, sizeof(ll));
856 ll.sll_family = PF_PACKET;
857 ll.sll_protocol = htons(ETH_P_ALL);
858 ll.sll_ifindex = if_nametoindex(netdev);
[all …]
Dbridge.txt1 In order to use the Ethernet bridging functionality, you'll need the
Dltpc.txt73 original documentation refers to IRQ2. Since you'll be running
121 you'll probably have to hack the initialization code a bit.
Ddecnet.txt20 you'll need the following options as well...
122 If you want to configure a DECnet router you'll need the iproute2 package
153 /proc/net/decnet_neigh file, you'll need to set the default device
158 For this step and those after, you'll need the DECnet library
Dpolicy-routing.txt93 approach is limited to 256. If someone likes this model, I'll
Dpktgen.txt148 pgset "src_mac_count 1" Sets the number of MACs we'll range through.
151 pgset "dst_mac_count 1" Sets the number of MACs we'll range through.
Dgeneric-hdlc.txt26 WAN port. You'll need the "sethdlc" utility, get it from:
DREADME.sb1000102 connect successfully the cable modem interface will come up and you'll see a
186 sb1000-1.1.2.tar.gz archive and build and install sb1000.o manually. You'll
/linux-4.4.14/drivers/usb/c67x00/
DMakefile7 c67x00-y := c67x00-drv.o c67x00-ll-hpi.o c67x00-hcd.o c67x00-sched.o
/linux-4.4.14/Documentation/
Diostats.txt14 the information. Throughout this document we'll assume that sysfs
39 you'll avoid the overhead of 50, 100, or 500 or more opens/closes with
44 By contrast, in 2.6 if you look at /sys/block/hda/stat, you'll
58 system-wide stats you'll have to find all the devices and sum them all up.
114 in 2.4. Consequently, you'll see a different statistics output on 2.6 for
153 Linux hasn't added it already, here's the line you'll want to add to
DManagementStyle12 might not actually be true. You'll have to decide for yourself.
119 clear which approach is better, they'll eventually figure it out. The
132 Most people are idiots, and being a manager means you'll have to deal
187 easier. In particular, they'll be able to make your decisions for you,
212 best way of taking the blame: do it for another guy. You'll feel good
213 for taking the fall, he'll feel good about not getting blamed, and the
226 you've followed the previous rules, you'll be pretty good at saying that
259 a while, and you'll feel cleansed. Just don't crap too close to home.
Ddontdiff25 *.ll
DChanges112 DocBook format to a format of your choice, you'll need to install Jade as
121 You'll probably want to upgrade.
207 as root before you can use this. You'll probably also want to
Dmemory-hotplug.txt238 not called (in current implementation). You'll have to online memory by
253 If the memory block is online, you'll read "online".
254 If the memory block is offline, you'll read "offline".
337 it. If it doesn't contain 'unmovable' memory, you'll get success.
DSAK.txt25 the machine. CTRL-ALT-BACKSPACE is magical to the X server. We'll
DBUG-HUNTING73 . You'll narrow it down to the kernel that introduced the bug. You
138 If you get it down to a routine, you'll probably get a fix in 24 hours.
Dbcache.txt39 You'll need make-bcache from the bcache-tools repository. Both the cache device
57 device, it'll be running in passthrough mode until you attach it to a cache.
140 maturity, but simply because in writeback mode you'll lose data if something
186 In practice this isn't an issue because as soon as a write comes along it'll
Dkobject.txt15 easier, we'll take a multi-pass approach, starting with vague terms and
45 We'll look at how to create and manipulate all of these types. A bottom-up
46 approach will be taken, so we'll go back to kobjects.
/linux-4.4.14/Documentation/devicetree/bindings/mmc/
Dsynopsys-dw-mshc.txt46 If the biu clock is missing we'll simply skip enabling it. If the
47 ciu clock is missing we'll just assume that the clock is running at
52 is specified and the ciu clock is specified then we'll try to set the ciu
76 specified we'll defer probe until we can find this regulator.
/linux-4.4.14/drivers/scsi/isci/
Dphy.c384 struct scu_link_layer_registers __iomem *ll) in sci_phy_initialize() argument
390 sci_phy_link_layer_initialization(iphy, ll); in sci_phy_initialize()
1202 struct scu_link_layer_registers __iomem *ll = iphy->link_layer_registers; in scu_link_layer_start_oob() local
1206 val = readl(&ll->phy_configuration); in scu_link_layer_start_oob()
1210 writel(val, &ll->phy_configuration); in scu_link_layer_start_oob()
1211 readl(&ll->phy_configuration); /* flush */ in scu_link_layer_start_oob()
1215 val = readl(&ll->phy_configuration); in scu_link_layer_start_oob()
1217 writel(val, &ll->phy_configuration); in scu_link_layer_start_oob()
1218 readl(&ll->phy_configuration); /* flush */ in scu_link_layer_start_oob()
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/ti/
Demif.txt39 - hw-caps-ll-interface : Have this property if the controller
54 hw-caps-ll-interface;
/linux-4.4.14/Documentation/device-mapper/
Dzero.txt20 desired size of the sparse device. For this example, we'll assume a 10TB
28 space available to the sparse device. For this example, we'll assume /dev/sdb1
Dsnapshot.txt87 we'll have this situation (with volumes in above order):
117 we'll now have this situation:
Dthin-provisioning.txt37 dm-devel@redhat.com with details and we'll try our best to improve
74 less sharing than average you'll need a larger-than-average metadata device.
386 then you'll have no access to blocks mapped beyond the end. If you
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
DKconfig8 If you choose to build a module, it'll be called wcn36xx.
/linux-4.4.14/arch/avr32/boards/atstk1000/
DKconfig46 If you change this you'll want an updated boot loader putting
57 To use the camera interface you'll need a custom card (on the
/linux-4.4.14/Documentation/hwmon/
Dadm102543 properly, you'll have a wrong +12V reading or a wrong VID reading. The way
46 out not to be true in some cases, we'll provide a module parameter to force
Dw83627hf113 For other supported devices, you'll have to take the hard path and
/linux-4.4.14/fs/nfs/
Dpnfs_nfs.c476 size_t ll = strlen(da->da_remotestr); in nfs4_pnfs_remotestr() local
478 if (ll > len) in nfs4_pnfs_remotestr()
481 memcpy(p, da->da_remotestr, ll); in nfs4_pnfs_remotestr()
482 p += ll; in nfs4_pnfs_remotestr()
483 len -= ll; in nfs4_pnfs_remotestr()
/linux-4.4.14/include/uapi/linux/
Dsoundcard.h1179 {int ii, ll=(len); \
1181 if (ll>6)ll=6;\
1185 for(ii=0;ii<ll;ii++)\
1187 for(ii=ll;ii<6;ii++)\
/linux-4.4.14/drivers/nfc/st21nfca/
DKconfig22 If you choose to build a module, it'll be called st21nfca_i2c.
/linux-4.4.14/drivers/nfc/fdp/
DKconfig22 If you choose to build a module, it'll be called fdp_i2c.
/linux-4.4.14/drivers/zorro/
DKconfig14 really matters, you can disable this feature and you'll get device
/linux-4.4.14/Documentation/input/
Djoystick.txt63 you'll have to manually create these nodes in /dev:
86 For all joystick drivers to function, you'll need the userland interface
91 For gameport joysticks, you'll have to load the gameport driver as well;
95 And for serial port joysticks, you'll need the serial input line
101 In addition to that, you'll need the joystick driver module itself, most
102 usually you'll have an analog joystick:
182 you'll need to specify the types either on the kernel command line or on the
258 rear side of the joystick. However, moving it, you'll reset the joystick,
322 allow connecting analog joysticks to them, you'll need to load the analog
566 A: Yes, it is possible, but it'll burn your serial port or the pad. It
Dedt-ft5x06.txt33 you'll find the following files:
Dinput.txt55 you'll have to load the following modules (or have them built in to the
206 these. You'll need ImPS/2 if you want to make use of a wheel on a USB
270 /dev/input/eventX devices, and you'll always get a whole number of input
Djoystick-parport.txt43 you'll use for NES, SNES gamepads and SNES mice.
61 case, you'll need to use diodes (as a prevention of destroying your parallel
270 joystick can do more (eg. turbofire) you'll need to disable it totally first
273 Also, the connection is a bit more complex. You'll need a bunch of diodes,
Dgameport-programming.txt34 callback if the io is mapped to ISA space - this way it'll occupy the io
/linux-4.4.14/arch/parisc/math-emu/
DREADME5 enough to update our copies with later changes from HP-UX -- it'll
/linux-4.4.14/Documentation/x86/x86_64/
Dfake-numa-for-cpusets16 For the purposes of this introduction, we'll assume a very primitive NUMA
20 you'll determine a better setup to minimize the number of nodes you have to deal
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
DKconfig9 If you choose to build a module, it'll be called ath10k.
/linux-4.4.14/Documentation/powerpc/
Dmpc52xx.txt38 mention you/your company in the copyright of some code, I'll correct it
/linux-4.4.14/arch/microblaze/boot/dts/
Dsystem.dts218 Hard_Ethernet_MAC: xps-ll-temac@81c00000 {
224 compatible = "xlnx,xps-ll-temac-1.01.b", "xlnx,xps-ll-temac-1.00.a";
338 compatible = "xlnx,ll-dma-1.00.a";
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
DKconfig16 If you choose to build a module, it'll be called carl9170.
/linux-4.4.14/Documentation/fb/
Dsstfb.txt42 module, the 3dfx takes control of the output, so you'll have to
55 (if you don't have a second monitor, you'll have to plug your monitor
131 - DO NOT use glide while the sstfb module is in, you'll most likely
Dframebuffer.txt188 We'll say that the horizontal scanrate is about 31 kHz:
204 can use 50 Hz without any trouble, while I'll notice if it's less than 80 Hz.
/linux-4.4.14/Documentation/i2c/busses/
Di2c-taos-evm23 In order to use this driver, you'll need the serport driver, and the
Di2c-parport84 all connected lines MUST BE driven at the same state, else you'll short
/linux-4.4.14/Documentation/arm/
DPorting74 basis by the kernel. I'll call this the user segment.
76 Anything above TASK_SIZE is common to all processes. I'll call
/linux-4.4.14/Documentation/filesystems/
Ddlmfs.txt46 You'll want to start heartbeating on a volume which all the nodes in
94 operation. If the lock succeeds, you'll get an fd.
Dautomount-support.txt24 And then if you look in the mountpoint catalogue, you'll see something like:
Dromfs.txt19 To create such a file system, you'll need a user program named
73 Every multi byte value (32 bit words, I'll use the longwords term from
Docfs2.txt8 You'll want to install the ocfs2-tools package in order to at least
/linux-4.4.14/arch/x86/math-emu/
Dreg_ld_str.c897 unsigned long long ll; in FPU_store_bcd() local
916 ll = significand(&t); in FPU_store_bcd()
946 b = FPU_div_small(&ll, 10); in FPU_store_bcd()
947 b |= (FPU_div_small(&ll, 10)) << 4; in FPU_store_bcd()
/linux-4.4.14/drivers/eisa/
DKconfig52 can disable this feature and you'll get device ID instead of
/linux-4.4.14/Documentation/parisc/
Ddebugging16 When real-mode code tries to access non-existent memory, you'll get
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec_lproc.c103 (s64)(sec->ps_gc_next - ktime_get_real_seconds()) : 0ll); in sptlrpc_info_lprocfs_seq_show()
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
DKconfig21 If you choose to build a module, it'll be called ath5k. Say M if
/linux-4.4.14/Documentation/sound/alsa/
Dpowersave.txt11 done fully or partially. It'll save a certain power consumption, thus
DBt87x.txt68 The chip has three analog inputs. Consequently you'll get a mixer
DCMIPCI.txt129 so-called S/PDIF). Then you'll see the red light on from the card so
169 Note: When "PCM Playback Switch" is on, you'll hear the digital output
DOSS-Emulation.txt162 As default it's set as root, so you'll likely need to be superuser for
273 the module options of snd. you'll likely need to be superuser for
/linux-4.4.14/Documentation/blockdev/
Dcpqarray.txt33 If you want to use an EISA controller you'll have to supply some
/linux-4.4.14/Documentation/video4linux/
DREADME.saa713425 Configure, build, install + boot the new kernel. You'll need at least
DREADME.ir30 layer, i.e. you'll see the keys of the remote as normal key strokes
DZoran310 You'll noticed the DC10+/DC30+ aren't mentioned anywhere in the overview.
374 With 1:4, it'll mostly work. If you have a Buz, use 'low_bitrate=1' to go into
381 (quantization) tables, and you'll get to something like 512kB per frame for
394 I woke up, and can't go to sleep again. I'll kill some time explaining why
/linux-4.4.14/Documentation/arm/SA1100/
DBrutus22 Typically, you'll need angelboot to load the kernel.
DItsy36 the itsy. (i.e. grep for CONFIG_SA1100_ITSY and you'll find where it is.)
/linux-4.4.14/arch/x86/kvm/
Di8254.c58 u64 ll; in muldiv64() member
65 u.ll = a; in muldiv64()
71 return res.ll; in muldiv64()
/linux-4.4.14/arch/um/
DKconfig.net47 Slip Transport. You'll need at least one of them, but may choose
95 To use this form of networking, you'll need to run the UML
107 transports. You'll need at least one of them, but may choose
/linux-4.4.14/Documentation/dmaengine/
Dprovider.txt40 really efficient, you'll get several bigger transfers. This is done
53 quite simple DMA controller that doesn't support it, and we'll have to
110 structure. Any of the usual memory allocators will do, but you'll also
276 - You'll also need to set two fields in this structure:
375 Most of the DMAEngine drivers you'll see are based on a similar design
/linux-4.4.14/Documentation/dvb/
Dudev.txt18 1. Unfortunately, you'll need a helper script to transform the kernel
/linux-4.4.14/drivers/isdn/gigaset/
DKconfig27 subsystem you'll have to enable the capidrv glue driver.
/linux-4.4.14/net/bridge/
DKconfig19 In order to use the Ethernet bridge, you'll need the bridge
/linux-4.4.14/drivers/usb/
DREADME1 To understand all the Linux-USB framework, you'll use these resources:
DKconfig70 you'll be using. You may want to check out the information provided
/linux-4.4.14/fs/ocfs2/
DKconfig15 You'll want to install the ocfs2-tools package in order to at least
/linux-4.4.14/arch/openrisc/
DREADME.openrisc23 In order to build and run Linux for OpenRISC, you'll need at least a basic
/linux-4.4.14/arch/frv/kernel/
Dbreak.S427 # we'll swap the real return address for one with a BREAK insn so that we can re-enable
466 # we'll want to try the trap stub again
/linux-4.4.14/drivers/net/wireless/brcm80211/
DKconfig28 it'll be called brcmfmac.ko.
/linux-4.4.14/scripts/
DKbuild.include335 # enough. It'll strip the quotes in the common case where there's no
336 # space and it's a simple filename, and it'll retain the quotes when
337 # there's a space. There are some esoteric cases in which it'll print
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
Dtps65090.txt27 "overcurrent wait" field and we'll leave it to the BIOS/EC to deal with.
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dfsl-asoc-card.txt17 and PCM DAI formats. However, it'll be also possible to support those non
/linux-4.4.14/Documentation/vm/
Duserfaultfd.txt81 half copied page since it'll keep userfaulting until the copy has
129 receive the page that triggered the userfault and it'll map it as
/linux-4.4.14/net/ipx/
DKconfig15 to do the former, you'll also have to say Y to "NCP file system
/linux-4.4.14/arch/xtensa/lib/
Dstrnlen_user.S101 # Actually, we don't need to check. Zero or nonzero, we'll add one.
/linux-4.4.14/sound/drivers/vx/
Dvx_mixer.c60 u8 ll; member
68 u8 ll; member
78 #define SET_CDC_DATA_VAL(di,d) ((di).b.ll = (u8) (d))
/linux-4.4.14/Documentation/ioctl/
Dbotching-up-ioctls.txt103 love for signal you'll get an excellent base coverage of all your error
205 end, once the generic interface comes around you'll end up maintainer two
215 your driver proves popular and your hardware platforms long-lived then you'll
/linux-4.4.14/arch/cris/arch-v32/drivers/
DKconfig197 # independent of MMC_SPI, so we'll keep SPI non-dependent on the
201 # FIXME: When that happens, we'll need to be able to ask for and
/linux-4.4.14/Documentation/power/
Dvideo.txt55 (5) radeon systems, where X can soft-boot your video card. You'll need
77 bios, you'll get a hard crash during resume. Be careful. Also it is
/linux-4.4.14/Documentation/m68k/
DREADME.buddha128 versions (if I'll ever update this one). I presume that
129 I'll never use the lower four bits, but they have to be set
/linux-4.4.14/Documentation/scsi/
Din2000.txt22 old as 2.1, so we'll assume that all cards are OK.
93 module loading - the old method is gone, so you'll need
/linux-4.4.14/Documentation/sound/oss/
Dbtaudio62 The chip has three analog inputs. Consequently you'll get a mixer device
DSoundPro76 to the ad1848 parameters, email me the syslog results and I'll do
/linux-4.4.14/arch/mn10300/mm/
Dcache-inv-by-tag.S263 # - we don't bother with delay NOPs as we'll have enough instructions
/linux-4.4.14/Documentation/pti/
Dpti_intel_mid.txt68 // doubt you'll want to use these exact error lines of code
/linux-4.4.14/Documentation/trace/
Dftrace-design.txt38 We'll make the assumption below that the symbol is "mcount" just to keep things
328 runtime patching. You'll need a little knowledge of your arch's opcodes in
354 at that location to support the new function calls you'll be inserting. Some
/linux-4.4.14/Documentation/video4linux/bttv/
DREADME5 You'll need at least these config options for bttv:
/linux-4.4.14/Documentation/usb/
Dpersist.txt32 system woke up, who cares? It'll still work the same when you type on
155 data corruption and to crash your system. You'll have no one to blame
/linux-4.4.14/fs/xfs/
DKconfig21 system of your root partition is compiled as a module, you'll need
/linux-4.4.14/drivers/gpu/drm/msm/
DNOTES44 we'll let msm_mdp4_kms provide the irq install/uninstall/etc functions
/linux-4.4.14/Documentation/fmc/
Dfmc-write-eeprom.txt52 Please note that you'll most likely want to use SDBFS to build your
/linux-4.4.14/Documentation/mtd/nand/
Dpxa3xx-nand.txt16 we'll have this layout in the pages:
/linux-4.4.14/arch/mips/include/asm/
Dasm-eva.h102 #define kernel_ll(reg, addr) ll reg, addr
/linux-4.4.14/drivers/input/serio/
DKconfig35 you'll need to say Y here.
124 If you use these devices, you'll need to say Y here.
/linux-4.4.14/drivers/scsi/
Du14-34f.c1585 unsigned long sl[n_ready], pl[n_ready], ll[n_ready]; in reorder() local
1642 ll[n] = blk_rq_sectors(SCpnt->request); pl[n] = SCpnt->serial_number; in reorder()
1646 if ((sl[n] == sl[n - 1]) || (!rev && ((sl[n - 1] + ll[n - 1]) > sl[n])) in reorder()
1647 || (rev && ((sl[n] + ll[n]) > sl[n - 1]))) overlap = TRUE; in reorder()
Deata.c2106 unsigned long sl[n_ready], pl[n_ready], ll[n_ready]; in reorder() local
2179 ll[n] = blk_rq_sectors(SCpnt->request); in reorder()
2186 || (!rev && ((sl[n - 1] + ll[n - 1]) > sl[n])) in reorder()
2187 || (rev && ((sl[n] + ll[n]) > sl[n - 1]))) in reorder()
/linux-4.4.14/Documentation/x86/i386/
DIO-APIC.txt81 Slot2, then you'll have to specify this pirq= line:
/linux-4.4.14/Documentation/scheduler/
Dsched-domains.txt51 of SMT, you'll span all siblings of the physical CPU, with each group being
/linux-4.4.14/drivers/net/ethernet/apm/xgene/
Dxgene_enet_main.c300 u8 ll = 0, nv = 0, idx = 0; in xgene_enet_setup_tx_desc() local
404 ll = 1; in xgene_enet_setup_tx_desc()
420 raw_desc->m0 = cpu_to_le64(SET_VAL(LL, ll) | SET_VAL(NV, nv) | in xgene_enet_setup_tx_desc()
/linux-4.4.14/
DREADME291 - In order to boot your new kernel, you'll need to copy the kernel
368 To find out the kernel function name, you'll need to find the system
395 clean". You'll also need to enable CONFIG_PROC_FS (via "make config").
/linux-4.4.14/Documentation/serial/
Dmoxa-smartio116 You'll have to configure CAP address, I/O address, Interrupt Vector
288 you'll have to add parameter to specify CAP address of given
320 parameter. In static driver configuration, you'll have to
/linux-4.4.14/Documentation/mtd/
Dnand_ecc.txt22 This is done by means of a Hamming code. I'll try to explain it in
327 we'll bring rp4 to 15 back to single byte entities by shifting and
443 loop unrolling. This will eliminate a few if statements. I'll try
630 more time will help. I'll keep the optimisations from 7 for now.
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt116 few exceptions, but we'll come to those later.
132 least once, just so you'll know what kind of information is available to
149 At this point, you'll need to type in your user id and password, as
218 You'll notice that some commands do not have keys assigned to them.
220 accessible through the sys system. We'll discuss the sys system later
223 You'll also notice that some commands have two keys assigned to them.
246 In this section, we'll go through a list of all the speakup keys and
436 simplicity, we'll call them punc0, punc1, punc2, and punc3. The scripts
548 we'll see in the next section, this is particularly useful when you are
676 If you run a google search for Fonix, you'll find their web site.
[all …]
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
DKconfig38 If you choose to build a module, it'll be called ath9k.
/linux-4.4.14/Documentation/cdrom/
Dide-cd185 or 0x1f0, you'll need to explicitly inform the driver using a
201 nonexistent or nonresponding I/O address, you'll probably get
205 before they'll function properly. (If this is the case, there

12