/linux-6.1.9/tools/testing/selftests/bpf/progs/ |
D | ringbuf_bench.c | 23 static __always_inline long get_flags() in get_flags() function 48 flags = get_flags(); in bench_ringbuf() 54 flags = get_flags(); in bench_ringbuf()
|
/linux-6.1.9/arch/sparc/kernel/ |
D | of_device_32.c | 146 .get_flags = of_bus_pci_get_flags, 155 .get_flags = of_bus_sbus_get_flags, 164 .get_flags = of_bus_ambapp_get_flags, 173 .get_flags = of_bus_default_get_flags, 290 flags = bus->get_flags(reg, 0); in build_device_resources() 316 flags = pbus->get_flags(addr, flags); in build_device_resources()
|
D | of_device_64.c | 191 .get_flags = of_bus_pci_get_flags, 200 .get_flags = of_bus_pci_get_flags, 209 .get_flags = of_bus_default_get_flags, 218 .get_flags = of_bus_default_get_flags, 227 .get_flags = of_bus_default_get_flags, 367 flags = bus->get_flags(addr, 0); in build_device_resources() 393 flags = pbus->get_flags(addr, flags); in build_device_resources()
|
D | of_device_common.h | 34 unsigned long (*get_flags)(const u32 *addr, unsigned long); member
|
/linux-6.1.9/drivers/of/ |
D | address.c | 54 unsigned int (*get_flags)(const __be32 *addr); member 337 .get_flags = of_bus_pci_get_flags, 349 .get_flags = of_bus_isa_get_flags, 359 .get_flags = of_bus_default_get_flags, 667 *flags = bus->get_flags(prop); in __of_get_address() 725 range->flags = parser->bus->get_flags(parser->range); in of_pci_range_parser_one() 748 flags = parser->bus->get_flags(parser->range); in of_pci_range_parser_one()
|
/linux-6.1.9/include/net/ |
D | lib80211.h | 79 unsigned long (*get_flags) (void *priv); member
|
/linux-6.1.9/drivers/firmware/efi/libstub/ |
D | vsprintf.c | 153 int get_flags(const char **fmt) in get_flags() function 344 flags = get_flags(&fmt); in vsnprintf()
|
/linux-6.1.9/drivers/nvdimm/ |
D | nd-core.h | 63 flags = nvdimm->sec.ops->get_flags(nvdimm, ptype); in nvdimm_security_flags()
|
/linux-6.1.9/arch/x86/kernel/ |
D | ptrace.c | 322 static unsigned long get_flags(struct task_struct *task) in get_flags() function 399 return get_flags(task); in getreg() 976 *val = get_flags(child); in getreg32()
|
/linux-6.1.9/include/linux/ |
D | libnvdimm.h | 169 unsigned long (*get_flags)(struct nvdimm *nvdimm, member
|
/linux-6.1.9/drivers/acpi/nfit/ |
D | intel.c | 421 .get_flags = intel_security_flags,
|
/linux-6.1.9/net/wireless/ |
D | lib80211_crypt_tkip.c | 722 .get_flags = lib80211_tkip_get_flags,
|
/linux-6.1.9/tools/perf/util/ |
D | auxtrace.c | 1419 static int get_flags(const char **ptr, unsigned int *plus_flags, unsigned int *minus_flags) in get_flags() function 1541 if (get_flags(&p, &synth_opts->error_plus_flags, in itrace_do_parse_synth_opts() 1547 if (get_flags(&p, &synth_opts->log_plus_flags, in itrace_do_parse_synth_opts()
|
/linux-6.1.9/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_svm.c | 3511 bool get_flags = false; in svm_range_get_attr() local 3557 get_flags = true; in svm_range_get_attr() 3626 if (get_flags) { in svm_range_get_attr()
|
/linux-6.1.9/drivers/net/wireless/intel/ipw2x00/ |
D | ipw2100.c | 7606 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw2100_wx_set_auth() 7609 flags = crypt->ops->get_flags(crypt->priv); in ipw2100_wx_set_auth() 7697 if (!crypt || !crypt->ops->get_flags) { in ipw2100_wx_get_auth() 7703 param->value = (crypt->ops->get_flags(crypt->priv) & in ipw2100_wx_get_auth()
|
D | ipw2200.c | 6618 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw_wx_set_auth() 6621 flags = crypt->ops->get_flags(crypt->priv); in ipw_wx_set_auth() 6709 if (!crypt || !crypt->ops->get_flags) in ipw_wx_get_auth() 6712 param->value = (crypt->ops->get_flags(crypt->priv) & in ipw_wx_get_auth()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tc.c | 4119 static void get_flags(int flags, unsigned long *flow_flags) in get_flags() function 4504 get_flags(flags, &flow_flags); in mlx5e_tc_add_flow()
|