| /kernel/linux/linux-5.10/kernel/trace/ |
| H A D | trace_events.c | 821 * Save the first error and return that. Some events in __ftrace_set_clr_event_nolock() 2433 bool first = false; in trace_event_eval_update() local 2441 first = true; in trace_event_eval_update() 2453 * will be the index of the first map[] that has a matching in trace_event_eval_update() 2458 /* Save the first system if need be */ in trace_event_eval_update() 2459 if (first) { in trace_event_eval_update() 2461 first = false; in trace_event_eval_update() 3406 /* Restarting syscalls requires that we stop them first */ in early_enable_events() 3458 * event_trace_enable() is called from trace_event_init() first to
|
| /kernel/linux/linux-6.6/drivers/atm/ |
| H A D | eni.c | 49 * - should allocate UBR channel first 727 int first; in dequeue_rx() local 730 first = 1; in dequeue_rx() 734 if (first) { in dequeue_rx() 746 first = 0; in dequeue_rx()
|
| /kernel/linux/linux-6.6/fs/gfs2/ |
| H A D | rgrp.c | 283 /* Check if the block is within the first block */ in gfs2_rbm_from_block() 556 * gfs2_rgrpd_get_first - get the first Resource Group in the filesystem 559 * Returns: The first rgrp in the filesystem 968 struct gfs2_rgrpd *rgd, *first; in set_rgrp_preferences() local 976 first = rgd; in set_rgrp_preferences() 982 if (!rgd || rgd == first) in set_rgrp_preferences() 985 } while (rgd && rgd != first); in set_rgrp_preferences() 1621 * first block number which is not reserved. 1669 * contiguous reservation(s) so that we are pointing at the first 2037 * such an rgrp diminish. At this stage, we return the first rgr [all...] |
| /kernel/linux/linux-6.6/kernel/module/ |
| H A D | main.c | 725 /* Other modules depend on us: get rid of them first. */ in SYSCALL_DEFINE2() 1510 * NOTE: all executable code must be the first section in __layout_sections() 2547 /* Now it's a first class citizen! */ in do_init_module() 2842 * Do the signature check (if any) first. All that in load_module() 3082 bool first; in idempotent() local 3089 first = true; in idempotent() 3093 first = false; in idempotent() 3099 return !first; in idempotent() 3103 * We were the first one with 'cookie' on the list, and we ended
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/display/ |
| H A D | drm_dp_helper.c | 561 * the first transaction, since we may get a different error the in drm_dp_dpcd_access() 605 * @offset: address of the (first) register to read 622 * HP ZR24w corrupts the first DPCD access after entering power save in drm_dp_dpcd_read() 653 * @offset: address of the (first) register to write 2040 * the outside world, call drm_dp_aux_init() first. For drivers which are 2228 #define OUI(first, second, third) { (first), (second), (third) } 2229 #define DEVICE_ID(first, second, third, fourth, fifth, sixth) \ 2230 { (first), (second), (third), (fourth), (fifth), (sixth) } 2256 * For now, only the OUI (first thre [all...] |
| /kernel/linux/linux-6.6/net/sched/ |
| H A D | sch_cake.c | 517 * information. Similarly, the first 'schedule' value calculated is preserved in cobalt_should_drop() 521 * the delay between first exceeding 'target' and the first signalling event, in cobalt_should_drop() 1003 bool first = true; in cake_tcph_sack_compare() local 1039 /* first time through we count the total size */ in cake_tcph_sack_compare() 1040 if (first) in cake_tcph_sack_compare() 1045 if (!first) in cake_tcph_sack_compare() 1057 first = false; in cake_tcph_sack_compare() 1270 * save the first eligible ACK we find, even if we need to loop in cake_ack_filter() 1591 /* Traffic class is in the first an in cake_handle_diffserv() [all...] |
| /kernel/linux/linux-6.6/net/smc/ |
| H A D | smc_core.c | 123 static int smcr_lgr_conn_assign_link(struct smc_connection *conn, bool first) in smcr_lgr_conn_assign_link() argument 125 enum smc_link_state expected = first ? SMC_LNK_ACTIVATING : in smcr_lgr_conn_assign_link() 130 conn->lnk = NULL; /* reset conn->lnk first */ in smcr_lgr_conn_assign_link() 167 static int smc_lgr_register_conn(struct smc_connection *conn, bool first) in smc_lgr_register_conn() argument 174 rc = smcr_lgr_conn_assign_link(conn, first); in smc_lgr_register_conn()
|
| /kernel/linux/linux-5.10/arch/ia64/kernel/ |
| H A D | mca.c | 495 * first First address range to check 503 search_mca_table (const struct mca_table_entry *first, in search_mca_table() argument 510 curr = first; in search_mca_table() 641 cmcv.cmcv_mask = 1; /* Mask/disable interrupt at first */ in ia64_mca_cmc_vector_setup() 958 * The first thing to do is modify the original stack to look like a blocked 1275 * If multiple processors call into OS_MCA, the first will become 1277 * bitmask. After the first monarch has processed its MCA, it 1476 /* If first cpu, update count */ in ia64_mca_cmc_int_caller() 1544 /* If first cpu, update count */ in ia64_mca_cpe_int_caller() 1583 * on first cp [all...] |
| /kernel/linux/linux-6.6/arch/ia64/kernel/ |
| H A D | mca.c | 496 * first First address range to check 504 search_mca_table (const struct mca_table_entry *first, in search_mca_table() argument 511 curr = first; in search_mca_table() 642 cmcv.cmcv_mask = 1; /* Mask/disable interrupt at first */ in ia64_mca_cmc_vector_setup() 959 * The first thing to do is modify the original stack to look like a blocked 1276 * If multiple processors call into OS_MCA, the first will become 1278 * bitmask. After the first monarch has processed its MCA, it 1477 /* If first cpu, update count */ in ia64_mca_cmc_int_caller() 1545 /* If first cpu, update count */ in ia64_mca_cpe_int_caller() 1584 * on first cp [all...] |
| /kernel/linux/linux-5.10/tools/testing/selftests/netfilter/ |
| H A D | nft_concat_range.sh | 1038 # Format first destination field into nft type 1387 # - add ranged entries with first field only (for rbhash baseline) 1396 first=${start} 1399 start=${first} 1447 info " baseline rbtree (match on first field only): ${pps}pps"
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
| H A D | hif_usb.c | 769 * Process the command first. in ath9k_hif_usb_reg_in_cb() 1177 bool first) in ath9k_hif_request_firmware() 1182 if (first) { in ath9k_hif_request_firmware() 1452 * go back to first stage bootloader. */ in ath9k_hif_usb_disconnect() 1176 ath9k_hif_request_firmware(struct hif_device_usb *hif_dev, bool first) ath9k_hif_request_firmware() argument
|
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
| H A D | mac.c | 518 u32 len, u8 first) in iddma_download_firmware() 526 if (!first) in iddma_download_firmware() 517 iddma_download_firmware(struct rtw_dev *rtwdev, u32 src, u32 dst, u32 len, u8 first) iddma_download_firmware() argument
|
| /kernel/linux/linux-5.10/drivers/tty/ipwireless/ |
| H A D | hardware.c | 78 int first = (timing_stats.last_report_time == 0); in report_timing() local 81 if (!first) in report_timing() 155 /* Network packet header of the first packet (a special case) */ 496 /* Last packet? (May also be first packet.) */ in do_send_packet()
|
| /kernel/linux/linux-5.10/drivers/usb/host/ |
| H A D | ohci-hcd.c | 248 /* delay a few frames before the first TD */ in ohci_urb_enqueue() 263 /* URB_ISO_ASAP: Round up to the first available slot */ in ohci_urb_enqueue() 548 int first = ohci->fminterval == 0; in ohci_run() local 554 if (first) { in ohci_run()
|
| /kernel/linux/linux-5.10/kernel/time/ |
| H A D | timer.c | 89 * time. They rely on the granularity. Those fit into the first wheel level, 589 * Check whether this is the new first expiring timer. The in enqueue_timer() 1445 timer = hlist_entry(head->first, struct timer_list, entry); in expire_timers() 1512 * Search the first expiring timer in the various clock levels. Caller must 1992 timer = hlist_entry(head->first, struct timer_list, entry); in migrate_timer_list()
|
| /kernel/linux/linux-5.10/fs/xfs/libxfs/ |
| H A D | xfs_sb.c | 58 * search from @first to find the next perag with the given tag set. 63 xfs_agnumber_t first, in xfs_perag_get_tag() 72 (void **)&pag, first, 1, tag); in xfs_perag_get_tag() 61 xfs_perag_get_tag( struct xfs_mount *mp, xfs_agnumber_t first, int tag) xfs_perag_get_tag() argument
|
| /kernel/linux/linux-5.10/drivers/spmi/ |
| H A D | spmi-pmic-arb.c | 531 int first = pmic_arb->min_apid >> 5; in pmic_arb_chained_irq() local 539 for (i = first; i <= last; ++i) { in pmic_arb_chained_irq()
|
| /kernel/linux/linux-5.10/fs/nfsd/ |
| H A D | export.c | 6 * exports. To export an fs to a given client, you first have 35 * The export options are actually stored in the first map, and the 36 * second map contains a reference to the entry in the first map. 1150 int state, first = 0; in show_expflags() local 1157 seq_printf(m, "%s%s", first++?",":"", flg->name[state]); in show_expflags()
|
| /kernel/linux/linux-6.6/fs/nfsd/ |
| H A D | export.c | 6 * exports. To export an fs to a given client, you first have 35 * The export options are actually stored in the first map, and the 36 * second map contains a reference to the entry in the first map. 1252 int state, first = 0; in show_expflags() local 1259 seq_printf(m, "%s%s", first++?",":"", flg->name[state]); in show_expflags()
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | compat.h | 744 asmlinkage long compat_sys_msgctl(int first, int second, void __user *uptr); 750 asmlinkage long compat_sys_shmctl(int first, int second, void __user *uptr);
|
| /kernel/linux/linux-6.6/drivers/usb/host/ |
| H A D | ohci-hcd.c | 246 /* delay a few frames before the first TD */ in ohci_urb_enqueue() 261 /* URB_ISO_ASAP: Round up to the first available slot */ in ohci_urb_enqueue() 546 int first = ohci->fminterval == 0; in ohci_run() local 552 if (first) { in ohci_run()
|
| /kernel/linux/linux-6.6/drivers/tty/ipwireless/ |
| H A D | hardware.c | 78 int first = (timing_stats.last_report_time == 0); in report_timing() local 81 if (!first) in report_timing() 155 /* Network packet header of the first packet (a special case) */ 496 /* Last packet? (May also be first packet.) */ in do_send_packet()
|
| /kernel/linux/linux-6.6/io_uring/ |
| H A D | rw.c | 24 /* NOTE: kiocb has the file as the first member, so don't do it here */ 1017 * and complete those lists first, if we have entries there. in io_do_iopoll() 1062 pos = start ? start->next : ctx->iopoll_list.first; in io_do_iopoll() 1067 ctx->submit_state.compl_reqs.first = pos; in io_do_iopoll()
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
| H A D | hif_usb.c | 767 * Process the command first. in ath9k_hif_usb_reg_in_cb() 1175 bool first) in ath9k_hif_request_firmware() 1180 if (first) { in ath9k_hif_request_firmware() 1450 * go back to first stage bootloader. */ in ath9k_hif_usb_disconnect() 1174 ath9k_hif_request_firmware(struct hif_device_usb *hif_dev, bool first) ath9k_hif_request_firmware() argument
|
| /kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
| H A D | mac.c | 566 u32 len, u8 first) in iddma_download_firmware() 574 if (!first) in iddma_download_firmware() 565 iddma_download_firmware(struct rtw_dev *rtwdev, u32 src, u32 dst, u32 len, u8 first) iddma_download_firmware() argument
|