Home
last modified time | relevance | path

Searched defs:__nonstring (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci_mon.h59 char name[8] __nonstring; member
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci_mon.h59 char name[8] __nonstring; member
/kernel/linux/linux-5.10/include/linux/
H A Dcompiler_attributes.h242 # define __nonstring __attribute__((__nonstring__)) macro
244 # define __nonstring macro
/kernel/linux/linux-6.6/include/linux/
H A Dcompiler_attributes.h253 # define __nonstring __attribute__((__nonstring__)) macro
255 # define __nonstring macro
/kernel/linux/linux-6.6/drivers/soc/qcom/
H A Dcmd-db.c144 u8 query[sizeof(ent->id)] __nonstring; in cmd_db_get_header() local
/kernel/linux/linux-6.6/lib/
H A Dmemcpy_kunit.c505 unsigned char output[sizeof(unsigned long)] __nonstring; in strtomem_test() member
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dmconsole_kern.c557 static char console_buf[MCONSOLE_MAX_DATA] __nonstring; variable
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dsclp.c31 char id[4] __nonstring; member
/kernel/linux/linux-5.10/drivers/auxdisplay/
H A Dpanel.c156 char press_str[sizeof(void *) + sizeof(int)] __nonstring; member
157 char repeat_str[sizeof(void *) + sizeof(int)] __nonstring; member
158 char release_str[sizeof(void *) + sizeof(int)] __nonstring; member
/kernel/linux/linux-6.6/drivers/auxdisplay/
H A Dpanel.c157 char press_str[sizeof(void *) + sizeof(int)] __nonstring; member
158 char repeat_str[sizeof(void *) + sizeof(int)] __nonstring; member
159 char release_str[sizeof(void *) + sizeof(int)] __nonstring; member
/kernel/linux/linux-5.10/fs/ext4/
H A Dext4.h1337 /*88*/ char s_last_mounted[64] __nonstring; /* directory where last mounted */ member
1388 __u8 s_first_error_func[32] __nonstring; /* function where the error happened */ member
1394 __u8 s_last_error_func[32] __nonstring; /* function where the error happened */ member
/kernel/linux/linux-6.6/fs/ext4/
H A Dext4.h1336 /*88*/ char s_last_mounted[64] __nonstring; /* directory where last mounted */ member
1387 __u8 s_first_error_func[32] __nonstring; /* function where the error happened */ member
1393 __u8 s_last_error_func[32] __nonstring; /* function where the error happened */ member

Completed in 29 milliseconds