Home
last modified time | relevance | path

Searched refs:_n (Results 1 – 25 of 27) sorted by relevance

12

/linux-4.19.296/lib/raid6/
Dneon.c32 #define RAID6_NEON_WRAPPER(_n) \ argument
33 static void raid6_neon ## _n ## _gen_syndrome(int disks, \
36 void raid6_neon ## _n ## _gen_syndrome_real(int, \
39 raid6_neon ## _n ## _gen_syndrome_real(disks, \
43 static void raid6_neon ## _n ## _xor_syndrome(int disks, \
47 void raid6_neon ## _n ## _xor_syndrome_real(int, \
50 raid6_neon ## _n ## _xor_syndrome_real(disks, \
54 struct raid6_calls const raid6_neonx ## _n = { \
55 raid6_neon ## _n ## _gen_syndrome, \
56 raid6_neon ## _n ## _xor_syndrome, \
[all …]
/linux-4.19.296/include/linux/
Datomic.h473 #define __atomic_try_cmpxchg(type, _p, _po, _n) \ argument
477 __r = atomic_cmpxchg##type((_p), __o, (_n)); \
483 #define atomic_try_cmpxchg(_p, _po, _n) __atomic_try_cmpxchg(, _p, _po, _n) argument
484 #define atomic_try_cmpxchg_relaxed(_p, _po, _n) __atomic_try_cmpxchg(_relaxed, _p, _po, _n) argument
485 #define atomic_try_cmpxchg_acquire(_p, _po, _n) __atomic_try_cmpxchg(_acquire, _p, _po, _n) argument
486 #define atomic_try_cmpxchg_release(_p, _po, _n) __atomic_try_cmpxchg(_release, _p, _po, _n) argument
1130 #define __atomic64_try_cmpxchg(type, _p, _po, _n) \ argument
1134 __r = atomic64_cmpxchg##type((_p), __o, (_n)); \
1140 #define atomic64_try_cmpxchg(_p, _po, _n) __atomic64_try_cmpxchg(, _p, _po, _n) argument
1141 #define atomic64_try_cmpxchg_relaxed(_p, _po, _n) __atomic64_try_cmpxchg(_relaxed, _p, _po, _n) argument
[all …]
Dkernel.h984 #define __COUNT_ARGS(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _n, X...) _n argument
/linux-4.19.296/drivers/clk/sunxi-ng/
Dccu_nk.c26 unsigned int _k, _n; in ccu_nk_find_best() local
29 for (_n = nk->min_n; _n <= nk->max_n; _n++) { in ccu_nk_find_best()
30 unsigned long tmp_rate = parent * _n * _k; in ccu_nk_find_best()
38 best_n = _n; in ccu_nk_find_best()
Dccu_nkm.c27 unsigned long _n, _k, _m; in ccu_nkm_find_best() local
30 for (_n = nkm->min_n; _n <= nkm->max_n; _n++) { in ccu_nkm_find_best()
34 tmp_rate = parent * _n * _k / _m; in ccu_nkm_find_best()
40 best_n = _n; in ccu_nkm_find_best()
Dccu_nm.c38 unsigned long _n, _m; in ccu_nm_find_best() local
40 for (_n = nm->min_n; _n <= nm->max_n; _n++) { in ccu_nm_find_best()
43 _n, _m); in ccu_nm_find_best()
50 best_n = _n; in ccu_nm_find_best()
Dccu_nkmp.c40 unsigned long _n, _k, _m, _p; in ccu_nkmp_find_best() local
43 for (_n = nkmp->min_n; _n <= nkmp->max_n; _n++) { in ccu_nkmp_find_best()
49 _n, _k, in ccu_nkmp_find_best()
57 best_n = _n; in ccu_nkmp_find_best()
/linux-4.19.296/lib/842/
D842_compress.c132 struct sw842_hlist_node##b *_n; \
134 hash_for_each_possible(p->htable##b, _n, node, p->data##b[n]) { \
135 if (p->data##b[n] == _n->data) { \
136 p->index##b[n] = _n->index; \
149 struct sw842_hlist_node##b *_n = &(p)->node##b[(i)+(d)]; \
150 hash_del(&_n->node); \
151 _n->data = (p)->data##b[d]; \
153 (unsigned int)_n->index, \
155 (unsigned long)_n->data); \
156 hash_add((p)->htable##b, &_n->node, _n->data); \
/linux-4.19.296/drivers/regulator/
Dpcf50633-regulator.c27 #define PCF50633_REGULATOR(_name, _id, _min_uV, _uV_step, _min_sel, _n) \ argument
32 .n_voltages = _n, \
Dlp873x-regulator.c22 #define LP873X_REGULATOR(_name, _id, _of, _ops, _n, _vr, _vm, _er, _em, \ argument
32 .n_voltages = _n, \
Dlp87565-regulator.c17 #define LP87565_REGULATOR(_name, _id, _of, _ops, _n, _vr, _vm, _er, _em, \ argument
27 .n_voltages = _n, \
Dtps65217-regulator.c30 #define TPS65217_REGULATOR(_name, _id, _of_match, _ops, _n, _vr, _vm, _em, \ argument
38 .n_voltages = _n, \
Dtps65218-regulator.c31 #define TPS65218_REGULATOR(_name, _of, _id, _type, _ops, _n, _vr, _vm, _er, \ argument
38 .n_voltages = _n, \
/linux-4.19.296/drivers/clk/renesas/
Dr9a06g032-clocks.c60 #define D_GATE(_idx, _n, _src, ...) \ argument
62 .source = 1 + R9A06G032_##_src, .name = _n, \
64 #define D_ROOT(_idx, _n, _mul, _div) \ argument
65 { .type = K_FFC, .index = R9A06G032_##_idx, .name = _n, \
67 #define D_FFC(_idx, _n, _src, _div) \ argument
69 .source = 1 + R9A06G032_##_src, .name = _n, \
71 #define D_DIV(_idx, _n, _src, _reg, _min, _max, ...) \ argument
73 .source = 1 + R9A06G032_##_src, .name = _n, \
76 #define D_UGATE(_idx, _n, _src, _g, _gi, _g1, _r1, _g2, _r2) \ argument
78 .source = 1 + R9A06G032_##_src, .name = _n, \
/linux-4.19.296/drivers/clk/meson/
Dclkc.h55 #define PLL_RATE(_r, _m, _n, _od) \ argument
59 .n = (_n), \
/linux-4.19.296/fs/cachefiles/
Dnamei.c873 struct rb_node *_n; in cachefiles_check_active() local
906 _n = cache->active_nodes.rb_node; in cachefiles_check_active()
908 while (_n) { in cachefiles_check_active()
909 object = rb_entry(_n, struct cachefiles_object, active_node); in cachefiles_check_active()
912 _n = _n->rb_left; in cachefiles_check_active()
914 _n = _n->rb_right; in cachefiles_check_active()
Drdwr.c476 struct page *newpage = NULL, *netpage, *_n, *backpage = NULL; in cachefiles_read_backing_file() local
481 list_for_each_entry_safe(netpage, _n, list, lru) { in cachefiles_read_backing_file()
657 list_for_each_entry_safe(netpage, _n, list, lru) { in cachefiles_read_backing_file()
697 struct page *page, *_n; in cachefiles_read_or_alloc_pages() local
735 list_for_each_entry_safe(page, _n, pages, lru) { in cachefiles_read_or_alloc_pages()
/linux-4.19.296/include/uapi/scsi/
Dcxlflash_ioctl.h187 #define CXL_IOWR(_n, _s) _IOWR(CXL_MAGIC, _n, struct _s) argument
/linux-4.19.296/drivers/i2c/busses/
Di2c-parport.c264 struct i2c_par *adapter, *_n; in i2c_parport_detach() local
268 list_for_each_entry_safe(adapter, _n, &adapter_list, node) { in i2c_parport_detach()
Di2c-s3c2410.c906 #define freq_to_i2c(_n) container_of(_n, struct s3c24xx_i2c, freq_transition) argument
/linux-4.19.296/include/linux/usb/
Dwusb.h314 const u8 key[16], const struct aes_ccm_nonce *_n,
/linux-4.19.296/fs/ocfs2/dlm/
Ddlmcommon.h50 #define dlm_lockid_hash(_n, _l) full_name_hash(NULL, _n, _l) argument
/linux-4.19.296/include/math-emu/
Dop-4.h358 _FP_FRAC_DECL_4(_n); _FP_FRAC_DECL_4(_m); \
359 _FP_FRAC_SET_4(_n, _FP_ZEROFRAC_4); \
/linux-4.19.296/drivers/i2c/
Di2c-core-base.c1418 struct i2c_client *client, *_n; in i2c_do_del_adapter() local
1422 list_for_each_entry_safe(client, _n, &driver->clients, detected) { in i2c_do_del_adapter()
/linux-4.19.296/drivers/clk/qcom/
Dgcc-ipq806x.c143 #define NSS_PLL_RATE(f, _l, _m, _n, i) \ argument
148 .n = _n, \

12