Home
last modified time | relevance | path

Searched refs:CLASS (Results 1 – 25 of 30) sorted by relevance

12

/linux/include/linux/
A Dasn1_ber_bytecode.h84 #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 Dcleanup.h257 #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 Dsync.rs51 static CLASS: $crate::sync::LockClassKey = $crate::sync::LockClassKey::new(); consts
52 &CLASS
/linux/Documentation/admin-guide/
A Djava.rst82 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 Dhw_random.rst42 CLASS DEVICE. There is a /sys/class/misc/hw_random node with
/linux/kernel/bpf/
A Dbpf_inode_storage.c81 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 Dmap_in_map.c14 CLASS(fd, f)(inner_map_ufd); in bpf_map_meta_alloc()
99 CLASS(fd, f)(ufd); in bpf_map_fd_get_ptr()
A Dtoken.c119 CLASS(fd, f)(attr->token_create.bpffs_fd); in bpf_token_create()
216 CLASS(fd, f)(ufd); in bpf_token_get_from_fd()
A Dsyscall.c1443 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 Dgpiolib-sysfs.c175 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 Dgpiolib.c366 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 Dgpiolib-cdev.c2361 CLASS(gpio_chip_guard, guard)(desc); in gpio_desc_to_lineinfo()
/linux/fs/
A Dnsfs.c106 CLASS(get_unused_fd, fd)(O_CLOEXEC); in open_namespace()
290 CLASS(get_unused_fd, fd)(O_CLOEXEC); in ns_ioctl()
A Dstat.c279 CLASS(fd_raw, f)(fd); in vfs_statx_fd()
A Dfcntl.c398 CLASS(fd_raw, f)(fd); in f_dupfd_query()
A Dxattr.c699 CLASS(fd, f)(fd); in SYSCALL_DEFINE5()
/linux/drivers/thermal/
A Dthermal_netlink.c454 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 Ddriver.h560 for (CLASS(_gpiochip_for_each_data, _data)(&_label, &_i); \
576 for (CLASS(_gpiochip_for_each_data, _data)(&_label, &_i); \
/linux/kernel/sched/
A Dsyscalls.c77 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 Def100_rx.c44 rxclass = le16_to_cpu((__force __le16)PREFIX_FIELD(prefix, CLASS)); in ef100_has_fcs_error()
/linux/net/core/
A Dsock_map.c76 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 Dfscache.rst168 |CLASS |EVENT |MEANING |
/linux/Documentation/networking/
A Dpktgen.rst226 …pgset "traffic_class XX" set former IPv6 TRAFFIC CLASS (e.g. "traffic_class B8" for EF no ECN, def…
/linux/scripts/
A Dasn1_compiler.c219 _(CLASS),
/linux/sound/core/
A Dpcm_native.c2251 CLASS(fd, f)(fd); in snd_pcm_link()

Completed in 76 milliseconds

12