| /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 label_for_each_in_ns(I,NS,L,P) global() argument 209 fn_for_each_in_ns(L,P,FN) global() argument 221 fn_for_each_XXX(L,P,FN,...) global() argument 231 fn_for_each(L,P,FN) global() argument 232 fn_for_each_confined(L,P,FN) global() argument 234 fn_for_each2_XXX(L1,L2,P,FN,...) global() argument 244 fn_for_each_in_merge(L1,L2,P,FN) global() argument 246 fn_for_each_not_in_set(L1,L2,P,FN) global() argument [all...] |
| H A D | lib.h | 90 #define label_for_each_in_scope(I, NS, L, P) \ argument 93 #define fn_for_each_in_scope(L, P, FN) \ argument 289 #define fn_label_build(L, P, GFP, FN) \ argument 344 __fn_build_in_scope(NS,P,NS_FN,OTHER_FN) global() argument 354 fn_label_build_in_scope(L,P,GFP,NS_FN,OTHER_FN) global() argument [all...] |
| 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
|
| H A D | net.h | 60 #define DEFINE_AUDIT_NET(NAME, OP, CRED, SK, F, T, P) \ argument
|
| /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/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 | 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 | 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 | 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
|
| H A D | gf100.c | 64 u32 P = (coef & 0x003f0000) >> 16; in read_pll() local 255 int N, M, P, ret; in calc_pll() 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/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/kyro/ |
| H A D | STG4000Ramdac.c | 30 u32 F = 0, R = 0, P = 0; in InitialiseRamdac() 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/rust/kernel/ |
| H A D | scatterlist.rs | 338 new( dev: &Device<Bound>, mut pages: P, dir: dma::DataDirection, flags: alloc::Flags, ) -> Result<impl PinInit<Self, Error> + '_> new() argument 433 new( dev: &Device<Bound>, pages: P, dir: dma::DataDirection, flags: alloc::Flags, ) -> impl PinInit<Self, Error> + '_ new() argument [all...] |
| /linux/fs/ntfs3/ |
| H A D | debug.h | 18 #define Add2Ptr(P, I) ((void *)((u8 *)(P) + (I))) argument
|
| /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
|