Home
last modified time | relevance | path

Searched defs:bset (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/block/
Dbsg-lib.c270 struct bsg_set *bset = in bsg_queue_rq() local
327 struct bsg_set *bset = in bsg_remove_queue() local
340 struct bsg_set *bset = in bsg_timeout() local
368 struct bsg_set *bset; in bsg_setup_queue() local
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dbcache.h230 struct bset { struct
231 __u64 csum;
232 __u64 magic;
233 __u64 seq;
234 __u32 version;
235 __u32 keys;
236 union {
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dbcache.h202 struct bset { struct
203 __u64 csum;
204 __u64 magic;
205 __u64 seq;
206 __u32 version;
207 __u32 keys;
208 union {
/kernel/linux/linux-5.10/include/uapi/linux/
Dbcache.h419 struct bset { struct
420 __u64 csum;
421 __u64 magic;
422 __u64 seq;
423 __u32 version;
424 __u32 keys;
426 union {
/kernel/linux/linux-5.10/drivers/clocksource/
Dh8300_timer16.c23 #define bset(b, a) iowrite8(ioread8(a) | (1 << (b)), (a)) macro
Dh8300_timer8.c35 #define bset(b, a) iowrite8(ioread8(a) | (1 << (b)), (a)) macro
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
Drtl871x_ioctl_linux.c1871 u8 *pparmbuf, bset; in r871x_mp_ioctl_hdl() local
/kernel/linux/linux-5.10/drivers/staging/emxx_udc/
Demxx_udc.c1389 static inline int _nbu2ss_req_feature(struct nbu2ss_udc *udc, bool bset) in _nbu2ss_req_feature()