Home
last modified time | relevance | path

Searched refs:_last (Results 1 – 9 of 9) sorted by relevance

/linux/arch/nios2/include/asm/
A Dswitch_to.h19 void *_last; \
25 : "=r" (_last) \
28 (last) = _last; \
/linux/arch/h8300/include/asm/
A Dswitch_to.h37 void *_last; \
44 : "=r" (_last) \
49 (last) = _last; \
/linux/arch/m68k/include/asm/
A Dswitch_to.h34 register void *_last __asm__ ("d1"); \
36 : "=a" (_prev), "=a" (_next), "=d" (_last) \
39 (last) = _last; \
/linux/Documentation/filesystems/ext4/
A Dsuper.rst185 - s\_last\_mounted[64]
230 - s\_last\_orphan
382 - s\_last\_error\_time
386 - s\_last\_error\_ino
390 - s\_last\_error\_line
394 - s\_last\_error\_block
398 - s\_last\_error\_func[32]
/linux/drivers/comedi/drivers/
A Dpcl816.c55 #define PCL816_MUX_SCAN(_first, _last) (((_last) << 4) | (_first)) argument
A Dpcl818.c113 #define PCL818_MUX_SCAN(_first, _last) (((_last) << 4) | (_first)) argument
/linux/net/rxrpc/
A Drecvmsg.c319 bool *_last) in rxrpc_locate_data() argument
346 *_last = last; in rxrpc_locate_data()
/linux/include/rdma/
A Duverbs_ioctl.h465 #define UVERBS_ATTR_STRUCT(_type, _last) \ argument
467 UVERBS_ATTR_SIZE(offsetofend(_type, _last), sizeof(_type))
/linux/Documentation/block/
A Dbiodoc.rst340 usable? Or _last for that matter. I must be missing something>
349 _last works OK in this case, and is not a problem, as I mentioned earlier

Completed in 23 milliseconds