Home
last modified time | relevance | path

Searched refs:xop (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/fs/dlm/
Dplock.c32 struct plock_op xop; member
79 struct plock_xop *xop; in dlm_posix_lock() local
86 xop = kzalloc(sizeof(*xop), GFP_NOFS); in dlm_posix_lock()
87 if (!xop) { in dlm_posix_lock()
92 op = &xop->xop; in dlm_posix_lock()
105 xop->callback = fl->fl_lmops->fl_grant; in dlm_posix_lock()
106 locks_init_lock(&xop->flc); in dlm_posix_lock()
107 locks_copy_lock(&xop->flc, fl); in dlm_posix_lock()
108 xop->fl = fl; in dlm_posix_lock()
109 xop->file = file; in dlm_posix_lock()
[all …]
/linux-2.6.39/arch/powerpc/xmon/
Dppc-opc.c1538 #define A(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0x1f) << 1) | (((unsigned long)(rc)) &… argument
1586 #define CTX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x7)) argument
1590 #define UCTX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f)) argument
1597 #define DSO(op, xop) (OP (op) | ((xop) & 0x3)) argument
1601 #define DEO(op, xop) (OP (op) | ((xop) & 0xf)) argument
1605 #define EVSEL(op, xop) (OP (op) | (((unsigned long)(xop)) & 0xff) << 3) argument
1622 #define MD(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0x7) << 2) | ((rc) & 1)) argument
1632 #define MDS(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0xf) << 1) | ((rc) & 1)) argument
1643 #define VX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x7ff)) argument
1649 #define VXA(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x03f)) argument
[all …]