/openbmc/linux/ipc/ |
H A D | syscall.c | 20 int ksys_ipc(unsigned int call, int first, unsigned long second, in ksys_ipc() argument 30 return ksys_semtimedop(first, (struct sembuf __user *)ptr, in ksys_ipc() 34 return ksys_semtimedop(first, ptr, second, in ksys_ipc() 37 return compat_ksys_semtimedop(first, ptr, second, in ksys_ipc() 43 return ksys_semget(first, second, third); in ksys_ipc() 50 return ksys_old_semctl(first, second, third, arg); in ksys_ipc() 54 return ksys_msgsnd(first, (struct msgbuf __user *) ptr, in ksys_ipc() 67 return ksys_msgrcv(first, tmp.msgp, second, in ksys_ipc() 71 return ksys_msgrcv(first, in ksys_ipc() 76 return ksys_msgget((key_t) first, second); in ksys_ipc() [all …]
|
/openbmc/linux/lib/ |
H A D | siphash.c | 113 * @first: first u64 116 u64 siphash_1u64(const u64 first, const siphash_key_t *key) in siphash_1u64() argument 119 v3 ^= first; in siphash_1u64() 122 v0 ^= first; in siphash_1u64() 129 * @first: first u64 133 u64 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key) in siphash_2u64() argument 136 v3 ^= first; in siphash_2u64() 139 v0 ^= first; in siphash_2u64() 150 * @first: first u64 155 u64 siphash_3u64(const u64 first, const u64 second, const u64 third, in siphash_3u64() argument [all …]
|
H A D | llist.c | 20 * @new_first: first entry in batch to be added 29 struct llist_node *first = READ_ONCE(head->first); in llist_add_batch() local 32 new_last->next = first; in llist_add_batch() 33 } while (!try_cmpxchg(&head->first, &first, new_first)); in llist_add_batch() 35 return !first; in llist_add_batch() 40 * llist_del_first - delete the first entry of lock-less list 43 * If list is empty, return NULL, otherwise, return the first entry 49 * llist_add) sequence in another user may change @head->first->next, 50 * but keep @head->first. If multiple consumers are needed, please 57 entry = smp_load_acquire(&head->first); in llist_del_first() [all …]
|
/openbmc/linux/tools/power/cpupower/lib/ |
H A D | cpufreq.c | 273 struct cpufreq_available_governors *first = NULL; in cpufreq_get_available_governors() local 295 first = malloc(sizeof(*first)); in cpufreq_get_available_governors() 296 if (!first) in cpufreq_get_available_governors() 298 current = first; in cpufreq_get_available_governors() 300 current->first = first; in cpufreq_get_available_governors() 313 return first; in cpufreq_get_available_governors() 316 while (first) { in cpufreq_get_available_governors() 317 current = first->next; in cpufreq_get_available_governors() 318 if (first->governor) in cpufreq_get_available_governors() 319 free(first->governor); in cpufreq_get_available_governors() [all …]
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/misc/ |
H A D | phosphor-misc_git.bb | 8 first-boot-set-hostname \ 9 first-boot-set-mac \ 13 PACKAGECONFIG[first-boot-set-hostname] = "-Dfirst-boot-set-hostname=enabled, -Dfirst-boot-set-hostn… 14 PACKAGECONFIG[first-boot-set-mac] = "-Dfirst-boot-set-mac=enabled, -Dfirst-boot-set-mac=disabled" 24 SYSTEMD_SERVICE:${PN}-first-boot-set-hostname = "first-boot-set-hostname.service" 25 SYSTEMD_SERVICE:${PN}-first-boot-set-mac = "first-boot-set-mac@.service" 38 RDEPENDS:${PN}-first-boot-set-hostname += "bash" 39 RDEPENDS:${PN}-first-boot-set-mac += "bash" 42 # first-boot-set-hostname 43 FILES:${PN}-first-boot-set-hostname = "${bindir}/first-boot-set-hostname.sh" [all …]
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | devices.txt | 21 0 = /dev/ram0 First RAM disk 32 0 = /dev/ptyp0 First PTY master 107 0 = /dev/ttyp0 First PTY slave 115 3 block First MFM, RLL and IDE hard disk/CD-ROM interface 121 1 = /dev/hd?1 First partition 134 1 = /dev/tty1 First virtual console 137 64 = /dev/ttyS0 First UART serial port 192 0 = /dev/loop0 First loop device 201 0 = /dev/sda First SCSI disk whole disk 212 0 = /dev/st0 First SCSI tape, mode 0 [all …]
|
/openbmc/qemu/hw/usb/ |
H A D | combined-packet.c | 62 assert(combined->first == p && p == QTAILQ_FIRST(&combined->packets)); in usb_combined_input_packet_complete() 64 status = combined->first->status; in usb_combined_input_packet_complete() 65 actual_length = combined->first->actual_length; in usb_combined_input_packet_complete() 107 USBPacket *first = p->combined->first; in usb_combined_packet_cancel() local 111 if (p == first) { in usb_combined_packet_cancel() 124 USBPacket *p, *u, *next, *prev = NULL, *first = NULL; in usb_ep_combine_input_packets() local 155 if (first) { in usb_ep_combine_input_packets() 156 if (first->combined == NULL) { in usb_ep_combine_input_packets() 159 combined->first = first; in usb_ep_combine_input_packets() 162 usb_combined_packet_add(combined, first); in usb_ep_combine_input_packets() [all …]
|
/openbmc/linux/net/netfilter/ |
H A D | nft_set_pipapo_avx2.c | 88 * @start: First bit to set 142 * @last: Return index of first set bit, if this is the last field 150 * Return: first set bit index if @last, index of first filled word otherwise. 192 * @first: If this is the first field, don't source previous result 193 * @last: Last field: stop at the first match and return bit index 197 * this is the first field in the set, simply AND the buckets together 211 * Return: -1 on no match, rule index of match if @last, otherwise first long 212 * word index to be checked next (i.e. first filled word). 217 bool first, bool last) in nft_pipapo_avx2_lookup_4b_2() argument 227 if (first) { in nft_pipapo_avx2_lookup_4b_2() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/iftop/iftop/ |
H A D | iftop-1.0-gcc10.patch | 6 …on of `screen_list'; iftop.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:36: first defined here 7 …tion of `peaktotal'; iftop.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: first defined here 8 …ition of `peakrecv'; iftop.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: first defined here 9 …ition of `peaksent'; iftop.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: first defined here 10 …inition of `totals'; iftop.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:37: first defined here 11 …on of `screen_hash'; iftop.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:40: first defined here 12 …n of `service_hash'; iftop.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:41: first defined here 13 …on of `screen_list'; iftop.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:36: first defined here 14 …ition of `peaksent'; iftop.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: first defined here 15 …ition of `peakrecv'; iftop.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: first defined here [all …]
|
/openbmc/linux/kernel/bpf/ |
H A D | percpu_freelist.c | 18 head->first = NULL; in pcpu_freelist_init() 21 s->extralist.first = NULL; in pcpu_freelist_init() 33 node->next = head->first; in pcpu_freelist_push_node() 34 WRITE_ONCE(head->first, node); in pcpu_freelist_push_node() 129 if (!READ_ONCE(head->first)) in ___pcpu_freelist_pop() 132 node = head->first; in ___pcpu_freelist_pop() 134 WRITE_ONCE(head->first, node->next); in ___pcpu_freelist_pop() 142 if (!READ_ONCE(s->extralist.first)) in ___pcpu_freelist_pop() 145 node = s->extralist.first; in ___pcpu_freelist_pop() 147 WRITE_ONCE(s->extralist.first, node->next); in ___pcpu_freelist_pop() [all …]
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | sysfillrect.c | 28 unsigned long first, last; in bitfill_aligned() local 33 first = FB_SHIFT_HIGH(p, ~0UL, dst_idx); in bitfill_aligned() 39 first &= last; in bitfill_aligned() 40 *dst = comp(pat, *dst, first); in bitfill_aligned() 45 if (first!= ~0UL) { in bitfill_aligned() 46 *dst = comp(pat, *dst, first); in bitfill_aligned() 74 unsigned long first, last; in bitfill_unaligned() local 79 first = FB_SHIFT_HIGH(p, ~0UL, dst_idx); in bitfill_unaligned() 85 first &= last; in bitfill_unaligned() 86 *dst = comp(pat, *dst, first); in bitfill_unaligned() [all …]
|
H A D | cfbfillrect.c | 38 unsigned long first, last; in bitfill_aligned() local 43 first = fb_shifted_pixels_mask_long(p, dst_idx, bswapmask); in bitfill_aligned() 49 first &= last; in bitfill_aligned() 50 FB_WRITEL(comp(pat, FB_READL(dst), first), dst); in bitfill_aligned() 55 if (first!= ~0UL) { in bitfill_aligned() 56 FB_WRITEL(comp(pat, FB_READL(dst), first), dst); in bitfill_aligned() 95 unsigned long first, last; in bitfill_unaligned() local 100 first = FB_SHIFT_HIGH(p, ~0UL, dst_idx); in bitfill_unaligned() 106 first &= last; in bitfill_unaligned() 107 FB_WRITEL(comp(pat, FB_READL(dst), first), dst); in bitfill_unaligned() [all …]
|
H A D | syscopyarea.c | 31 unsigned long first, last; in bitcpy() local 35 first = FB_SHIFT_HIGH(p, ~0UL, dst_idx); in bitcpy() 43 first &= last; in bitcpy() 44 *dst = comp(*src, *dst, first); in bitcpy() 48 if (first != ~0UL) { in bitcpy() 49 *dst = comp(*src, *dst, first); in bitcpy() 86 first &= last; in bitcpy() 89 *dst = comp(*src << left, *dst, first); in bitcpy() 92 *dst = comp(*src >> right, *dst, first); in bitcpy() 98 first); in bitcpy() [all …]
|
/openbmc/bmcweb/include/ |
H A D | event_service_store.hpp | 48 if (element.first == "Id") in fromJson() 58 else if (element.first == "Destination") in fromJson() 74 else if (element.first == "Protocol") in fromJson() 84 else if (element.first == "VerifyCertificate") in fromJson() 93 else if (element.first == "DeliveryRetryPolicy") in fromJson() 103 else if (element.first == "SendHeartbeat") in fromJson() 112 else if (element.first == "HeartbeatIntervalMinutes") in fromJson() 122 else if (element.first == "Context") in fromJson() 132 else if (element.first == "EventFormatType") in fromJson() 142 else if (element.first == "SubscriptionType") in fromJson() [all …]
|
/openbmc/phosphor-host-ipmid/ |
H A D | sensordatahandler.cpp | 85 bus, service, path, interface.first, property.first); in mapDbusToAssertion() 91 setOffset(value.first, &response); in mapDbusToAssertion() 119 interface.first, property.first); in mapDbusToEventdata2() 125 setReading(value.first, &response); in mapDbusToEventdata2() 207 msg.append(interface->first); in eventdata() 210 msg.append(property.first); in eventdata() 224 std::bitset<16> assertionSet(getAssertionSet(cmdData).first); in assertion() 235 if (bothSet.size() <= value.first || !bothSet.test(value.first)) in assertion() 241 if (assertionSet.test(value.first)) in assertion() 246 if (deassertionSet.test(value.first)) in assertion() [all …]
|
/openbmc/phosphor-misc/firstboot/ |
H A D | meson.build | 1 set_mac = dependency('systemd', required: get_option('first-boot-set-mac')) 2 set_hostname = dependency('systemd', required: get_option('first-boot-set-hostname')) 6 'first-boot-set-mac.sh', 12 input: 'first-boot-set-mac@.service', 13 output: 'first-boot-set-mac@.service', 22 'first-boot-set-hostname.sh', 28 input: 'first-boot-set-hostname.service', 29 output: 'first-boot-set-hostname.service',
|
/openbmc/linux/io_uring/ |
H A D | slist.h | 7 for (pos = (head)->first; pos; pos = (pos)->next) 10 for (pos = (head)->first, prv = NULL; pos; prv = pos, pos = (pos)->next) 15 #define wq_list_empty(list) (READ_ONCE((list)->first) == NULL) 18 (list)->first = NULL; \ 37 if (!list->first) { in wq_list_add_tail() 39 WRITE_ONCE(list->first, node); in wq_list_add_tail() 49 node->next = list->first; in wq_list_add_head() 52 WRITE_ONCE(list->first, node); in wq_list_add_head() 59 /* first in the list, if prev==NULL */ in wq_list_cut() 61 WRITE_ONCE(list->first, last->next); in wq_list_cut() [all …]
|
/openbmc/linux/arch/alpha/lib/ |
H A D | csum_partial_copy.c | 129 unsigned long first; in csum_partial_cfu_dest_aligned() local 134 if (__get_word(ldq_u, first,src)) in csum_partial_cfu_dest_aligned() 142 extql(first, soff, word); in csum_partial_cfu_dest_aligned() 145 extqh(second, soff, first); in csum_partial_cfu_dest_aligned() 147 word |= first; in csum_partial_cfu_dest_aligned() 148 first = second; in csum_partial_cfu_dest_aligned() 162 extql(first, soff, word); in csum_partial_cfu_dest_aligned() 163 extqh(second, soff, first); in csum_partial_cfu_dest_aligned() 164 word |= first; in csum_partial_cfu_dest_aligned() 243 unsigned long first; in csum_partial_cfu_unaligned() local [all …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | field-order.rst | 30 even) fields, the *spatial order*: The first line of the top field is 31 the first line of an interlaced frame, the first line of the bottom 49 captured first (is the older field), the top field is also transmitted 50 first on the bus. 108 - Images contain both fields, the top field lines are stored first 110 are always stored in temporal order, the older one first in 115 first in memory, immediately followed by the top field lines. 116 Fields are always stored in temporal order, the older one first in 121 temporal order, i. e. the older one first. To indicate the field 136 first. The top field is the older field. [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/graniterapids/ |
H A D | memory.json | 3 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 10 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 15 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 22 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 27 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 34 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 39 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 46 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 51 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 58 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… [all …]
|
/openbmc/linux/include/linux/ |
H A D | list_bl.h | 13 * For modification operations, the 0 bit of hlist_bl_head->first 35 struct hlist_bl_node *first; member 42 ((ptr)->first = NULL) 60 ((unsigned long)h->first & ~LIST_BL_LOCKMASK); in hlist_bl_first() 67 LIST_BL_BUG_ON(((unsigned long)h->first & LIST_BL_LOCKMASK) != in hlist_bl_set_first() 69 h->first = (struct hlist_bl_node *)((unsigned long)n | LIST_BL_LOCKMASK); in hlist_bl_set_first() 74 return !((unsigned long)READ_ONCE(h->first) & ~LIST_BL_LOCKMASK); in hlist_bl_empty() 80 struct hlist_bl_node *first = hlist_bl_first(h); in hlist_bl_add_head() local 82 n->next = first; in hlist_bl_add_head() 83 if (first) in hlist_bl_add_head() [all …]
|
/openbmc/linux/drivers/net/ethernet/ibm/ |
H A D | ibmvnic.h | 248 u8 first; member 264 u8 first; member 291 u8 first; member 303 u8 first; member 311 u8 first; member 324 u8 first; member 340 u8 first; member 345 u8 first; member 360 u8 first; member 367 u8 first; member [all …]
|
/openbmc/sdbusplus/include/sdbusplus/utility/ |
H A D | dedup_variant.hpp | 34 * @tparam First - The first type to be deduplicated. 38 * items to be analyzed, since the 'First' is a stronger match than the 41 * Check for First in Done and recursively create the variant type as 42 * appropriate (add First if First not in Done, skip otherwise). 44 template <typename... Done, typename First, typename... Rest> 45 struct dedup_variant<std::variant<Done...>, First, Rest...> : 47 (std::is_same_v<First, Done> || ...), 49 dedup_variant<std::variant<Done..., First>, Rest...>>
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/tigerlake/ |
H A D | memory.json | 19 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 26 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 31 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 38 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 43 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 50 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 55 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 62 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 67 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 74 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… [all …]
|
/openbmc/linux/Documentation/networking/ |
H A D | x25-iface.rst | 21 over the LAPB link. The first byte of the skbuff indicates the meaning of 28 First Byte = 0x00 (X25_IFACE_DATA) 34 First Byte = 0x01 (X25_IFACE_CONNECT) 39 First Byte = 0x02 (X25_IFACE_DISCONNECT) 44 First Byte = 0x03 (X25_IFACE_PARAMS) 52 First Byte = 0x00 (X25_IFACE_DATA) 57 First Byte = 0x01 (X25_IFACE_CONNECT) 62 First Byte = 0x02 (X25_IFACE_DISCONNECT) 67 First Byte = 0x03 (X25_IFACE_PARAMS)
|