Searched refs:cmbe (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/cio/
H A Dcmf.c781 * struct cmbe - extended channel measurement block
798 struct cmbe { struct
812 * kmalloc only guarantees 8 byte alignment, but we need cmbe
816 static inline struct cmbe *cmbe_align(struct cmbe *c)
819 addr = ((unsigned long)c + sizeof (struct cmbe) - sizeof(long)) &
820 ~(sizeof (struct cmbe) - sizeof(long));
821 return (struct cmbe*)addr;
826 struct cmbe *cmbe; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/s390/cio/
H A Dcmf.c781 * struct cmbe - extended channel measurement block
798 struct cmbe { struct
812 * kmalloc only guarantees 8 byte alignment, but we need cmbe
816 static inline struct cmbe *cmbe_align(struct cmbe *c)
819 addr = ((unsigned long)c + sizeof (struct cmbe) - sizeof(long)) &
820 ~(sizeof (struct cmbe) - sizeof(long));
821 return (struct cmbe*)addr;
826 struct cmbe *cmbe; local
[all...]

Completed in 71 milliseconds