Home
last modified time | relevance | path

Searched refs:info2 (Results 1 – 25 of 41) sorted by relevance

12

/linux/tools/testing/selftests/pidfd/
H A Dpidfd_info_test.c246 }, info2; in TEST_F() local
328 info2.mask = PIDFD_INFO_CGROUPID | PIDFD_INFO_EXIT; in TEST_F()
329 ASSERT_EQ(ioctl(pidfd_leader_thread, PIDFD_GET_INFO, &info2), 0); in TEST_F()
330 ASSERT_TRUE(!!(info2.mask & PIDFD_INFO_CREDS)); in TEST_F()
332 ASSERT_FALSE(!!(info2.mask & PIDFD_INFO_EXIT)); in TEST_F()
333 ASSERT_EQ(info2.pid, pid_leader); in TEST_F()
374 info2.mask = PIDFD_INFO_CGROUPID | PIDFD_INFO_EXIT; in TEST_F()
375 ASSERT_EQ(ioctl(pidfd_leader_thread, PIDFD_GET_INFO, &info2), 0); in TEST_F()
376 ASSERT_FALSE(!!(info2.mask & PIDFD_INFO_CREDS)); in TEST_F()
377 ASSERT_TRUE(!!(info2 in TEST_F()
[all...]
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dmanager.c143 struct omap_overlay_info *info1, *info2; in dss_mgr_check_zorder() local
155 info2 = overlay_infos[ovl2->id]; in dss_mgr_check_zorder()
157 if (info2 == NULL) in dss_mgr_check_zorder()
160 if (info1->zorder == info2->zorder) { in dss_mgr_check_zorder()
/linux/fs/notify/fanotify/
H A Dfanotify.c69 struct fanotify_info *info2) in fanotify_info_equal() argument
71 if (info1->dir_fh_totlen != info2->dir_fh_totlen || in fanotify_info_equal()
72 info1->dir2_fh_totlen != info2->dir2_fh_totlen || in fanotify_info_equal()
73 info1->file_fh_totlen != info2->file_fh_totlen || in fanotify_info_equal()
74 info1->name_len != info2->name_len || in fanotify_info_equal()
75 info1->name2_len != info2->name2_len) in fanotify_info_equal()
80 fanotify_info_dir_fh(info2))) in fanotify_info_equal()
85 fanotify_info_dir2_fh(info2))) in fanotify_info_equal()
90 fanotify_info_file_fh(info2))) in fanotify_info_equal()
94 memcmp(fanotify_info_name(info1), fanotify_info_name(info2), in fanotify_info_equal()
[all …]
/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h391 static inline const char *cdnsp_decode_slot_context(u32 info, u32 info2, in cdnsp_decode_slot_context() argument
540 u32 info, u32 info2, in cdnsp_decode_ep_context() argument
558 cerr = (info2 & (3 << 1)) >> 1; in cdnsp_decode_ep_context()
559 ep_type = CTX_TO_EP_TYPE(info2); in cdnsp_decode_ep_context()
560 hid = !!(info2 & (1 << 7)); in cdnsp_decode_ep_context()
561 burst = CTX_TO_MAX_BURST(info2); in cdnsp_decode_ep_context()
562 maxp = MAX_PACKET_DECODED(info2); in cdnsp_decode_ep_context()
/linux/drivers/net/wireless/ath/ath11k/
H A Drx_desc.h140 __le32 info2; member
425 __le32 info2; member
556 __le32 info2; member
812 __le32 info2; member
824 __le32 info2; member
838 __le32 info2; member
1067 __le32 info2; member
1096 __le32 info2; member
1141 __le32 info2; member
H A Dhal_desc.h705 u32 info2; /* %HAL_REO_DEST_RING_INFO2_ */ member
801 u32 info2; /* %HAL_REO_DEST_RING_INFO2_ */ member
1030 u32 info2; member
1274 u32 info2; member
1672 u32 info2; member
1993 u32 info2; member
2124 u32 info2; member
2198 u32 info2; member
2423 u32 info2; member
2465 u32 info2; member
H A Dspectral.c72 __le32 info2; member
111 __le32 info2; member
488 __le32_to_cpu(summary->info2)); in ath11k_spectral_pull_summary()
490 __le32_to_cpu(summary->info2)); in ath11k_spectral_pull_summary()
492 __le32_to_cpu(summary->info2)); in ath11k_spectral_pull_summary()
519 __le32_to_cpu(search->info2)); in ath11k_spectral_pull_search()
521 __le32_to_cpu(search->info2)); in ath11k_spectral_pull_search()
523 __le32_to_cpu(search->info2)); in ath11k_spectral_pull_search()
525 __le32_to_cpu(search->info2)); in ath11k_spectral_pull_search()
H A Ddp_tx.c412 if (FIELD_GET(HTT_TX_WBM_COMP_INFO2_VALID, status_desc->info2)) in ath11k_dp_tx_process_htt_tx_complete()
414 status_desc->info2); in ath11k_dp_tx_process_htt_tx_complete()
677 desc->info2); in ath11k_dp_tx_status_parse()
678 if (desc->info2 & HAL_WBM_RELEASE_INFO2_FIRST_MSDU) in ath11k_dp_tx_status_parse()
970 cmd->info2 = 0; in ath11k_dp_tx_htt_srng_setup()
972 cmd->info2 = FIELD_PREP( in ath11k_dp_tx_htt_srng_setup()
980 cmd->msi_data, ring_id, ring_type, cmd->intr_info, cmd->info2); in ath11k_dp_tx_htt_srng_setup()
H A Dhal_tx.c67 tcl_cmd->info2 = ti->flags1 | in ath11k_hal_tx_cmd_desc_setup()
H A Dhal_rx.h233 __le32 info2; member
252 u32 info2; member
/linux/kernel/gcov/
H A Dclang.c241 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) in gcov_info_is_compatible() argument
246 &info2->functions, struct gcov_fn_info, head); in gcov_info_is_compatible()
248 if (info1->checksum != info2->checksum) in gcov_info_is_compatible()
253 !list_is_last(&fn_ptr2->head, &info2->functions)) { in gcov_info_is_compatible()
262 list_is_last(&fn_ptr2->head, &info2->functions); in gcov_info_is_compatible()
H A Dgcov.h68 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2);
H A Dgcc_4_7.c234 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) in gcov_info_is_compatible() argument
236 return (info1->stamp == info2->stamp); in gcov_info_is_compatible()
/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-hwbreak.c435 struct ppc_hw_breakpoint info1, info2; in test_multi_sethwdebug_range() local
447 get_ppc_hw_breakpoint(&info2, PPC_BREAKPOINT_TRIGGER_READ, wp_addr2, len2); in test_multi_sethwdebug_range()
453 wh2 = ptrace_sethwdebug(child_pid, &info2); in test_multi_sethwdebug_range()
467 struct ppc_hw_breakpoint info1, info2; in test_multi_sethwdebug_range_dawr_overlap() local
478 get_ppc_hw_breakpoint(&info2, PPC_BREAKPOINT_TRIGGER_READ, wp_addr2, len2); in test_multi_sethwdebug_range_dawr_overlap()
484 wh2 = ptrace_sethwdebug(child_pid, &info2); in test_multi_sethwdebug_range_dawr_overlap()
/linux/drivers/net/wireless/ath/ath10k/
H A Drx_desc.h481 __le32 info2; /* %RX_MSDU_START_INFO2_ */ member
485 __le32 info2; /* %RX_MSDU_START_INFO2_ */ member
618 __le32 info2; member
626 __le32 info2; member
759 __le32 info2; /* %RX_PPDU_START_INFO2_ */ member
H A Dhtt_rx.c992 u32 info1, info2, info3; in ath10k_htt_rx_h_rates() local
1004 info2 = __le32_to_cpu(rxd_ppdu_start->info2); in ath10k_htt_rx_h_rates()
1027 mcs = info2 & 0x1F; in ath10k_htt_rx_h_rates()
1029 bw = (info2 >> 7) & 1; in ath10k_htt_rx_h_rates()
1044 bw = info2 & 3; in ath10k_htt_rx_h_rates()
1046 stbc = (info2 >> 3) & 1; in ath10k_htt_rx_h_rates()
1047 group_id = (info2 >> 4) & 0x3F; in ath10k_htt_rx_h_rates()
1051 nsts_su = ((info2 >> 10) & 0x07); in ath10k_htt_rx_h_rates()
1081 __le32_to_cpu(rxd_ppdu_start->info2), in ath10k_htt_rx_h_rates()
/linux/drivers/usb/host/
H A Dxhci-trace.h343 __field(u32, info2)
349 __entry->info2 = le32_to_cpu(ctx->ep_info2);
354 __entry->info, __entry->info2, __entry->deq, __entry->tx_info)
388 __field(u32, info2)
394 __entry->info2 = le32_to_cpu(ctx->dev_info2);
399 __entry->info, __entry->info2,
/linux/net/netfilter/
H A Dxt_connmark.c86 const struct xt_connmark_tginfo2 info2 = { in connmark_tg() local
93 return connmark_tg_shift(skb, &info2); in connmark_tg()
/linux/arch/x86/kvm/vmx/
H A Dx86_ops.h108 u64 *info1, u64 *info2, u32 *intr_info, u32 *error_code);
145 u64 *info1, u64 *info2, u32 *intr_info, u32 *error_code);
/linux/arch/x86/kvm/
H A Dtrace.h401 __field( u64, info2 ) \
416 &__entry->info2, \
426 __entry->guest_rip, __entry->info1, __entry->info2, \
1852 __field(u64, info2)
1859 __entry->info2 = ghcb->save.sw_exit_info_2;
1864 __entry->info1, __entry->info2)
1878 __field(u64, info2)
1885 __entry->info2 = ghcb->save.sw_exit_info_2;
1890 __entry->info1, __entry->info2)
/linux/drivers/scsi/qla4xxx/
H A Dql4_83xx.h315 uint32_t info2; /* IDC additional info */ member
H A Dql4_isr.c589 if ((ha->idc_info.info2 & ENABLE_INTERNAL_LOOPBACK) || in qla4_83xx_loopback_in_progress()
590 (ha->idc_info.info2 & ENABLE_EXTERNAL_LOOPBACK)) { in qla4_83xx_loopback_in_progress()
921 ha->idc_info.info2 = mbox_sts[3]; in qla4xxx_isr_decode_mailbox()
945 ha->idc_info.info2 = mbox_sts[3]; in qla4xxx_isr_decode_mailbox()
/linux/drivers/acpi/nfit/
H A Dcore.c2273 struct nfit_set_info2 *info2 __free(kfree) = in acpi_nfit_init_interleave_set()
2274 kzalloc_objs(*info2, nr); in acpi_nfit_init_interleave_set()
2281 if (!info || !info2) in acpi_nfit_init_interleave_set()
2294 struct nfit_set_info2 *map2 = &info2[i]; in acpi_nfit_init_interleave_set()
2319 sort(info2, nr, sizeof(*info2), cmp_map2, NULL); in acpi_nfit_init_interleave_set()
2320 nd_set->cookie2 = nd_fletcher64(info2, sizeof(*info2) * nr, 0); in acpi_nfit_init_interleave_set()
2328 struct nfit_set_info2 *map2 = &info2[i]; in acpi_nfit_init_interleave_set()
/linux/fs/smb/client/
H A Dcifsproto.h504 static inline int smb_EIO2(enum smb_eio_trace trace, unsigned long info, unsigned long info2) in smb_EIO2() argument
506 trace_smb3_eio(trace, info, info2); in smb_EIO2()
H A Dtrace.h1944 TP_PROTO(enum smb_eio_trace trace, unsigned long info, unsigned long info2),
1945 TP_ARGS(trace, info, info2),
1949 __field(unsigned long, info2)
1954 __entry->info2 = info2;
1958 __entry->info, __entry->info2)

12