| /linux/include/linux/ |
| A D | asn1_ber_bytecode.h | 84 #define _tag(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | ASN1_##TAG) argument 85 #define _tagn(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | TAG) argument
|
| A D | cleanup.h | 257 #define CLASS(_name, var) \ macro 303 CLASS(_name, __UNIQUE_ID(guard)) 308 for (CLASS(_name, scope)(args), \ 312 for (CLASS(_name, scope)(args), \
|
| /linux/rust/kernel/ |
| A D | sync.rs | 51 static CLASS: $crate::sync::LockClassKey = $crate::sync::LockClassKey::new(); consts 52 &CLASS
|
| /linux/Documentation/admin-guide/ |
| A D | java.rst | 82 CLASS=$1 88 # CLASS=Test.class 98 if [ "`basename $CLASS .class`" == "$FQCLASSN" ]; then 100 cd -L `dirname $CLASS` 108 cd -P `dirname $CLASS` 116 if [ ! -L $CLASS ]; then 119 echo " $CLASS should be in a" \ 124 if [ ! -L $CLASS ]; then break; fi 133 CLASS=`ls --color=no -l $CLASS | sed -e 's/^.* \([^ ]*\)$/\1/'`
|
| A D | hw_random.rst | 42 CLASS DEVICE. There is a /sys/class/misc/hw_random node with
|
| /linux/kernel/bpf/ |
| A D | bpf_inode_storage.c | 81 CLASS(fd_raw, f)(*(int *)key); in bpf_fd_inode_storage_lookup_elem() 94 CLASS(fd_raw, f)(*(int *)key); in bpf_fd_inode_storage_update_elem() 122 CLASS(fd_raw, f)(*(int *)key); in bpf_fd_inode_storage_delete_elem()
|
| A D | map_in_map.c | 14 CLASS(fd, f)(inner_map_ufd); in bpf_map_meta_alloc() 99 CLASS(fd, f)(ufd); in bpf_map_fd_get_ptr()
|
| A D | token.c | 119 CLASS(fd, f)(attr->token_create.bpffs_fd); in bpf_token_create() 216 CLASS(fd, f)(ufd); in bpf_token_get_from_fd()
|
| A D | syscall.c | 1443 CLASS(fd, f)(ufd); in bpf_map_get() 1455 CLASS(fd, f)(ufd); in bpf_map_get_with_uref() 1535 CLASS(fd, f)(attr->map_fd); in map_lookup_elem() 1597 CLASS(fd, f)(attr->map_fd); in map_update_elem() 1650 CLASS(fd, f)(attr->map_fd); in map_delete_elem() 1704 CLASS(fd, f)(attr->map_fd); in map_get_next_key() 1985 CLASS(fd, f)(attr->map_fd); in map_lookup_and_delete_elem() 2068 CLASS(fd, f)(attr->map_fd); in map_freeze() 2416 CLASS(fd, f)(ufd); in __bpf_prog_get() 3201 CLASS(fd, f)(ufd); in bpf_link_get_from_fd() [all …]
|
| /linux/drivers/gpio/ |
| A D | gpiolib-sysfs.c | 175 CLASS(gpio_chip_guard, guard)(desc); in gpio_sysfs_request_irq() 233 CLASS(gpio_chip_guard, guard)(desc); in gpio_sysfs_free_irq() 470 CLASS(gpio_chip_guard, guard)(desc); in export_store() 593 CLASS(gpio_chip_guard, guard)(desc); in gpiod_export()
|
| A D | gpiolib.c | 366 CLASS(gpio_chip_guard, guard)(desc); in gpiod_get_direction() 2280 CLASS(gpio_chip_guard, guard)(desc); in gpiod_request_commit() 2372 CLASS(gpio_chip_guard, guard)(desc); in gpiod_free_commit() 2538 CLASS(gpio_chip_guard, guard)(desc); in gpio_set_config_with_argument() 2639 CLASS(gpio_chip_guard, guard)(desc); in gpiod_direction_input() 2687 CLASS(gpio_chip_guard, guard)(desc); in gpiod_direction_output_raw_commit() 2841 CLASS(gpio_chip_guard, guard)(desc); in gpiod_enable_hw_timestamp_ns() 2874 CLASS(gpio_chip_guard, guard)(desc); in gpiod_disable_hw_timestamp_ns() 2905 CLASS(gpio_chip_guard, guard)(desc); in gpiod_set_config() 3287 CLASS(gpio_chip_guard, guard)(desc); in gpio_set_open_drain_value_commit() [all …]
|
| A D | gpiolib-cdev.c | 2361 CLASS(gpio_chip_guard, guard)(desc); in gpio_desc_to_lineinfo()
|
| /linux/fs/ |
| A D | nsfs.c | 106 CLASS(get_unused_fd, fd)(O_CLOEXEC); in open_namespace() 290 CLASS(get_unused_fd, fd)(O_CLOEXEC); in ns_ioctl()
|
| A D | stat.c | 279 CLASS(fd_raw, f)(fd); in vfs_statx_fd()
|
| A D | fcntl.c | 398 CLASS(fd_raw, f)(fd); in f_dupfd_query()
|
| A D | xattr.c | 699 CLASS(fd, f)(fd); in SYSCALL_DEFINE5()
|
| /linux/drivers/thermal/ |
| A D | thermal_netlink.c | 454 CLASS(thermal_zone_get_by_id, tz)(id); in thermal_genl_cmd_tz_get_trip() 497 CLASS(thermal_zone_get_by_id, tz)(id); in thermal_genl_cmd_tz_get_temp() 522 CLASS(thermal_zone_get_by_id, tz)(id); in thermal_genl_cmd_tz_get_gov()
|
| /linux/include/linux/gpio/ |
| A D | driver.h | 560 for (CLASS(_gpiochip_for_each_data, _data)(&_label, &_i); \ 576 for (CLASS(_gpiochip_for_each_data, _data)(&_label, &_i); \
|
| /linux/kernel/sched/ |
| A D | syscalls.c | 77 CLASS(task_rq_lock, rq_guard)(p); in set_user_nice() 893 CLASS(find_get_task, p)(pid); in do_sched_setscheduler() 1009 CLASS(find_get_task, p)(pid); in SYSCALL_DEFINE3() 1261 CLASS(find_get_task, p)(pid); in sched_setaffinity()
|
| /linux/drivers/net/ethernet/sfc/ |
| A D | ef100_rx.c | 44 rxclass = le16_to_cpu((__force __le16)PREFIX_FIELD(prefix, CLASS)); in ef100_has_fcs_error()
|
| /linux/net/core/ |
| A D | sock_map.c | 76 CLASS(fd, f)(attr->target_fd); in sock_map_get_from_fd() 95 CLASS(fd, f)(attr->target_fd); in sock_map_prog_detach() 1563 CLASS(fd, f)(attr->target_fd); in sock_map_bpf_prog_query()
|
| /linux/Documentation/filesystems/caching/ |
| A D | fscache.rst | 168 |CLASS |EVENT |MEANING |
|
| /linux/Documentation/networking/ |
| A D | pktgen.rst | 226 …pgset "traffic_class XX" set former IPv6 TRAFFIC CLASS (e.g. "traffic_class B8" for EF no ECN, def…
|
| /linux/scripts/ |
| A D | asn1_compiler.c | 219 _(CLASS),
|
| /linux/sound/core/ |
| A D | pcm_native.c | 2251 CLASS(fd, f)(fd); in snd_pcm_link()
|