| /linux/security/apparmor/include/ |
| H A D | label.h | 171 #define label_for_each(I, L, P) \ argument 175 #define label_for_each_cont(I, L, P) \ argument 181 #define label_for_each_confined(I, L, P) \ argument 186 #define label_for_each_in_merge(I, A, B, P) \ argument 191 #define label_for_each_not_in_set(I, SET, SUB, P) \ argument 204 #define label_for_each_in_ns(I, NS, L, P) \ argument 209 #define fn_for_each_in_ns(L, P, FN) \ argument 221 #define fn_for_each_XXX(L, P, FN, ...) \ argument 231 #define fn_for_each(L, P, FN) fn_for_each_XXX(L, P, FN) argument 232 #define fn_for_each_confined(L, P, FN) fn_for_each_XXX(L, P, FN, _confined) argument [all …]
|
| H A D | lib.h | 254 #define fn_label_build(L, P, GFP, FN) \ argument 309 #define __fn_build_in_ns(NS, P, NS_FN, OTHER_FN) \ argument 319 #define fn_label_build_in_ns(L, P, GFP, NS_FN, OTHER_FN) \ argument
|
| H A D | perms.h | 179 #define xcheck_ns_profile_label(P, L, FN, args...) \ argument 196 #define xcheck_labels(L1, L2, P, FN1, FN2) \ argument
|
| /linux/drivers/isdn/mISDN/ |
| H A D | dsp_blowfish.c | 369 u32 *P = dsp->bf_p; in dsp_bf_encrypt() local 461 u32 *P = dsp->bf_p; in dsp_bf_decrypt() local 558 encrypt_block(const u32 *P, const u32 *S, u32 *dst, u32 *src) in encrypt_block() 598 u32 *P = (u32 *)dsp->bf_p; in dsp_bf_init() local
|
| /linux/rust/syn/ |
| H A D | punctuated.rs | 143 pub fn pairs(&self) -> Pairs<T, P> { in pairs() argument 152 pub fn pairs_mut(&mut self) -> PairsMut<T, P> { in pairs_mut() argument 161 pub fn into_pairs(self) -> IntoPairs<T, P> { in into_pairs() argument 196 pub fn push_punct(&mut self, punctuation: P) { in push_punct() 208 pub fn pop(&mut self) -> Option<Pair<T, P>> { in pop() argument 218 pub fn pop_punct(&mut self) -> Option<P> { in pop_punct() 499 fn do_extend<T, P, I>(punctuated: &mut Punctuated<T, P>, i: I) in do_extend() argument 501 I: Iterator<Item = Pair<T, P>>, in do_extend() argument 983 pub fn punct(&self) -> Option<&P> { in punct() 1008 pub fn punct_mut(&mut self) -> Option<&mut P> { in punct_mut() [all …]
|
| /linux/crypto/ |
| H A D | blowfish_common.c | 313 const u32 *P = bctx->p; in encrypt_block() local 348 u32 *P = ctx->p; in blowfish_setkey() local
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
| H A D | nv50.c | 58 int P, N, M, id; in read_pll_src() local 198 u32 P = 0; in nv50_clk_read() local 326 calc_pll(struct nv50_clk *clk, u32 reg, u32 idx, int *N, int *M, int *P) in calc_pll()
|
| H A D | nv40.c | 44 int P = (ctrl & 0x00070000) >> 16; in read_pll_1() local 65 int P = (ctrl & 0x00070000) >> 16; in read_pll_2() local
|
| H A D | pllnv04.c | 49 int M, N, thisP, P; in getMNP_single() local 228 int *N1, int *M1, int *N2, int *M2, int *P) in nv04_pll_calc()
|
| H A D | pllgt215.c | 31 u32 freq, int *pN, int *pfN, int *pM, int *P) in gt215_pll_calc()
|
| H A D | mcp77.c | 87 u32 P = 0; in mcp77_clk_read() local 163 u32 clock, int *N, int *M, int *P) in calc_pll()
|
| H A D | nv04.c | 35 int N1, M1, N2, M2, P; in nv04_clk_pll_calc() local
|
| H A D | gt215.c | 112 u32 sclk = 0, P = 1, N = 1, M = 1; in read_pll() local 241 int P, N, M, diff; in gt215_pll_info() local
|
| /linux/arch/alpha/include/asm/ |
| H A D | switch_to.h | 9 #define switch_to(P,N,L) \ argument
|
| /linux/fs/jfs/ |
| H A D | jfs_btree.h | 54 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\ argument 142 #define BT_GETSEARCH(IP, LEAF, BN, MP, TYPE, P, INDEX, ROOT)\ argument
|
| /linux/kernel/time/ |
| H A D | timer_list.c | 123 #define P(x) \ in print_cpu() macro 142 # define P(x) \ in print_cpu() macro
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
| H A D | gv100.c | 35 int N, fN, M, P; in gv100_devinit_pll_set() local
|
| H A D | ga100.c | 36 int N, fN, M, P; in ga100_devinit_pll_set() local
|
| H A D | tu102.c | 36 int N, fN, M, P; in tu102_devinit_pll_set() local
|
| H A D | gf100.c | 37 int N, fN, M, P; in gf100_devinit_pll_set() local
|
| H A D | gt215.c | 37 int N, fN, M, P; in gt215_devinit_pll_set() local
|
| /linux/drivers/video/fbdev/nvidia/ |
| H A D | nv_hw.c | 144 unsigned int pll, N, M, MB, NB, P; in nvGetClocks() local 684 unsigned int M, N, P, pll, MClk, NVClk, memctrl; in nForceUpdateArbitrationSettings() local 772 unsigned M, N, P; in CalcVClock() local 818 unsigned M, N, P; in CalcVClock2Stage() local
|
| /linux/drivers/video/fbdev/kyro/ |
| H A D | STG4000Ramdac.c | 30 u32 F = 0, R = 0, P = 0; in InitialiseRamdac() local
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_dcb.c | 29 #define QLC_DCB_GET_TC_PRIO(X, P) ((X >> (P * 3)) & 0x7) argument 30 #define QLC_DCB_GET_PGID_PRIO(X, P) ((X >> (P * 8)) & 0xff) argument 31 #define QLC_DCB_GET_BWPER_PG(X, P) ((X >> (P * 8)) & 0xff) argument 32 #define QLC_DCB_GET_TSA_PG(X, P) ((X >> (P * 8)) & 0xff) argument 33 #define QLC_DCB_GET_PFC_PRIO(X, P) (((X >> 24) >> P) & 0x1) argument
|
| /linux/rust/kernel/ |
| H A D | scatterlist.rs | 338 mut pages: P, in new() 433 pages: P, in new()
|