Home
last modified time | relevance | path

Searched defs:ll (Results 1 – 25 of 107) sorted by relevance

12345

/kernel/linux/linux-6.6/drivers/md/persistent-data/
Ddm-space-map-common.c194 static int sm_ll_init(struct ll_disk *ll, struct dm_transaction_manager *tm) in sm_ll_init()
237 int sm_ll_extend(struct ll_disk *ll, dm_block_t extra_blocks) in sm_ll_extend()
280 int sm_ll_lookup_bitmap(struct ll_disk *ll, dm_block_t b, uint32_t *result) in sm_ll_lookup_bitmap()
309 static int sm_ll_lookup_big_ref_count(struct ll_disk *ll, dm_block_t b, in sm_ll_lookup_big_ref_count()
324 int sm_ll_lookup(struct ll_disk *ll, dm_block_t b, uint32_t *result) in sm_ll_lookup()
337 int sm_ll_find_free_block(struct ll_disk *ll, dm_block_t begin, in sm_ll_find_free_block()
422 int sm_ll_insert(struct ll_disk *ll, dm_block_t b, in sm_ll_insert()
527 static inline void exit_inc_context(struct ll_disk *ll, struct inc_context *ic) in exit_inc_context()
535 static inline void reset_inc_context(struct ll_disk *ll, struct inc_context *ic) in reset_inc_context()
551 static int __sm_ll_inc_overflow(struct ll_disk *ll, dm_block_t b, struct inc_context *ic) in __sm_ll_inc_overflow()
[all …]
/kernel/linux/linux-5.10/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()
234 int sm_ll_extend(struct ll_disk *ll, dm_block_t extra_blocks) in sm_ll_extend()
277 int sm_ll_lookup_bitmap(struct ll_disk *ll, dm_block_t b, uint32_t *result) in sm_ll_lookup_bitmap()
306 static int sm_ll_lookup_big_ref_count(struct ll_disk *ll, dm_block_t b, in sm_ll_lookup_big_ref_count()
321 int sm_ll_lookup(struct ll_disk *ll, dm_block_t b, uint32_t *result) in sm_ll_lookup()
334 int sm_ll_find_free_block(struct ll_disk *ll, dm_block_t begin, in sm_ll_find_free_block()
417 static int sm_ll_mutate(struct ll_disk *ll, dm_block_t b, in sm_ll_mutate()
511 int sm_ll_insert(struct ll_disk *ll, dm_block_t b, in sm_ll_insert()
523 int sm_ll_inc(struct ll_disk *ll, dm_block_t b, enum allocation_event *ev) in sm_ll_inc()
539 int sm_ll_dec(struct ll_disk *ll, dm_block_t b, enum allocation_event *ev) in sm_ll_dec()
[all …]
/kernel/linux/linux-5.10/drivers/misc/ti-st/
Dst_ll.c86 void st_ll_enable(struct st_data_s *ll) in st_ll_enable()
93 void st_ll_disable(struct st_data_s *ll) in st_ll_disable()
99 void st_ll_wakeup(struct st_data_s *ll) in st_ll_wakeup()
111 unsigned long st_ll_getstate(struct st_data_s *ll) in st_ll_getstate()
145 long st_ll_init(struct st_data_s *ll) in st_ll_init()
153 long st_ll_deinit(struct st_data_s *ll) in st_ll_deinit()
/kernel/linux/linux-6.6/drivers/misc/ti-st/
Dst_ll.c86 void st_ll_enable(struct st_data_s *ll) in st_ll_enable()
93 void st_ll_disable(struct st_data_s *ll) in st_ll_disable()
99 void st_ll_wakeup(struct st_data_s *ll) in st_ll_wakeup()
111 unsigned long st_ll_getstate(struct st_data_s *ll) in st_ll_getstate()
145 long st_ll_init(struct st_data_s *ll) in st_ll_init()
153 long st_ll_deinit(struct st_data_s *ll) in st_ll_deinit()
/kernel/linux/linux-6.6/drivers/bluetooth/
Dhci_ll.c89 struct ll_struct *ll = hu->priv; in send_hcill_cmd() local
113 struct ll_struct *ll; in ll_open() local
142 struct ll_struct *ll = hu->priv; in ll_flush() local
155 struct ll_struct *ll = hu->priv; in ll_close() local
186 static void __ll_do_awake(struct ll_struct *ll) in __ll_do_awake()
202 struct ll_struct *ll = hu->priv; in ll_device_want_to_wakeup() local
253 struct ll_struct *ll = hu->priv; in ll_device_want_to_sleep() local
287 struct ll_struct *ll = hu->priv; in ll_device_woke_up() local
313 struct ll_struct *ll = hu->priv; in ll_enqueue() local
360 struct ll_struct *ll = hu->priv; in ll_recv_frame() local
[all …]
/kernel/linux/linux-5.10/drivers/bluetooth/
Dhci_ll.c89 struct ll_struct *ll = hu->priv; in send_hcill_cmd() local
113 struct ll_struct *ll; in ll_open() local
142 struct ll_struct *ll = hu->priv; in ll_flush() local
155 struct ll_struct *ll = hu->priv; in ll_close() local
186 static void __ll_do_awake(struct ll_struct *ll) in __ll_do_awake()
202 struct ll_struct *ll = hu->priv; in ll_device_want_to_wakeup() local
253 struct ll_struct *ll = hu->priv; in ll_device_want_to_sleep() local
287 struct ll_struct *ll = hu->priv; in ll_device_woke_up() local
313 struct ll_struct *ll = hu->priv; in ll_enqueue() local
360 struct ll_struct *ll = hu->priv; in ll_recv_frame() local
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
Da2065.c107 volatile struct lance_regs *ll; member
130 volatile struct lance_regs *ll = lp->ll; in load_csrs() local
220 volatile struct lance_regs *ll = lp->ll; in init_restart_lance() local
245 volatile struct lance_regs *ll = lp->ll; in lance_rx() local
324 volatile struct lance_regs *ll = lp->ll; in lance_tx() local
414 volatile struct lance_regs *ll = lp->ll; in lance_interrupt() local
462 volatile struct lance_regs *ll = lp->ll; in lance_open() local
486 volatile struct lance_regs *ll = lp->ll; in lance_close() local
502 volatile struct lance_regs *ll = lp->ll; in lance_reset() local
524 volatile struct lance_regs *ll = lp->ll; in lance_tx_timeout() local
[all …]
Ddeclance.c254 volatile struct lance_regs *ll; member
305 volatile struct lance_regs *ll = lp->ll; in load_csrs() local
529 volatile struct lance_regs *ll = lp->ll; in init_restart_lance() local
647 volatile struct lance_regs *ll = lp->ll; in lance_tx() local
738 volatile struct lance_regs *ll = lp->ll; in lance_interrupt() local
784 volatile struct lance_regs *ll = lp->ll; in lance_open() local
842 volatile struct lance_regs *ll = lp->ll; in lance_close() local
873 volatile struct lance_regs *ll = lp->ll; in lance_reset() local
890 volatile struct lance_regs *ll = lp->ll; in lance_tx_timeout() local
901 volatile struct lance_regs *ll = lp->ll; in lance_start_xmit() local
[all …]
/kernel/linux/linux-6.6/arch/mips/include/asm/
Datomic.h44 #define ATOMIC_OP(pfx, op, type, c_op, asm_op, ll, sc) \ argument
71 #define ATOMIC_OP_RETURN(pfx, op, type, c_op, asm_op, ll, sc) \ argument
105 #define ATOMIC_FETCH_OP(pfx, op, type, c_op, asm_op, ll, sc) \ argument
139 #define ATOMIC_OPS(pfx, op, type, c_op, asm_op, ll, sc) \ argument
162 #define ATOMIC_OPS(pfx, op, type, c_op, asm_op, ll, sc) \ argument
196 #define ATOMIC_SIP_OP(pfx, type, op, ll, sc) \ argument
/kernel/linux/linux-5.10/arch/mips/include/asm/
Datomic.h55 #define ATOMIC_OP(pfx, op, type, c_op, asm_op, ll, sc) \ argument
82 #define ATOMIC_OP_RETURN(pfx, op, type, c_op, asm_op, ll, sc) \ argument
115 #define ATOMIC_FETCH_OP(pfx, op, type, c_op, asm_op, ll, sc) \ argument
148 #define ATOMIC_OPS(pfx, op, type, c_op, asm_op, ll, sc) \ argument
171 #define ATOMIC_OPS(pfx, op, type, c_op, asm_op, ll, sc) \ argument
205 #define ATOMIC_SIP_OP(pfx, type, op, ll, sc) \ argument
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
Da2065.c107 volatile struct lance_regs *ll; member
130 volatile struct lance_regs *ll = lp->ll; in load_csrs() local
220 volatile struct lance_regs *ll = lp->ll; in init_restart_lance() local
245 volatile struct lance_regs *ll = lp->ll; in lance_rx() local
324 volatile struct lance_regs *ll = lp->ll; in lance_tx() local
414 volatile struct lance_regs *ll = lp->ll; in lance_interrupt() local
462 volatile struct lance_regs *ll = lp->ll; in lance_open() local
486 volatile struct lance_regs *ll = lp->ll; in lance_close() local
502 volatile struct lance_regs *ll = lp->ll; in lance_reset() local
524 volatile struct lance_regs *ll = lp->ll; in lance_tx_timeout() local
[all …]
Ddeclance.c254 volatile struct lance_regs *ll; member
305 volatile struct lance_regs *ll = lp->ll; in load_csrs() local
529 volatile struct lance_regs *ll = lp->ll; in init_restart_lance() local
647 volatile struct lance_regs *ll = lp->ll; in lance_tx() local
738 volatile struct lance_regs *ll = lp->ll; in lance_interrupt() local
784 volatile struct lance_regs *ll = lp->ll; in lance_open() local
842 volatile struct lance_regs *ll = lp->ll; in lance_close() local
873 volatile struct lance_regs *ll = lp->ll; in lance_reset() local
890 volatile struct lance_regs *ll = lp->ll; in lance_tx_timeout() local
901 volatile struct lance_regs *ll = lp->ll; in lance_start_xmit() local
[all …]
/kernel/linux/linux-6.6/include/linux/
Dmath.h51 #define DIV_ROUND_DOWN_ULL(ll, d) \ argument
54 #define DIV_ROUND_UP_ULL(ll, d) \ argument
58 # define DIV_ROUND_UP_SECTOR_T(ll,d) DIV_ROUND_UP_ULL(ll, d) argument
60 # define DIV_ROUND_UP_SECTOR_T(ll,d) DIV_ROUND_UP(ll,d) argument
Dmath64.h200 u64 ll; in mul_u64_u64_shr() member
264 u64 ll; in mul_u64_u32_div() member
301 #define DIV64_U64_ROUND_UP(ll, d) \ argument
Dlibgcc.h27 long long ll; member
/kernel/linux/linux-5.10/include/linux/
Dmath64.h195 u64 ll; in mul_u64_u64_shr() member
241 u64 ll; in mul_u64_u32_div() member
268 #define DIV64_U64_ROUND_UP(ll, d) \ argument
Dlibgcc.h27 long long ll; member
/kernel/linux/linux-5.10/arch/sparc/lib/
Dlibgcc.h16 long long ll; member
/kernel/linux/linux-6.6/arch/sparc/lib/
Dlibgcc.h16 long long ll; member
/kernel/linux/linux-6.6/arch/sh/lib/
Dlibgcc.h24 long long ll; member
/kernel/linux/linux-5.10/arch/sh/lib/
Dlibgcc.h24 long long ll; member
/kernel/linux/linux-6.6/arch/microblaze/lib/
Dlibgcc.h23 long long ll; member
/kernel/linux/linux-5.10/arch/microblaze/lib/
Dlibgcc.h23 long long ll; member
/kernel/linux/linux-6.6/arch/m68k/lib/
Dashrdi3.c31 DItype ll; member
/kernel/linux/linux-5.10/arch/m68k/lib/
Dashrdi3.c31 DItype ll; member

12345