Searched refs:priority (Results 201 - 225 of 1104) sorted by last modified time

1234567891011>>

/linux-master/lib/kunit/
H A Dtest.c846 .priority = 0,
/linux-master/kernel/rcu/
H A Dsrcutree.c2006 .priority = 0,
/linux-master/kernel/
H A Djump_label.c819 .priority = 1, /* higher than tracepoints */
/linux-master/include/uapi/linux/
H A Dxfrm.h429 __u32 priority; member in struct:xfrm_userpolicy_info
H A Dbpf.h1750 __s32 priority; member in struct:bpf_attr::__anon2904::__anon2907::__anon2912
2987 * **priority** pointers, or other pointers for the socket buffer.
6231 __u32 priority; member in struct:__sk_buff
6332 __u32 priority; member in struct:bpf_sock
6669 __s32 priority; member in struct:bpf_link_info::__anon2958::__anon2971
7177 __be32 flowinfo; /* AF_INET6, flow_label + priority */
/linux-master/include/scsi/
H A Dlibfcoe.h105 * @priority: DCBx FCoE APP priority
147 u8 priority; member in struct:fcoe_ctlr
188 * @pri: selection priority, smaller values are better
/linux-master/include/net/
H A Dxfrm.h70 SPD is plain linear list of xfrm_policy rules, ordered by priority.
72 many rules with priority of 0x7fffffff are allowed to exist and
534 u32 priority; member in struct:xfrm_policy
1493 int priority; member in struct:xfrm4_protocol
1505 int priority; member in struct:xfrm6_protocol
1515 int priority; member in struct:xfrm_tunnel
1524 int priority; member in struct:xfrm6_tunnel
H A Dtcp.h665 void tcp_send_active_reset(struct sock *sk, gfp_t priority,
2558 const gfp_t priority);
H A Dip.h83 char priority; member in struct:ipcm_cookie
H A Dflow_offload.h266 u32 priority; /* FLOW_ACTION_PRIORITY */ member in union:flow_action_entry::__anon2718
/linux-master/include/net/bluetooth/
H A Dbluetooth.h546 skb->priority = READ_ONCE(sk->sk_priority);
/linux-master/include/linux/
H A Dsecurity.h1534 int security_sk_alloc(struct sock *sk, int family, gfp_t priority);
1683 static inline int security_sk_alloc(struct sock *sk, int family, gfp_t priority) argument
H A Dnetdevice.h121 * some packets of the same priority; prompting us to send less aggressively. */
2719 u16 priority; member in struct:packet_offload
4004 skb->priority = 0;
H A Dmhi.h245 * @priority: Priority of this ring. Use 1 for now
257 u32 priority; member in struct:mhi_event_config
343 * @hiprio_wq: High priority workqueue for MHI work such as state transitions
H A Dlsm_hook_defs.h338 LSM_HOOK(int, 0, sk_alloc_security, struct sock *sk, int family, gfp_t priority)
H A Dhid.h498 __s32 *usages_priorities; /* priority of each usage when reading the report
522 __s32 priority; member in struct:hid_field_entry
/linux-master/include/linux/mlx5/
H A Dmlx5_ifc.h7013 u8 priority[0x4]; member in struct:mlx5_ifc_query_cong_status_in_bits
7603 u8 priority[0x4]; member in struct:mlx5_ifc_modify_cong_status_in_bits
/linux-master/fs/nfs/
H A Dwrite.c701 int priority = 0; local
716 priority = wb_priority(wbc);
720 nfs_pageio_init_write(&pgio, inode, priority, false,
1400 int priority = flush_task_priority(how); local
1404 task_setup_data->priority = priority;
1676 int priority = flush_task_priority(how); local
1690 .priority = priority,
/linux-master/fs/btrfs/
H A Ddisk-io.c1742 * Reads a backup root based on the passed priority. Prio 0 is the newest, prio
1746 * @priority: priority of backup root required
1750 static int read_backup_root(struct btrfs_fs_info *fs_info, u8 priority) argument
1756 if (priority < BTRFS_NUM_BACKUP_ROOTS && backup_index >= 0) {
1757 if (priority == 0)
1760 backup_index = backup_index + BTRFS_NUM_BACKUP_ROOTS - priority;
/linux-master/fs/afs/
H A Dinternal.h101 u16 prio; /* Address priority */
475 u16 priority; /* Preference (as SRV) */ member in struct:afs_vlserver_entry
/linux-master/drivers/thermal/intel/int340x_thermal/
H A Dacpi_thermal_rel.c461 psvt_user[i].priority = psvts[i].priority;
/linux-master/drivers/scsi/
H A Dst.c3915 gfp_t priority;
3925 priority = GFP_KERNEL | __GFP_NOWARN;
3928 priority |= __GFP_ZERO;
3952 page = alloc_pages(priority, order);
3900 gfp_t priority; local
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c15719 * scheduler for a high priority process. Yes, the inte-
20208 * rr_bmask based on their priority level. Starting from the highest priority
20210 * priority group. When this routine is called it searches the fcf_pri list for
20211 * next lowest priority group and repopulates the rr_bmask with only those
20230 /* Verify the priority list has 2 or more entries */
20244 * priority.
20253 * the 1st priority that has not FLOGI failed
20257 next_fcf_pri = fcf_pri->fcf_rec.priority;
20259 if (fcf_pri->fcf_rec.priority
[all...]
H A Dlpfc_scsi.c3258 lpfc_cmd->cur_iocbq.priority = ((struct lpfc_device_data *)
3259 scsi_cmnd->device->hostdata)->priority;
3265 if (lpfc_cmd->cur_iocbq.priority)
3267 (lpfc_cmd->cur_iocbq.priority << 1));
6439 lun_info->priority = pri;
6519 * @found_lun_pri: Pointer to priority of the found lun.
6590 *found_lun_pri = lun_info->priority;
6653 lun_info->priority = pri;
6663 lun_info->priority = pri;
6713 lun_info->priority
[all...]
H A Dlpfc_scsi.h57 uint8_t priority; member in struct:lpfc_device_data

Completed in 1395 milliseconds

1234567891011>>