Home
last modified time | relevance | path

Searched refs:PROC (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c42 #define PROC(proc, name) \ macro
54 PROC(INDICATE_MECHS, indicate_mechs),
55 PROC(GET_CALL_CONTEXT, get_call_context),
56 PROC(IMPORT_AND_CANON_NAME, import_and_canon_name),
57 PROC(EXPORT_CRED, export_cred),
58 PROC(IMPORT_CRED, import_cred),
59 PROC(ACQUIRE_CRED, acquire_cred),
60 PROC(STORE_CRED, store_cred),
61 PROC(INIT_SEC_CONTEXT, init_sec_context),
62 PROC(ACCEPT_SEC_CONTEXT, accept_sec_context),
[all …]
/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dglthunk.c42 static PROC
43 glWinResolveHelper(PROC * cache, const char *symbol) in glWinResolveHelper()
45 PROC proc = NULL; in glWinResolveHelper()
51 (*cache) = (PROC) - 1; in glWinResolveHelper()
58 else if ((*cache) == (PROC) - 1) { in glWinResolveHelper()
70 static PROC cache = NULL; \
/OK3568_Linux_fs/kernel/fs/lockd/
H A Dclnt4xdr.c553 #define PROC(proc, argtype, restype) \ macro
565 PROC(TEST, testargs, testres),
566 PROC(LOCK, lockargs, res),
567 PROC(CANCEL, cancargs, res),
568 PROC(UNLOCK, unlockargs, res),
569 PROC(GRANTED, testargs, res),
570 PROC(TEST_MSG, testargs, norep),
571 PROC(LOCK_MSG, lockargs, norep),
572 PROC(CANCEL_MSG, cancargs, norep),
573 PROC(UNLOCK_MSG, unlockargs, norep),
[all …]
H A Dclntxdr.c551 #define PROC(proc, argtype, restype) \ macro
563 PROC(TEST, testargs, testres),
564 PROC(LOCK, lockargs, res),
565 PROC(CANCEL, cancargs, res),
566 PROC(UNLOCK, unlockargs, res),
567 PROC(GRANTED, testargs, res),
568 PROC(TEST_MSG, testargs, norep),
569 PROC(LOCK_MSG, lockargs, norep),
570 PROC(CANCEL_MSG, cancargs, norep),
571 PROC(UNLOCK_MSG, unlockargs, norep),
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/sysvinit/sysvinit/
H A Dpidof-add-m-option.patch54 PROC *plist;
55 +PROC *olist;
66 + PROC *p;
83 PROC *p, *n;
97 + n = (PROC*)xmalloc(sizeof(PROC));
110 +int matches(PROC *o, PROC *p)
145 + olist = (PROC*)0;
174 + PROC * optr;
H A Drealpath.patch24 @@ -977,9 +977,9 @@ int matches(PROC *o, PROC *p)
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs2xdr.c1121 #define PROC(proc, argtype, restype, timer) \ macro
1133 PROC(GETATTR, fhandle, attrstat, 1),
1134 PROC(SETATTR, sattrargs, attrstat, 0),
1135 PROC(LOOKUP, diropargs, diropres, 2),
1136 PROC(READLINK, readlinkargs, readlinkres, 3),
1137 PROC(READ, readargs, readres, 3),
1138 PROC(WRITE, writeargs, writeres, 4),
1139 PROC(CREATE, createargs, diropres, 0),
1140 PROC(REMOVE, removeargs, stat, 0),
1141 PROC(RENAME, renameargs, stat, 0),
[all …]
H A Dnfs3xdr.c2503 #define PROC(proc, argtype, restype, timer) \ macro
2516 PROC(GETATTR, getattr, getattr, 1),
2517 PROC(SETATTR, setattr, setattr, 0),
2518 PROC(LOOKUP, lookup, lookup, 2),
2519 PROC(ACCESS, access, access, 1),
2520 PROC(READLINK, readlink, readlink, 3),
2521 PROC(READ, read, read, 3),
2522 PROC(WRITE, write, write, 4),
2523 PROC(CREATE, create, create, 0),
2524 PROC(MKDIR, mkdir, create, 0),
[all …]
H A Dnfs4xdr.c7520 #define PROC(proc, argtype, restype) \ macro
7538 PROC(proc, argtype, restype)
7546 PROC(proc, argtype, restype)
7553 PROC(READ, enc_read, dec_read),
7554 PROC(WRITE, enc_write, dec_write),
7555 PROC(COMMIT, enc_commit, dec_commit),
7556 PROC(OPEN, enc_open, dec_open),
7557 PROC(OPEN_CONFIRM, enc_open_confirm, dec_open_confirm),
7558 PROC(OPEN_NOATTR, enc_open_noattr, dec_open_noattr),
7559 PROC(OPEN_DOWNGRADE, enc_open_downgrade, dec_open_downgrade),
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Daffinity.c1051 hfi1_cdbg(PROC, "PID %u %s affinity set to CPU %*pbl", in hfi1_get_proc_affinity()
1062 hfi1_cdbg(PROC, "PID %u %s affinity set to CPU set(s) %*pbl", in hfi1_get_proc_affinity()
1123 hfi1_cdbg(PROC, "CPUs used by interrupts: %*pbl", in hfi1_get_proc_affinity()
1149 hfi1_cdbg(PROC, "Same available HW thread on all physical CPUs: %*pbl", in hfi1_get_proc_affinity()
1153 hfi1_cdbg(PROC, "Device on NUMA %u, CPUs %*pbl", node, in hfi1_get_proc_affinity()
1159 hfi1_cdbg(PROC, "Available CPUs on NUMA %u: %*pbl", node, in hfi1_get_proc_affinity()
1187 hfi1_cdbg(PROC, in hfi1_get_proc_affinity()
1199 hfi1_cdbg(PROC, "Possible CPUs for process: %*pbl", in hfi1_get_proc_affinity()
1209 hfi1_cdbg(PROC, "Process assigned to CPU %d", cpu); in hfi1_get_proc_affinity()
1232 hfi1_cdbg(PROC, "Returning CPU %d for future process assignment", cpu); in hfi1_put_proc_affinity()
H A Dtrace_dbg.h118 __hfi1_trace_def(PROC);
H A Dinit.c386 hfi1_cdbg(PROC, "setting up context %u\n", rcd->ctxt); in hfi1_create_ctxtdata()
443 hfi1_cdbg(PROC, in hfi1_create_ctxtdata()
475 hfi1_cdbg(PROC, in hfi1_create_ctxtdata()
1977 hfi1_cdbg(PROC, in hfi1_setup_eagerbufs()
2001 hfi1_cdbg(PROC, "ctxt%u: eager:%u, exp:%u, egrbase:%u, expbase:%u\n", in hfi1_setup_eagerbufs()
2006 hfi1_cdbg(PROC, in hfi1_setup_eagerbufs()
H A Dfile_ops.c565 hfi1_cdbg(PROC, "%u:%u Memory size mismatch %lu:%lu", in hfi1_file_mmap()
573 hfi1_cdbg(PROC, in hfi1_file_mmap()
651 hfi1_cdbg(PROC, "closing ctxt %u:%u", uctxt->ctxt, fdata->subctxt); in hfi1_file_close()
976 hfi1_cdbg(PROC, "[%u:%u] pid %u assigned to CPU %d (NUMA %u)", in allocate_ctxt()
988 hfi1_cdbg(PROC, "allocated send context %u(%u)\n", uctxt->sc->sw_index, in allocate_ctxt()
H A Dtrace.c557 __hfi1_trace_fn(PROC);
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/mediactl/
H A Dmedia-types.rst34 .. _MEDIA-ENT-F-PROC-VIDEO-COMPOSER:
35 .. _MEDIA-ENT-F-PROC-VIDEO-PIXEL-FORMATTER:
36 .. _MEDIA-ENT-F-PROC-VIDEO-PIXEL-ENC-CONV:
37 .. _MEDIA-ENT-F-PROC-VIDEO-LUT:
38 .. _MEDIA-ENT-F-PROC-VIDEO-SCALER:
39 .. _MEDIA-ENT-F-PROC-VIDEO-STATISTICS:
40 .. _MEDIA-ENT-F-PROC-VIDEO-ENCODER:
41 .. _MEDIA-ENT-F-PROC-VIDEO-DECODER:
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4callback.c768 #define PROC(proc, call, argtype, restype) \ macro
780 PROC(CB_NULL, NULL, cb_null, cb_null),
781 PROC(CB_RECALL, COMPOUND, cb_recall, cb_recall),
783 PROC(CB_LAYOUT, COMPOUND, cb_layout, cb_layout),
785 PROC(CB_NOTIFY_LOCK, COMPOUND, cb_notify_lock, cb_notify_lock),
786 PROC(CB_OFFLOAD, COMPOUND, cb_offload, cb_offload),
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/ae/
H A Drk_aiq_types_ae_algo_int.h92 PROC = 0x04, enumerator
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/mpeg2dec/files/
H A D0001-Import-revision-1206-from-upstream-to-fix-PIE-build.patch48 1: PROC(24)
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dscsi.rst160 The functions in this file provide an interface between the PROC file
/OK3568_Linux_fs/buildroot/dl/dhrystone/
H A Ddhry-c1765 -PROC:
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/
H A DREADME_MLAN144 3) FOR DRIVER PROC & DEBUG
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS14135 PROC FILESYSTEM
14145 PROC SYSCTL
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgdb.info31828 Return the list of objects obtained by applying PROC to the object
31832 Apply PROC to each element pointed to by ITERATOR. The result is
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgdb.info31828 Return the list of objects obtained by applying PROC to the object
31832 Apply PROC to each element pointed to by ITERATOR. The result is