Home
last modified time | relevance | path

Searched refs:ll (Results 1 – 25 of 618) sorted by relevance

12345678910>>...25

/OK3568_Linux_fs/kernel/drivers/md/persistent-data/
H A 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 memset(ll, 0, sizeof(struct ll_disk)); in sm_ll_init()
195 ll->tm = tm; in sm_ll_init()
197 ll->bitmap_info.tm = tm; in sm_ll_init()
198 ll->bitmap_info.levels = 1; in sm_ll_init()
205 ll->bitmap_info.value_type.size = sizeof(struct disk_index_entry); in sm_ll_init()
206 ll->bitmap_info.value_type.inc = NULL; in sm_ll_init()
207 ll->bitmap_info.value_type.dec = NULL; in sm_ll_init()
208 ll->bitmap_info.value_type.equal = NULL; in sm_ll_init()
210 ll->ref_count_info.tm = tm; in sm_ll_init()
[all …]
H A 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 …]
H A 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()
150 r = sm_ll_dec(&smd->ll, b, &ev); in sm_disk_dec_block()
173 r = sm_ll_find_common_free_block(&smd->old_ll, &smd->ll, smd->begin, smd->ll.nr_blocks, b); in sm_disk_new_block()
179 r = sm_ll_find_common_free_block(&smd->old_ll, &smd->ll, 0, smd->begin, b); in sm_disk_new_block()
186 r = sm_ll_inc(&smd->ll, *b, &ev); in sm_disk_new_block()
205 r = sm_ll_commit(&smd->ll); in sm_disk_commit()
[all …]
H A Ddm-space-map-metadata.c169 struct ll_disk ll; member
200 r = sm_ll_inc(&smm->ll, op->block, &ev); in commit_bop()
204 r = sm_ll_dec(&smm->ll, op->block, &ev); in commit_bop()
285 *count = smm->ll.nr_blocks; in sm_metadata_get_nr_blocks()
331 r = sm_ll_lookup(&smm->ll, b, result); in sm_metadata_get_count()
377 r = sm_ll_lookup_bitmap(&smm->ll, b, &rc); in sm_metadata_count_is_more_than_one()
405 r = sm_ll_insert(&smm->ll, b, count, &ev); in sm_metadata_set_count()
421 r = sm_ll_inc(&smm->ll, b, &ev); in sm_metadata_inc_block()
438 r = sm_ll_dec(&smm->ll, b, &ev); in sm_metadata_dec_block()
454 r = sm_ll_find_common_free_block(&smm->old_ll, &smm->ll, smm->begin, smm->ll.nr_blocks, b); in sm_metadata_new_block_()
[all …]
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dhci_ll.c89 struct ll_struct *ll = hu->priv; in send_hcill_cmd() local
105 skb_queue_tail(&ll->txq, skb); in send_hcill_cmd()
113 struct ll_struct *ll; in ll_open() local
117 ll = kzalloc(sizeof(*ll), GFP_KERNEL); in ll_open()
118 if (!ll) in ll_open()
121 skb_queue_head_init(&ll->txq); in ll_open()
122 skb_queue_head_init(&ll->tx_wait_q); in ll_open()
123 spin_lock_init(&ll->hcill_lock); in ll_open()
125 ll->hcill_state = HCILL_AWAKE; in ll_open()
127 hu->priv = ll; in ll_open()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/
H A Da2065.c107 volatile struct lance_regs *ll; member
130 volatile struct lance_regs *ll = lp->ll; in load_csrs() local
134 ll->rap = LE_CSR1; in load_csrs()
135 ll->rdp = (leptr & 0xFFFF); in load_csrs()
136 ll->rap = LE_CSR2; in load_csrs()
137 ll->rdp = leptr >> 16; in load_csrs()
138 ll->rap = LE_CSR3; in load_csrs()
139 ll->rdp = lp->busmaster_regval; in load_csrs()
142 ll->rap = LE_CSR0; in load_csrs()
220 volatile struct lance_regs *ll = lp->ll; in init_restart_lance() local
[all …]
H A Ddeclance.c254 volatile struct lance_regs *ll; member
305 volatile struct lance_regs *ll = lp->ll; in load_csrs() local
313 writereg(&ll->rap, LE_CSR1); in load_csrs()
314 writereg(&ll->rdp, (leptr & 0xFFFF)); in load_csrs()
315 writereg(&ll->rap, LE_CSR2); in load_csrs()
316 writereg(&ll->rdp, leptr >> 16); in load_csrs()
317 writereg(&ll->rap, LE_CSR3); in load_csrs()
318 writereg(&ll->rdp, lp->busmaster_regval); in load_csrs()
321 writereg(&ll->rap, LE_CSR0); in load_csrs()
529 volatile struct lance_regs *ll = lp->ll; in init_restart_lance() local
[all …]
/OK3568_Linux_fs/u-boot/arch/nios2/lib/
H A Dlibgcc.c30 DWtype ll; member
57 const DWunion uu = {.ll = u}; in __ashldi3()
74 return w.ll; in __ashldi3()
83 const DWunion uu = {.ll = u}; in __ashrdi3()
101 return w.ll; in __ashrdi3()
110 const DWunion uu = {.ll = u}; in __lshrdi3()
127 return w.ll; in __lshrdi3()
133 const DWunion au = {.ll = a}; in __cmpdi2()
134 const DWunion bu = {.ll = b}; in __cmpdi2()
150 const DWunion nn = {.ll = n}; in __udivmoddi4()
[all …]
/OK3568_Linux_fs/kernel/drivers/misc/ti-st/
H A Dst_ll.c86 void st_ll_enable(struct st_data_s *ll) in st_ll_enable() argument
88 ll->ll_state = ST_LL_AWAKE; in st_ll_enable()
93 void st_ll_disable(struct st_data_s *ll) in st_ll_disable() argument
95 ll->ll_state = ST_LL_INVALID; in st_ll_disable()
99 void st_ll_wakeup(struct st_data_s *ll) in st_ll_wakeup() argument
101 if (likely(ll->ll_state != ST_LL_AWAKE)) { in st_ll_wakeup()
102 send_ll_cmd(ll, LL_WAKE_UP_IND); /* WAKE_IND */ in st_ll_wakeup()
103 ll->ll_state = ST_LL_ASLEEP_TO_AWAKE; in st_ll_wakeup()
111 unsigned long st_ll_getstate(struct st_data_s *ll) in st_ll_getstate() argument
113 pr_debug(" returning state %ld", ll->ll_state); in st_ll_getstate()
[all …]
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Datomic.h55 #define ATOMIC_OP(pfx, op, type, c_op, asm_op, ll, sc) \ argument
73 "1: " #ll " %0, %1 # " #pfx "_" #op " \n" \
82 #define ATOMIC_OP_RETURN(pfx, op, type, c_op, asm_op, ll, sc) \ argument
102 "1: " #ll " %1, %2 # " #pfx "_" #op "_return\n" \
115 #define ATOMIC_FETCH_OP(pfx, op, type, c_op, asm_op, ll, sc) \ argument
134 "1: " #ll " %1, %2 # " #pfx "_fetch_" #op "\n" \
148 #define ATOMIC_OPS(pfx, op, type, c_op, asm_op, ll, sc) \ argument
149 ATOMIC_OP(pfx, op, type, c_op, asm_op, ll, sc) \
150 ATOMIC_OP_RETURN(pfx, op, type, c_op, asm_op, ll, sc) \
151 ATOMIC_FETCH_OP(pfx, op, type, c_op, asm_op, ll, sc)
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dmath64.h195 u64 ll; in mul_u64_u64_shr() member
206 a0.ll = a; in mul_u64_u64_shr()
207 b0.ll = b; in mul_u64_u64_shr()
209 rl.ll = mul_u32_u32(a0.l.low, b0.l.low); in mul_u64_u64_shr()
210 rm.ll = mul_u32_u32(a0.l.low, b0.l.high); in mul_u64_u64_shr()
211 rn.ll = mul_u32_u32(a0.l.high, b0.l.low); in mul_u64_u64_shr()
212 rh.ll = mul_u32_u32(a0.l.high, b0.l.high); in mul_u64_u64_shr()
228 return rl.ll; in mul_u64_u64_shr()
230 return (rl.ll >> shift) | (rh.ll << (64 - shift)); in mul_u64_u64_shr()
231 return rh.ll >> (shift & 63); in mul_u64_u64_shr()
[all …]
/OK3568_Linux_fs/u-boot/include/linux/
H A Dmath64.h186 u64 ll; in mul_u64_u64_shr() member
197 a0.ll = a; in mul_u64_u64_shr()
198 b0.ll = b; in mul_u64_u64_shr()
200 rl.ll = mul_u32_u32(a0.l.low, b0.l.low); in mul_u64_u64_shr()
201 rm.ll = mul_u32_u32(a0.l.low, b0.l.high); in mul_u64_u64_shr()
202 rn.ll = mul_u32_u32(a0.l.high, b0.l.low); in mul_u64_u64_shr()
203 rh.ll = mul_u32_u32(a0.l.high, b0.l.high); in mul_u64_u64_shr()
219 return rl.ll; in mul_u64_u64_shr()
221 return (rl.ll >> shift) | (rh.ll << (64 - shift)); in mul_u64_u64_shr()
222 return rh.ll >> (shift & 63); in mul_u64_u64_shr()
[all …]
H A Dkernel.h60 #define DIV_ROUND_DOWN_ULL(ll, d) \ argument
61 ({ unsigned long long _tmp = (ll); do_div(_tmp, d); _tmp; })
63 #define DIV_ROUND_UP_ULL(ll, d) DIV_ROUND_DOWN_ULL((ll) + (d) - 1, (d)) argument
66 # define DIV_ROUND_UP_SECTOR_T(ll,d) DIV_ROUND_UP_ULL(ll, d) argument
68 # define DIV_ROUND_UP_SECTOR_T(ll,d) DIV_ROUND_UP(ll,d) argument
/OK3568_Linux_fs/u-boot/arch/microblaze/lib/
H A Dmuldi3.c47 __w.ll; })
60 DItype ll; member
68 uu.ll = u, vv.ll = v; in __muldi3()
70 w.ll = __umulsidi3(uu.s.low, vv.s.low); in __muldi3()
74 return w.ll; in __muldi3()
/OK3568_Linux_fs/u-boot/arch/m68k/lib/
H A Dmuldi3.c43 __w.ll; })
55 DItype ll; member
63 uu.ll = u, in __muldi3()
64 vv.ll = v; in __muldi3()
66 w.ll = __umulsidi3 (uu.s.low, vv.s.low); in __muldi3()
70 return w.ll; in __muldi3()
/OK3568_Linux_fs/kernel/arch/m68k/lib/
H A Dmuldi3.c66 __w.ll; })
78 DItype ll; member
87 uu.ll = u, in __muldi3()
88 vv.ll = v; in __muldi3()
90 w.ll = __umulsidi3 (uu.s.low, vv.s.low); in __muldi3()
94 return w.ll; in __muldi3()
/OK3568_Linux_fs/kernel/lib/
H A Dmuldi3.c45 __w.ll; \
51 const DWunion uu = {.ll = u}; in __muldi3()
52 const DWunion vv = {.ll = v}; in __muldi3()
53 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3()
58 return w.ll; in __muldi3()
H A Dinflate.c844 unsigned *ll; /* literal/length and distance code lengths */ in inflate_dynamic() local
852 ll = malloc(sizeof(*ll) * (288+32)); /* literal/length and distance code lengths */ in inflate_dynamic()
854 ll = malloc(sizeof(*ll) * (286+30)); /* literal/length and distance code lengths */ in inflate_dynamic()
857 if (ll == NULL) in inflate_dynamic()
891 ll[border[j]] = (unsigned)b & 7; in inflate_dynamic()
895 ll[border[j]] = 0; in inflate_dynamic()
901 if ((i = huft_build(ll, 19, 19, NULL, NULL, &tl, &bl)) != 0) in inflate_dynamic()
922 ll[i++] = l = j; /* save last length in l */ in inflate_dynamic()
933 ll[i++] = l; in inflate_dynamic()
945 ll[i++] = 0; in inflate_dynamic()
[all …]
/OK3568_Linux_fs/kernel/arch/microblaze/lib/
H A Dmuldi3.c43 __w.ll; \
49 const DWunion uu = {.ll = u}; in __muldi3()
50 const DWunion vv = {.ll = v}; in __muldi3()
51 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3()
56 return w.ll; in __muldi3()
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dtest-ww_mutex.c442 struct reorder_lock *ll, *ln; in stress_reorder_work() local
451 ll = kmalloc(sizeof(*ll), GFP_KERNEL); in stress_reorder_work()
452 if (!ll) in stress_reorder_work()
455 ll->lock = &stress->locks[order[n]]; in stress_reorder_work()
456 list_add(&ll->link, &locks); in stress_reorder_work()
464 list_for_each_entry(ll, &locks, link) { in stress_reorder_work()
465 err = ww_mutex_lock(ll->lock, &ctx); in stress_reorder_work()
469 ln = ll; in stress_reorder_work()
479 ww_mutex_lock_slow(ll->lock, &ctx); in stress_reorder_work()
480 list_move(&ll->link, &locks); /* restarts iteration */ in stress_reorder_work()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/pkgconfig/pkgconfig/
H A D0001-autotools-use-C99-printf-format-specifiers-on-Window.patch12 To fix this switch all I64(x) to ll(x).
29 - for format in ll q I64; do
30 + for format in ll q; do
40 + gsize_modifier='"ll"'
51 + gssize_modifier='"ll"'
63 + gintptr_modifier='"ll"'
/OK3568_Linux_fs/kernel/arch/h8300/lib/
H A Dmuldi3.c32 __w.ll; } \
37 const DWunion uu = {.ll = u}; in __muldi3()
38 const DWunion vv = {.ll = v}; in __muldi3()
39 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3()
44 return w.ll; in __muldi3()
/OK3568_Linux_fs/kernel/net/can/
H A Disotp.c143 struct can_isotp_ll_options ll; member
191 nskb = alloc_skb(so->ll.mtu + sizeof(struct can_skb_priv), gfp_any()); in isotp_send_fc()
208 skb_put_zero(nskb, so->ll.mtu); in isotp_send_fc()
227 ncf->flags = so->ll.tx_flags; in isotp_send_fc()
610 if (skb->len != so->ll.mtu) in isotp_rcv()
788 skb = alloc_skb(so->ll.mtu + sizeof(struct can_skb_priv), in isotp_tx_timer_handler()
800 skb_put_zero(skb, so->ll.mtu); in isotp_tx_timer_handler()
810 cf->flags = so->ll.tx_flags; in isotp_tx_timer_handler()
913 skb = sock_alloc_send_skb(sk, so->ll.mtu + sizeof(struct can_skb_priv), in isotp_sendmsg()
928 skb_put_zero(skb, so->ll.mtu); in isotp_sendmsg()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dgeneric_interconvert.hpp191 typename boost::multiprecision::detail::canonical<boost::intmax_t, To>::type ll; in generic_interconvert() local
192 eval_convert_to(&ll, term); in generic_interconvert()
193 eval_add(to, ll); in generic_interconvert()
407 boost::long_long_type ll = boost::math::lltrunc(val); in generic_interconvert_float2rational() local
408 val -= ll; in generic_interconvert_float2rational()
410 num += ll; in generic_interconvert_float2rational()
436 boost::long_long_type ll = boost::math::lltrunc(val); in generic_interconvert_float2rational() local
437 val -= ll; in generic_interconvert_float2rational()
440 num += ll; in generic_interconvert_float2rational()
482 boost::long_long_type ll = boost::math::lltrunc(val); in generic_interconvert_float2int() local
[all …]
/OK3568_Linux_fs/u-boot/arch/arc/lib/
H A Dlibgcc2.c15 const DWunion uu = {.ll = u}; in __ashldi3()
29 return w.ll; in __ashldi3()
38 const DWunion uu = {.ll = u}; in __ashrdi3()
53 return w.ll; in __ashrdi3()
62 const DWunion uu = {.ll = u}; in __lshrdi3()
76 return w.ll; in __lshrdi3()

12345678910>>...25