Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 901) sorted by relevance

12345678910>>...37

/linux-4.19.296/include/linux/
Dlog2.h26 int __ilog2_u32(u32 n) in __ilog2_u32()
34 int __ilog2_u64(u64 n) in __ilog2_u64()
49 bool is_power_of_2(unsigned long n) in is_power_of_2()
59 unsigned long __roundup_pow_of_two(unsigned long n) in __roundup_pow_of_two()
69 unsigned long __rounddown_pow_of_two(unsigned long n) in __rounddown_pow_of_two()
81 #define const_ilog2(n) \ argument
160 #define ilog2(n) \ argument
177 #define roundup_pow_of_two(n) \ argument
194 #define rounddown_pow_of_two(n) \ argument
202 int __order_base_2(unsigned long n) in __order_base_2()
[all …]
Duaccess.h62 __copy_from_user_inatomic(void *to, const void __user *from, unsigned long n) in __copy_from_user_inatomic()
70 __copy_from_user(void *to, const void __user *from, unsigned long n) in __copy_from_user()
92 __copy_to_user_inatomic(void __user *to, const void *from, unsigned long n) in __copy_to_user_inatomic()
100 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user()
110 _copy_from_user(void *to, const void __user *from, unsigned long n) in _copy_from_user()
129 _copy_to_user(void __user *to, const void *from, unsigned long n) in _copy_to_user()
144 copy_from_user(void *to, const void __user *from, unsigned long n) in copy_from_user()
152 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user()
160 copy_in_user(void __user *to, const void __user *from, unsigned long n) in copy_in_user()
226 const void __user *from, unsigned long n) in __copy_from_user_inatomic_nocache()
Drculist_bl.h12 struct hlist_bl_node *n) in hlist_bl_set_first_rcu()
47 static inline void hlist_bl_del_init_rcu(struct hlist_bl_node *n) in hlist_bl_del_init_rcu()
74 static inline void hlist_bl_del_rcu(struct hlist_bl_node *n) in hlist_bl_del_rcu()
99 static inline void hlist_bl_add_head_rcu(struct hlist_bl_node *n, in hlist_bl_add_head_rcu()
Dlist_bl.h64 struct hlist_bl_node *n) in hlist_bl_set_first()
77 static inline void hlist_bl_add_head(struct hlist_bl_node *n, in hlist_bl_add_head()
89 static inline void __hlist_bl_del(struct hlist_bl_node *n) in __hlist_bl_del()
105 static inline void hlist_bl_del(struct hlist_bl_node *n) in hlist_bl_del()
112 static inline void hlist_bl_del_init(struct hlist_bl_node *n) in hlist_bl_del_init()
157 #define hlist_bl_for_each_entry_safe(tpos, pos, n, head, member) \ argument
Drculist_nulls.h33 static inline void hlist_nulls_del_init_rcu(struct hlist_nulls_node *n) in hlist_nulls_del_init_rcu()
66 static inline void hlist_nulls_del_rcu(struct hlist_nulls_node *n) in hlist_nulls_del_rcu()
91 static inline void hlist_nulls_add_head_rcu(struct hlist_nulls_node *n, in hlist_nulls_add_head_rcu()
122 static inline void hlist_nulls_add_tail_rcu(struct hlist_nulls_node *n, in hlist_nulls_add_tail_rcu()
Dlist.h472 #define list_for_each_safe(pos, n, head) \ argument
482 #define list_for_each_prev_safe(pos, n, head) \ argument
589 #define list_for_each_entry_safe(pos, n, head, member) \ argument
605 #define list_for_each_entry_safe_continue(pos, n, head, member) \ argument
621 #define list_for_each_entry_safe_from(pos, n, head, member) \ argument
636 #define list_for_each_entry_safe_reverse(pos, n, head, member) \ argument
654 #define list_safe_reset_next(pos, n, member) \ argument
683 static inline void __hlist_del(struct hlist_node *n) in __hlist_del()
693 static inline void hlist_del(struct hlist_node *n) in hlist_del()
700 static inline void hlist_del_init(struct hlist_node *n) in hlist_del_init()
[all …]
Dbuild_bug.h8 #define __BUILD_BUG_ON_NOT_POWER_OF_2(n) (0) argument
9 #define BUILD_BUG_ON_NOT_POWER_OF_2(n) (0) argument
18 #define __BUILD_BUG_ON_NOT_POWER_OF_2(n) \ argument
20 #define BUILD_BUG_ON_NOT_POWER_OF_2(n) \ argument
Dioport.h220 #define request_region(start,n,name) __request_region(&ioport_resource, (start), (n), (name), 0) argument
221 #define request_muxed_region(start,n,name) __request_region(&ioport_resource, (start), (n), (name),… argument
222 #define __request_mem_region(start,n,name, excl) __request_region(&iomem_resource, (start), (n), (n… argument
223 #define request_mem_region(start,n,name) __request_region(&iomem_resource, (start), (n), (name), 0) argument
224 #define request_mem_region_exclusive(start,n,name) \ argument
234 #define release_region(start,n) __release_region(&ioport_resource, (start), (n)) argument
235 #define release_mem_region(start,n) __release_region(&iomem_resource, (start), (n)) argument
251 #define devm_request_region(dev,start,n,name) \ argument
253 #define devm_request_mem_region(dev,start,n,name) \ argument
260 #define devm_release_region(dev, start, n) \ argument
[all …]
/linux-4.19.296/fs/ufs/
Dswab.h27 fs64_to_cpu(struct super_block *sbp, __fs64 n) in fs64_to_cpu()
36 cpu_to_fs64(struct super_block *sbp, u64 n) in cpu_to_fs64()
45 fs32_to_cpu(struct super_block *sbp, __fs32 n) in fs32_to_cpu()
54 cpu_to_fs32(struct super_block *sbp, u32 n) in cpu_to_fs32()
63 fs32_add(struct super_block *sbp, __fs32 *n, int d) in fs32_add()
72 fs32_sub(struct super_block *sbp, __fs32 *n, int d) in fs32_sub()
81 fs16_to_cpu(struct super_block *sbp, __fs16 n) in fs16_to_cpu()
90 cpu_to_fs16(struct super_block *sbp, u16 n) in cpu_to_fs16()
99 fs16_add(struct super_block *sbp, __fs16 *n, int d) in fs16_add()
108 fs16_sub(struct super_block *sbp, __fs16 *n, int d) in fs16_sub()
/linux-4.19.296/include/linux/soundwire/
Dsdw_registers.h12 #define SDW_REG_SHIFT(n) (ffs(n) - 1) argument
125 #define SDW_DPN_INT(n) (0x0 + SDW_DPN_SIZE * (n)) argument
126 #define SDW_DPN_INTMASK(n) (0x1 + SDW_DPN_SIZE * (n)) argument
127 #define SDW_DPN_PORTCTRL(n) (0x2 + SDW_DPN_SIZE * (n)) argument
128 #define SDW_DPN_BLOCKCTRL1(n) (0x3 + SDW_DPN_SIZE * (n)) argument
129 #define SDW_DPN_PREPARESTATUS(n) (0x4 + SDW_DPN_SIZE * (n)) argument
130 #define SDW_DPN_PREPARECTRL(n) (0x5 + SDW_DPN_SIZE * (n)) argument
146 #define SDW_DPN_CHANNELEN_B0(n) (0x20 + SDW_DPN_SIZE * (n)) argument
147 #define SDW_DPN_CHANNELEN_B1(n) (0x30 + SDW_DPN_SIZE * (n)) argument
149 #define SDW_DPN_BLOCKCTRL2_B0(n) (0x21 + SDW_DPN_SIZE * (n)) argument
[all …]
/linux-4.19.296/fs/befs/
Dendian.h16 fs64_to_cpu(const struct super_block *sb, fs64 n) in fs64_to_cpu()
25 cpu_to_fs64(const struct super_block *sb, u64 n) in cpu_to_fs64()
34 fs32_to_cpu(const struct super_block *sb, fs32 n) in fs32_to_cpu()
43 cpu_to_fs32(const struct super_block *sb, u32 n) in cpu_to_fs32()
52 fs16_to_cpu(const struct super_block *sb, fs16 n) in fs16_to_cpu()
61 cpu_to_fs16(const struct super_block *sb, u16 n) in cpu_to_fs16()
72 fsrun_to_cpu(const struct super_block *sb, befs_disk_block_run n) in fsrun_to_cpu()
89 cpu_to_fsrun(const struct super_block *sb, befs_block_run n) in cpu_to_fsrun()
106 fsds_to_cpu(const struct super_block *sb, const befs_disk_data_stream *n) in fsds_to_cpu()
/linux-4.19.296/lib/
Dklist.c95 static void add_head(struct klist *k, struct klist_node *n) in add_head()
102 static void add_tail(struct klist *k, struct klist_node *n) in add_tail()
109 static void klist_node_init(struct klist *k, struct klist_node *n) in klist_node_init()
123 void klist_add_head(struct klist_node *n, struct klist *k) in klist_add_head()
135 void klist_add_tail(struct klist_node *n, struct klist *k) in klist_add_tail()
147 void klist_add_behind(struct klist_node *n, struct klist_node *pos) in klist_add_behind()
163 void klist_add_before(struct klist_node *n, struct klist_node *pos) in klist_add_before()
187 struct klist_node *n = container_of(kref, struct klist_node, n_ref); in klist_release() local
205 static int klist_dec_and_del(struct klist_node *n) in klist_dec_and_del()
210 static void klist_put(struct klist_node *n, bool kill) in klist_put()
[all …]
/linux-4.19.296/include/media/
Dcec-notifier.h98 static inline void cec_notifier_put(struct cec_notifier *n) in cec_notifier_put()
102 static inline void cec_notifier_set_phys_addr(struct cec_notifier *n, u16 pa) in cec_notifier_set_phys_addr()
106 static inline void cec_notifier_set_phys_addr_from_edid(struct cec_notifier *n, in cec_notifier_set_phys_addr_from_edid()
111 static inline void cec_notifier_register(struct cec_notifier *n, in cec_notifier_register()
117 static inline void cec_notifier_unregister(struct cec_notifier *n) in cec_notifier_unregister()
152 static inline void cec_notifier_phys_addr_invalidate(struct cec_notifier *n) in cec_notifier_phys_addr_invalidate()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_bit.h16 static inline uint64_t xfs_mask64hi(int n) in xfs_mask64hi()
20 static inline uint32_t xfs_mask32lo(int n) in xfs_mask32lo()
24 static inline uint64_t xfs_mask64lo(int n) in xfs_mask64lo()
51 int n = 0; in xfs_lowbit64() local
/linux-4.19.296/drivers/irqchip/
Dalphascale_asm9260-icoll.h81 #define ASM9260_HW_ICOLL_INTERRUPTn(n) (0x0060 + ((n) >> 2) * 0x10) argument
90 #define ASM9260_BM_ICOLL_INTERRUPTn_SHIFT(n) (((n) & 0x3) << 3) argument
91 #define ASM9260_BM_ICOLL_INTERRUPTn_ENABLE(n) (1 << (2 + \ argument
103 #define ASM9260_HW_ICOLL_CLEARn(n) (((n >> 5) * 0x10) \ argument
105 #define ASM9260_BM_CLEAR_BIT(n) BIT(n & 0x1f) argument
/linux-4.19.296/include/asm-generic/
Ddiv64.h43 # define do_div(n,base) ({ \ argument
69 #define __div64_const32(n, ___b) \ argument
175 static inline uint64_t __arch_xprod_64(const uint64_t m, uint64_t n, bool bias) in __arch_xprod_64()
219 # define do_div(n,base) ({ \ argument
Dcmpxchg.h96 #define cmpxchg_local(ptr, o, n) ({ \ argument
103 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
106 #define cmpxchg(ptr, o, n) cmpxchg_local((ptr), (o), (n)) argument
107 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument
/linux-4.19.296/fs/ubifs/
Dtnc.c193 struct ubifs_old_idx *old_idx, *n; in destroy_old_idx() local
255 const int n = new_zn->child_cnt; in replace_znode() local
626 struct ubifs_znode *znode, int n) in get_znode()
647 static int tnc_next(struct ubifs_info *c, struct ubifs_znode **zn, int *n) in tnc_next()
692 static int tnc_prev(struct ubifs_info *c, struct ubifs_znode **zn, int *n) in tnc_prev()
745 struct ubifs_znode **zn, int *n, in resolve_collision()
934 struct ubifs_znode **zn, int *n, in fallible_resolve_collision()
1079 struct ubifs_znode **zn, int *n, in resolve_collision_directly()
1154 int n; in dirty_cow_bottom_up() local
1215 struct ubifs_znode **zn, int *n) in ubifs_lookup_level0()
[all …]
/linux-4.19.296/crypto/
Dtwofish_generic.c66 #define ENCROUND(n, a, b, c, d) \ argument
73 #define DECROUND(n, a, b, c, d) \ argument
84 #define ENCCYCLE(n) \ argument
88 #define DECCYCLE(n) \ argument
98 #define INPACK(n, x, m) \ argument
101 #define OUTUNPACK(n, x, m) \ argument
/linux-4.19.296/drivers/memory/
Dpl172.c27 #define MPMC_STATIC_CFG(n) (0x200 + 0x20 * n) argument
37 #define MPMC_STATIC_WAIT_WEN(n) (0x204 + 0x20 * n) argument
39 #define MPMC_STATIC_WAIT_OEN(n) (0x208 + 0x20 * n) argument
41 #define MPMC_STATIC_WAIT_RD(n) (0x20c + 0x20 * n) argument
43 #define MPMC_STATIC_WAIT_PAGE(n) (0x210 + 0x20 * n) argument
45 #define MPMC_STATIC_WAIT_WR(n) (0x214 + 0x20 * n) argument
47 #define MPMC_STATIC_WAIT_TURN(n) (0x218 + 0x20 * n) argument
/linux-4.19.296/include/linux/mfd/
Dda8xx-cfgchip.h23 #define CFGCHIP(n) ((n) * 4) argument
27 #define CFGCHIP0_EDMA30TC1DBS(n) ((n) << 2) argument
32 #define CFGCHIP0_EDMA30TC0DBS(n) ((n) << 0) argument
39 #define CFGCHIP1_CAP2SRC(n) ((n) << 27) argument
56 #define CFGCHIP1_CAP1SRC(n) ((n) << 22) argument
73 #define CFGCHIP1_CAP0SRC(n) ((n) << 17) argument
92 #define CFGCHIP0_EDMA31TC0DBS(n) ((n) << 13) argument
98 #define CFGCHIP1_AMUTESEL0(n) ((n) << 0) argument
114 #define CFGCHIP2_OTGMODE(n) ((n) << 13) argument
129 #define CFGCHIP2_REFFREQ(n) ((n) << 0) argument
Dmxs-lradc.h62 #define LRADC_CTRL1_LRADC_IRQ_EN(n) (1 << ((n) + 16)) argument
67 #define LRADC_CTRL1_LRADC_IRQ(n) BIT(n) argument
79 #define LRADC_CH(n) (0x50 + (0x10 * (n))) argument
88 #define LRADC_DELAY(n) (0xd0 + (0x10 * (n))) argument
112 #define LRADC_CTRL4_LRADCSELECT_MASK(n) (0xf << ((n) * 4)) argument
113 #define LRADC_CTRL4_LRADCSELECT_OFFSET(n) ((n) * 4) argument
114 #define LRADC_CTRL4_LRADCSELECT(n, x) \ argument
/linux-4.19.296/fs/qnx6/
Dqnx6.h78 static inline __u64 fs64_to_cpu(struct qnx6_sb_info *sbi, __fs64 n) in fs64_to_cpu()
86 static inline __fs64 cpu_to_fs64(struct qnx6_sb_info *sbi, __u64 n) in cpu_to_fs64()
94 static inline __u32 fs32_to_cpu(struct qnx6_sb_info *sbi, __fs32 n) in fs32_to_cpu()
102 static inline __fs32 cpu_to_fs32(struct qnx6_sb_info *sbi, __u32 n) in cpu_to_fs32()
110 static inline __u16 fs16_to_cpu(struct qnx6_sb_info *sbi, __fs16 n) in fs16_to_cpu()
118 static inline __fs16 cpu_to_fs16(struct qnx6_sb_info *sbi, __u16 n) in cpu_to_fs16()
/linux-4.19.296/include/linux/clk/
Dat91_pmc.h68 #define AT91_PMC_MUL_GET(n) ((n) >> 16 & 0x7ff) argument
70 #define AT91_PMC3_MUL_GET(n) ((n) >> 18 & 0x7f) argument
132 #define AT91_PMC_SMDDIV(n) (((n) << 8) & AT91_PMC_SMD_DIV) argument
134 #define AT91_PMC_PCKR(n) (0x40 + ((n) * 4)) /* Programmable Clock 0-N Registers */ argument
161 #define AT91_PMC_FSTT(n) BIT(n) argument
192 #define AT91_PMC_PCR_GCKCSS(n) ((n) << AT91_PMC_PCR_GCKCSS_OFFSET) /* GCK Clock Source Selection… argument
196 #define AT91_PMC_PCR_DIV(n) ((n) << AT91_PMC_PCR_DIV_OFFSET) /* Divisor Value */ argument
199 #define AT91_PMC_PCR_GCKDIV(n) ((n) << AT91_PMC_PCR_GCKDIV_OFFSET) /* Generated Clock Divisor Va… argument
210 #define AT91_PMC_AUDIO_PLL_ND(n) ((n) << AT91_PMC_AUDIO_PLL_ND_OFFSET) argument
213 #define AT91_PMC_AUDIO_PLL_QDPMC(n) ((n) << AT91_PMC_AUDIO_PLL_QDPMC_OFFSET) argument
[all …]
/linux-4.19.296/include/soc/qcom/
Drpmh.h30 const struct tcs_cmd *cmd, u32 n) in rpmh_write()
35 const struct tcs_cmd *cmd, u32 n) in rpmh_write_async()
40 const struct tcs_cmd *cmd, u32 *n) in rpmh_write_batch()

12345678910>>...37