Searched refs:_op (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/bfi/
H A Dbfi.h41 #define bfi_h2i_set(_mh, _mc, _op, _lpuid) do { \
43 (_mh).msg_id = (_op); \
47 #define bfi_i2h_set(_mh, _mc, _op, _i2htok) do { \
49 (_mh).msg_id = (_op); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Demulate.c447 #define ____emulate_2op(_op, _src, _dst, _eflags, _x, _y, _suffix) \
451 _op _suffix " %"_x"3,%1; " \
460 #define __emulate_2op_nobyte(_op,_src,_dst,_eflags,_wx,_wy,_lx,_ly,_qx,_qy) \
466 ____emulate_2op(_op,_src,_dst,_eflags,_wx,_wy,"w"); \
469 ____emulate_2op(_op,_src,_dst,_eflags,_lx,_ly,"l"); \
472 ON64(____emulate_2op(_op,_src,_dst,_eflags,_qx,_qy,"q")); \
477 #define __emulate_2op(_op,_src,_dst,_eflags,_bx,_by,_wx,_wy,_lx,_ly,_qx,_qy) \
482 ____emulate_2op(_op,_src,_dst,_eflags,_bx,_by,"b"); \
485 __emulate_2op_nobyte(_op, _src, _dst, _eflags, \
492 #define emulate_2op_SrcB(_op, _sr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fscache/
H A Dpage.c222 static void fscache_release_retrieval_op(struct fscache_operation *_op) argument
225 container_of(_op, struct fscache_retrieval, op);
644 static void fscache_release_write_op(struct fscache_operation *_op) argument
646 _enter("{OP%x}", _op->debug_id);
652 static void fscache_write_op(struct fscache_operation *_op) argument
655 container_of(_op, struct fscache_storage, op);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cachefiles/
H A Drdwr.c148 static void cachefiles_read_copier(struct fscache_operation *_op) argument
156 op = container_of(_op, struct fscache_retrieval, op);

Completed in 117 milliseconds